Last Items add to cart

freeSbee

Hi daydreamer

Use a droplet:
http://www.bakery-shop.ch/#modbakerycartlink

Or use a code example given below. Make sure you only use it within the templates of the Bakery page settings:
   
As a link:
<a href="[SHOP_URL]?view_cart=yes">[VIEW_CART]</a>

As a button (requires JS):
<input type="button" name="view_cart" value="[VIEW_CART]" class="mod_bakery_bt_cart_f" onclick="javascript: window.location = '[SHOP_URL]?view_cart=yes';" />
   
As a submit button:
<form action="[SHOP_URL]" method="post">
<input type="submit" name="view_cart" value="[VIEW_CART]" class="mod_bakery_bt_cart_f" />
</form>

Regards Christoph

daydreamer

No mention of showing the add to cart button on there.


daydreamer

How can I show add to cart on last items please?