• Resolved wpress2010

    (@wpress2010)


    I had a look, but did not find a way to generate a dropdown for Quantity to add to a product. Is there a shortcode for this?

    TIA!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you provide an example of what you are trying to achieve? I want to make sure I understand your question correctly.

    Thank you.

    Thread Starter wpress2010

    (@wpress2010)

    I don.t see any way to insert a graphic here to illustrate. But maybe this will help to explain. Here is a virtual product with 2 variables for the user to select from, “Membership type” and “Matching Gift”.

    [wp_cart_button name=”Individual Membership” price=”25.00″ var1=”Membership type|Renewal|New” var2=”Matching Gift?**|No|Yes”]

    I want to allow the user to select a quantity as well, like this:

    var3=”Quantity|1|2|3|4″

    But I don’t think the plug will recognize the quantity chosen and calculate the total for the quantity ordered from that – although it will display the dropdown just fine.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, thank you for providing more information.

    I want to allow the user to select a quantity as well, like this:

    var3=”Quantity|1|2|3|4″

    Unfortunately that is not currently available in our plugin. The shortcode below shows you how to implement var3=””.

    [wp_cart_button name="Test Product" price="29.95" var1="Size|small|medium|large" var2="Color|red|green|blue" var3="Sleeve|short|full"]

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A way to set quantity number for an item?’ is closed to new replies.