Issuer List

The issuer list page allows the customer to choose which payment issuer he or she prefers. This page is used to select the right issuer when using iDeal for the payment method. The list of issuers can be displayed with the myShop extension myshop-control:issuer-list.

The issuer list

The list of issuers is displayed as a drop-down box and controlled with a single extension: myshop-control:issuer-list. The default selection is the first bank in the list.

Navigation

This page uses the standard navigation actions, myshop-action:previous-page and myshop-action:next-page. These actions allow the customer to proceed with ordering or return to the previous page.

Example

<table align="center" border="0" cellspacing="0" cellpadding="1">
        <tr>
                <td valign="top" align="right" height="25px">Choose your bank:&nbsp;</td>
                <td>
                        <span style="myshop-control:issuer-list" />
                </td>
        </tr>
        <tr>
                <td colspan="2" align="center">
                        <a style="myshop-action:previous-page">
                                <img src="http://www.mijnwinkel.nl/pic/cmd/nl/back.gif" border="0" alt=""/>
                        </a>
                        &nbsp;
                        <a style="myshop-action:next-page-approval">
                                <img src="http://www.mijnwinkel.nl/pic/cmd/nl/next.gif" border="0" alt=""/>
                        </a>
                </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