• Resolved Mahesh

    (@maheshpunhani)


    Hi,

    The Product Total and Grand Total show the price of the lowest variant instead of the selected variant. When I add the product to the cart, it adds the correct variant, and the price is also correct. But the table on the single product page shows the wrong value.

    • This topic was modified 1 year ago by Mahesh.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maarten B

    (@maartenbelmans)

    Hi @maheshpunhani

    I don’t see the totals on your page?

    Thread Starter Mahesh

    (@maheshpunhani)

    You need to select the options first, I think even this feature has been added recently, where the price is not visible until you choose the variants..

    Plugin Author Maarten B

    (@maartenbelmans)

    Can you add this PHP code snippet to your site to test if that fixes it?

    add_filter( 'woocommerce_ajax_variation_threshold', function( $threshold ) { return 150; } );

    Read here how to add the PHP snippet it if you’re unsure.

    Thread Starter Mahesh

    (@maheshpunhani)

    It’s working after adding this. Thanks for such a quick response

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Wrong Price in Product Total and Grand Total for Variable Products’ is closed to new replies.