Paypal is enabled but for some reason I can't see the checkout with Paypal button in the BASK page.
What am I missing?
Thanks
What am I missing?
Thanks
...
<div class="row basket-contents bg-white bottom-shadow">
<mvt:item name="messages" />
<mvt:item name="PaypalErrorMsg"/>
<mvt:item name="basket" />
</div>
...
...
<a href="&mvte:urls:OINF:secure;" title="Proceed to Secure Checkout" class="button button-block button-square button-medium bg-green white uppercase">Checkout</a>
<br />
<mvt:item name="PaypalExButton"/>
...
Comment