Developers - Shipping Classes
From Zen Cart(tm) Wiki
Contents |
[edit]
Introduction
Shipping modules consists of two files.
The shipping class is stored in
- includes/modules/shipping/<module name>.php
while all text is stored in the appropriate language file
- includes/languages/<current language>/modules/shipping/<module name>.php
[edit]
Shipping Class
[edit]
Anatomy of a Shipping Module
[edit]
Class Names
[edit]
Constructor Method
[edit]
quote Method
[edit]
check Method
[edit]
install Method
[edit]
remove Method
[edit]
keys Method
[edit]
Tips & Tricks
[edit]
