Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    order statuses in OrderDataGrid

    General Discussion
    2
    4
    796
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      karkiswapnil last edited by

      I see that there are multiple order status in back end code (in OrderDataGrid)but i only get to see three (pending, processing, completed). Is it there for future implementation?
      And if i want to change the status for my order how can i do that?
      For example instead of 'completed' lets say i wanted 'paid'.

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hi,

        Override order views index file & create a separate OrderDataGrid in your package & provide this
        Datagrid to override view file.

        Now in this DataGrid you can change status accordingly.

        Note - You can use same code of 'OrderDataGrid' (core ) in your 'OrderDataGrid' & only need to change content of status field.

        Thanks

        1 Reply Last reply Reply Quote 0
        • K
          karkiswapnil last edited by

          Hi,
          I have another question.
          When we invoice and ship a product the status for payment is paid right? can you suggest me a way such that, When product is invoiced and ship the status is pending_payment and then later admin can set it as paid.

          1 Reply Last reply Reply Quote 0
          • K
            karkiswapnil last edited by

            Also where is the part where total due is changed after completed?
            Thanks in advance.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post