Introduced in Tiki5 This module displays the content of the cart, allows to modify quantities and proceed to payment. It is intended to be used in conjunction with PluginAddToCart.
Where to go to when the "Check-out" button is clicked but before the payment invoice is generated (Default empty: Goes to tiki-payment.php)
postPaymentURL
url
Where to go to once the payment has been generated, will append "?invoice=xx" parameter on the URL for use in pretty trackers etc. (Default empty: Goes to tiki-payment.php)
showItemButtons
alpha
Shows add, remove and delete buttons on items (y/n)
n
showCount
alpha
Shows the number of items in the cart (y/n)
n
showItems
alpha
Shows the items in the cart as they are added (y/n)
y
showWeight
alpha
Shows the weight of the items in the cart (y/n)
n
ajax
alpha
Use AJAX services for managing the cart (y/n)
n
weightUnit
alpha
Shown after the weight
g
Related Pages
See these pages for information that applies for all modules: