product price can’t matche checkout price
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘product price can’t matche checkout price’ is closed to new replies.