• Hi. I used bundled product at 1 category.
    but I think so checkout total price is diffrent total bundled product page price. can’t go cart page this price.
    for example, item + qty = bundled product page price. but checkout page total price is counted item * qty.
    it looks received effect woocommerce (.class. cart price.php)
    $item->price = wc_add_number_precision_deep( $cart_item[‘data’]->get_price() * $cart_item[‘quantity’] );

    Can you help at checkout page total price php code to improve that? It want apply only 1 category.

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gce7

    (@gce7)

    only need total price at checkout.

    Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Admittedly I don’t quite understand the question/issue here – would you mind sharing a bit more detail on what you’re looking to do? Also, are you using WooCommerce Product Bundles for that bundle-setup?

    Thread Starter gce7

    (@gce7)

    Hello. Thanks for reply, I used wpc product bundle.

    I used only 1poduct page that. the bundled product price is use qty+price.
    but cart or checkout total price is counted qty*price. so I want same qty+price at checkout page.

    another product page don’t want that formula. so I can’t change woocommerce cart total formula. can you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘product price can’t matche checkout price’ is closed to new replies.