Ore City
2016-05-15, 12:29 PM
Overview
Modules are php classes that can be dropped into Zen Cart™ to provide extra functionality during checkout.
Currently there are three types of modules.
Payment Modules
These are classes that allow you to add different methods of collecting and validating payment details. This could be something as basic as allowing a COD payment method where no details need to be checked, to connecting to an Authorize.net account to validate the credit card details and check that sufficient funds are available.
Shipping Modules
These are classes that are used to calculate the cost of shipping items. They may act locally, or they may connect to service providers (like UPS or USPS) to calculate shipping prices.
Order Total Modules
Order Total modules are used to calculate/display sub-totals, taxes, totals and other intermediary values for an order. Special order total modules that provide for calculating discounts or special charges are also the province of the order total modules.
Modules are php classes that can be dropped into Zen Cart™ to provide extra functionality during checkout.
Currently there are three types of modules.
Payment Modules
These are classes that allow you to add different methods of collecting and validating payment details. This could be something as basic as allowing a COD payment method where no details need to be checked, to connecting to an Authorize.net account to validate the credit card details and check that sufficient funds are available.
Shipping Modules
These are classes that are used to calculate the cost of shipping items. They may act locally, or they may connect to service providers (like UPS or USPS) to calculate shipping prices.
Order Total Modules
Order Total modules are used to calculate/display sub-totals, taxes, totals and other intermediary values for an order. Special order total modules that provide for calculating discounts or special charges are also the province of the order total modules.