Tell us what you are trying to do?
I like to show content on the single product page depending on how many items the user has selected.
For example: Standard is 1; On the site should stand the text "A"
If the user select that he want a product not only 1 but 2 x text "B" should be visible.
Is there any documentation that you are following?
I try conditional logic in the template but i don´t know which shortcode for the woocommerce quantity of a product i should use
Is there a similar example that we can see?
See screenshot
Hello. Thank you for contacting the Toolset support.
There is no such feature available. You need to add custom javascript/jQuery code and target the change event of the quantity dropdown and show/hide your required text accordingly.