Cart Module
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.
Usage
You can assign the module in a module zone using the standard Module Settings Interface.
You can also insert the module in any page using the PluginModule:
{module module="cart" ajax="y" showItems="y" showCount="y" showItemButtons="y" nobox="y"}
Parameters
Go to the source code
Preferences required: payment_feature
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
ajax |
alpha | Use AJAX services for managing the cart (y/n) | n | |
showItems |
alpha | Shows the items in the cart as they are added (y/n) | y | |
showCount |
alpha | Shows the number of items in the cart (y/n) | n | |
checkoutURL |
url | 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) | ||
showWeight |
alpha | Shows the weight of the items in the cart (y/n) | n | |
weightUnit |
alpha | Shown after the weight | g | |
showItemButtons |
alpha | Shows add, remove and delete buttons on items (y/n) | n |
Related Pages
See these pages for information that applies for all modules:
- Module--Overall introduction and overview
- Module Admin--Introduction to the module admin pages for site-wide and individual module settings
Related Pages
See these pages for information that applies for all modules:
- Module--Overall introduction and overview
- Module Admin--Introduction to the module admin pages for site-wide and individual module settings
Related Pages
See these pages for information that applies for all modules:
- Module--Overall introduction and overview
- Module Admin--Introduction to the module admin pages for site-wide and individual module settings
Related Pages
See these pages for information that applies for all modules:
- Module--Overall introduction and overview
- Module Admin--Introduction to the module admin pages for site-wide and individual module settings
Related Pages
See these pages for information that applies for all modules:
- Module--Overall introduction and overview
- Module Admin--Introduction to the module admin pages for site-wide and individual module settings
- Assigning Modules--How to select a module to configure it
- Module Settings Interface--Interface for configuring individual module settings
- Module Settings Parameters--Explanation of standard parameter settings for modules
- Creating Custom Modules--How to create user modules
- Index of Modules--Links to the documentation of individual modules
- User Modules--how (if the feature is active) users can choose and place their modules
- Mods Type Modules--links to modules that are installed as components
- Assigning Modules--How to select a module to configure it
- Module Settings Interface--Interface for configuring individual module settings
- Module Settings Parameters--Explanation of standard parameter settings for modules
- Creating Custom Modules--How to create user modules
- Index of Modules--Links to the documentation of individual modules
- User Modules--how (if the feature is active) users can choose and place their modules
- Mods Type Modules--links to modules that are installed as components
- Assigning Modules--How to select a module to configure it
- Module Settings Interface--Interface for configuring individual module settings
- Module Settings Parameters--Explanation of standard parameter settings for modules
- Creating Custom Modules--How to create user modules
- Index of Modules--Links to the documentation of individual modules
- User Modules--how (if the feature is active) users can choose and place their modules
- Mods Type Modules--links to modules that are installed as components
- Assigning Modules--How to select a module to configure it
- Module Settings Interface--Interface for configuring individual module settings
- Module Settings Parameters--Explanation of standard parameter settings for modules
- Creating Custom Modules--How to create user modules
- Index of Modules--Links to the documentation of individual modules
- User Modules--how (if the feature is active) users can choose and place their modules
- Mods Type Modules--links to modules that are installed as components
- Assigning Modules--How to select a module to configure it
- Module Settings Interface--Interface for configuring individual module settings
- Module Settings Parameters--Explanation of standard parameter settings for modules
- Creating Custom Modules--How to create user modules
- Index of Modules--Links to the documentation of individual modules
- User Modules--how (if the feature is active) users can choose and place their modules
- Mods Type Modules--links to modules that are installed as components