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
Tiki Doc From Code error: addtocart not found
Example
This code,
Copy to clipboard
{addtocart description="Panama Hat" code="A150" price="45.00"}
Would produce: (screenshot)
|
The add to cart button would typically be used along with item information like below: Panama Hat $45.00 |
Note
The description, inventory code and price are passed to the shopping cart when the add to cart button is clicked.
Related pages