Are there any changes required to the PayPal Express Checkout Button Item Template?
Sample code:
Code:
<mvt:if expr="l.settings:PaypalExButton:express_in_context">
<a data-paypal-button="true" href="&mvt:global:secure_sessionurl;Store_Code=&mvta:global:Store_Code;&Action=PAL1&Screen=PAL1&NextScreen=OCST&NextAction=&CancelScreen=&mvta:global:Screen;"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="border:0; padding:1em 0;" alt="" /></a>
<mvt:else>
<a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:global:Store_Code;&Action=PAL1&Screen=PAL1&NextScreen=OCST&NextAction=&CancelScreen=&mvta:global:Screen;"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="border:0; padding:1em 0;" alt="" /></a>
</mvt:if>
Leave a comment: