myshop-repeat:payment-method-list

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

The myshop-repeat:payment-method-list extension is used to display the different payment-methods on the payment-page. For each payment-method the code within the repeat loop will be displayed. Possible myshop-values within that loop are the label and control of the payment-method. If you use an online payment service (such as iDeal) you can also display a list of available issuers for each payment method. Extra information that can be displayed for each payment method is the description of the method and additional costs.

Example

<table>
        <tr style="myshop-repeat:payment-method-list">
                <td width="6px"><span style="myshop-value:control"/></td>
                <td><b><span style="myshop-value:label"/></b></td>
                <td><span style="myshop-value:description"/>
                        <span style="myshop-has:issuer-list">
                                &nbsp;<span style="myshop-control:issuer-list"/>
                        </span>
                </td>
                <td style="myshop-has:payment-method-costs">
                        <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