• Resolved trixxmanaty

    (@trixxmanaty)


    Good day Woocommerce Team,

    I am developing a store for a print shop and using Quantity as an attribute. We have standard packages, for example:

      100 A5 flyers = $10
      500 A6 flyers = $30

    I need assistance with overriding the quantity field on the cart page to show the value of the Quantity attribute in the product that has been added to the cart.

    working example of a non-woocommerce website

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    You could use an extension like Min/Max Quantities to force a specific number into the quantity field of a variation.

    In your example, would set up you two variations. One of them would have a Minimum AND Maximum Quantity of 100, while the other one would have minimum and maximum quantities of 500.

    One thing to keep in mind with this setup is that price should still be set up individually for each item. So, for the first variation the price would have to be $0.10 – so that once quantity is forced to 100 the total price is $10.00.

    Thread Starter trixxmanaty

    (@trixxmanaty)

    Hi @fhaps ,

    Thanks for your response. I will get this Min/Max Quantities extension to resolve the quantity issue.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Quantity as an attribute’ is closed to new replies.