• Resolved mitchelabrahams

    (@mitchelabrahams)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    I recommend taking a bit different approach here.

    Create a single product, and set the catalog visibility to hidden.

    Then using Product Bundles, create a bundled product and add a min and max quantity of 7000 for this product: https://www.woocommerce.com/products/product-bundles/

    So the user will be adding the bundle to their cart, but it will really be 7000 smaller items. This will help with inventory as well.

    Thread Starter mitchelabrahams

    (@mitchelabrahams)

    Hi caleb, thnx for the reply! i’ll look into it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woocommerce item total and subtotal are different….’ is closed to new replies.