I have read through many of the threads related to quantity based discounts (price breaks) but cannot find an answer to my question which is:
I have product which has price breaks (1+, 3+ and 6+ items) and have used a BlockIf containing
so that only the first price is displayed as described in an old thread by Norman.
I also have a grid/table displaying all the price breaks underneath, which can be seen here: Golf Club Cleaning Brush or in the attached image.
The price break grid is separate to the one line price and can be positioned anywhere in the product layout.
This works fine for products using a price break, but also displays a price break grid for all products.
Is there an existing variable I could use in a BlockIf so I only display the price break grid layout when price breaks are used. I could always create a custom variable that I would need to set to true or false for each product but was hoping I could use an existing variable.
The only related variables I could find were QuantityDescMin and QuantityDescMax, neither of which I could use to achieve my aim.
I have product which has price breaks (1+, 3+ and 6+ items) and have used a BlockIf containing
Code:
<actinic:variable name="ListIndex" /> == 1
I also have a grid/table displaying all the price breaks underneath, which can be seen here: Golf Club Cleaning Brush or in the attached image.
The price break grid is separate to the one line price and can be positioned anywhere in the product layout.
This works fine for products using a price break, but also displays a price break grid for all products.
Is there an existing variable I could use in a BlockIf so I only display the price break grid layout when price breaks are used. I could always create a custom variable that I would need to set to true or false for each product but was hoping I could use an existing variable.
The only related variables I could find were QuantityDescMin and QuantityDescMax, neither of which I could use to achieve my aim.
Comment