• Resolved mahfelwp

    (@mahfelwp)


    Hi, when i added product from more than one seller products in cart and orders them total_sales for each product double.please fix this bug.

    • This topic was modified 6 years, 6 months ago by mahfelwp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mahfelwp

    (@mahfelwp)

    i solved this problem with edit class-order-manager.php file in dokan-lite/icludes/class-order-manager.php at line 273:

    orginal code: $product_item->set_quantity( $item->get_quantity());

    after edited: $product_item->set_quantity( $item->get_quantity() – 1 );

    support team please check again and approve this reply if trust

    Hello @mahfelwp,

    Thank you for informing us about the issue. We are taking care of the issue. I hope we will be able to help you with the solution.

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘double total_sales for each product’ is closed to new replies.