myshop-repeat:shipping-cost-list

Entity Value
Attribute(s) style
Type repeat loop
Relation shipping-page; myshop-value:control; myshop-value:label;

Themyshop-repeat:shipping-cost-list extension is used to display the different shipping-methods on the shipping-page. For each shipping-method the code within the repeat loop will be displayed. Possible myshop-values within that loop are the label, control and price of the shipping-method.

Example

<table style="myshop-repeat:shipping-cost-list">
        <tr>
                <td><span style="myshop-value:control"/></td>
                <td><span style="myshop-value:label"/></td>
                <td><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