Developers - Shipping Classes
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
Shipping Class
Anatomy of a Shipping Module
Class Names
Constructor Method
quote Method
check Method
install Method
remove Method
keys Method
Tips & Tricks
Trouble Shooting
|