Plugin Add to Cart

Use this wiki plugin, introduced in Tiki5, to display a button for adding one or more items to the shopping cart. The shopping cart is displayed and accessed using Module Cart. Once the order is placed in the shopping cart, the user is taken to Payment.

Parameters

Plugin Manager error: addtocart plugin not found

Example

This code,

Copy to clipboard
{addtocart description="Panama Hat" code="A150" price="45.00"}

Would produce:


(screenshot)
(screenshot)

The add to cart button would typically be used along with item information like below:

Image
Panama Hat
$45.00%%%Image

 Note
The description, inventory code and price are passed to the shopping cart when the add to cart button is clicked.

Aliases

Plugin Cart | Plugin Add to Cart | Plugin AddtoCart