Administrator
- Join Date:
- Sep 2009
- Posts:
- 13,980
- Plugin Contributions:
- 46
ZipShip - Support Thread
I've just submitted v2.0.0 to the plugins for review; it's been tested under Zen Cart 1.5.4 and 1.5.5 but should be OK for earlier versions, too. The following changes were incorporated:
- Use PSR indentation
- Add "extends base" to class definition
- Rename constructor to __construct for PHP 7+ usage
- Don't enable the shipping method unless the current ship-to address is configured for the method.
- Change usage of the PHP "split" function for PHP 5.3+ usage (it's deprecated).
Note: This version of the ZipShip shipping module is also needed for compatibility with the One-Page Checkout plugin.