PostNL Checkout

PostNL Checkout is a special feature (plugin) which allows your customers to use a centralized system to fill in and use their preferred invoice and shipping address.
To use this feature, you need to follow the instructions in the general help.

Custom layout

When you have a custom layout, you need to add an extra button to your shoppingcart.
To make this button, you will need the following extensions:

  • myshop-is-plugin-active:postnl_checkout – view
  • myshop-action:plugin-checkout-postnl – view

Use the following example code to add the default button:

<div class="myshp_control_buttons" style="position:relative; top:-30px; height:5px;">
    <div class="myshp_button_next" style="myshop-is-plugin-active:postnl_checkout">                    
        <a href="#" class="myshp_button icon_align_right icon_image_arrow_right" style="myshop-action:plugin-checkout-postnl">
            <span class="btn_bg_left">&nbsp;</span>
            <span class="btn_bg_center">
                <span class="btn_icon">&nbsp;</span>
                <span class="btn_text">
                    <span style="myshop-resource:button.postnlcheckout">postnl checkout</span>
                </span>
            </span>
            <span class="btn_bg_right">&nbsp;</span>
        </a>
    </div>
    <div class="clear">&nbsp;</div>
</div>

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