Order Button Tag
The Order Button tag gives you the ability to add an order button to your HTML page for a specific item. In order to work correctly, the Order Button tag must be located within an HTML form tag, otherwise the customer will be unable to place an order.
<!--#ystore_order id=your_item_ID_here -->
Things to Remember
Here's sample code showing the Order Button tag within an HTML form tag:
<form method="post" action="<!--#ystore_order id=your_item_ID_here -->">
<input type="submit" value="Order">
</form>
The View Cart tag gives you the ability to add a "View Shopping Cart" link or button to your HTML pages. This helps customers who add multiple items to their carts as they browse and shop their way through your Store.
The View Cart tag is:
<!--#ystore_cart -->
Things to Remember:
Here's an example of the View Cart tag:
<a href="<!--#ystore_cart -->">View Shopping Cart</a>
See Also