myshop-repeat:group-reduction-list

Entity Value
Attribute(s) style
Type repeat loop
Relation document:order; myshop-value:start-range; myshop-value:end-range; myshop-value:price-formatted

The myshop-repeat:group-reduction-list addition enables the display of the group reduction list in the order screen. Discounts can be activated with the help of the myShop editor. – See the help editor for a description of the discount option -. With the myShop addition myshop-has:group-reduction the option ‘activated’ can be checked for the product list from which the order was placed. Within the myshop-repeat:group-reduction-list the upper and lower level of the reduction can be recalled with the myShop additions myshop-value:start-range and myshop-value:end-range. The reduction to be applied to the price can be recalled withmyshop-value:price-formatted. The code below gives an example of an order screen where a group reduction list is displayed – when activated -.

<table style="myshop-has:group-reduction" align="center" border="0" cellspacing="0" cellpadding="1">
        <tr>
                <td valign="top">min</td>
                <td valign="top">max</td>
                <td valign="top">prijs</td>
        </tr>
        <tr style="myshop-repeat:group-reduction-list">
                <td valign="top">
                        <span style="myshop-value:start-range"/>
                </td>
                <td valign="top">
                        &nbsp;-&nbsp;<span style="myshop-value:end-range"/>
                </td>
                <td valign="top">
                        <span style="myshop-value:price-formatted"/>
                </td>
        </tr>
</table>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment