woocommerce item total and subtotal are different….
-
Hi guys!
I’m working on a simple webshop using woocommerce. my client wants to sell batches of their product(item x 7000 is one batch).
that wil have to look like this in the checkout screen
item x 7000 -> price($1.00)-> amount(1)-> total($7000.00)
subtotal($7000.00)
total($7000.00)
The thing is woocommerce works as following:
item x 7000 -> price($1.00)-> amount(1)-> total($1.00)subtotal($1.00)
total($1.00)
I’m using the variation function to let the customer choose what batch they want (item x 100, item x 200 etc.)
I’ve been to al the cart.php files but still could really get what my customer wanted.Can someone help me out with how i’m going to get what my customer wants.
i’m hoping that my question is clear.With kind regards
Mitchel
- The topic ‘woocommerce item total and subtotal are different….’ is closed to new replies.