Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

product price can’t matche checkout price

$
0
0

Replies: 1

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 all articles
Browse latest Browse all 59525

Trending Articles