When a customer removes all products from the shopping cart a new page appears which is the "Checkout: Basket Empty" page. This has a highlighted link to "Start Shopping" which on my site goes nowhere. Can someone help with fixing the code? Here is what is used now:
<div class="x-messages x-messages--info">
<strong>Your shopping cart is currently empty.</strong><br>
<a class="c-button c-button--hollow" href="&mvte:urls:SFNT:auto;" onclick="continueShopping(this);">Start Shopping</a>
</div>
<div class="x-messages x-messages--info">
<strong>Your shopping cart is currently empty.</strong><br>
<a class="c-button c-button--hollow" href="&mvte:urls:SFNT:auto;" onclick="continueShopping(this);">Start Shopping</a>
</div>
Comment