myshop-repeat:vat-list

Entity Value
Attribute(s) style
Type repeat loop
Relation document:basket, myshop-value:vat, myshop-value:vat-from-price, myshop-value:price-vat

The myshop-repeat:vat-list addition can be used to display the VAT values’ list applicable to products in the shopping basket. The example below shows you a code fragment. The

VAT values are found, including the contents – the elements -. Within the context of themyshop-repeat:vat-list the various VAT values can be recalled by using myshop-value: – for a complete list please see the chapter shopping basket.
<table width="100%" border="0">
        <tr style="myshop-repeat:vat-list">
                <td>
                        <span style="myshop-value:vat-percentage"/> BTW van <span style="myshop-value:vat-from-price-formatted"/>
                </td>
                <td align="right" style="myshop-value:price-vat-formatted">vat</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