inventory
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Plugin version 1.0.2 contains a fix for this bug and is tested with PHP 5.2.4 and up.
This is a bug that makes the plugin incompatible with PHP 5.2.x. I will post a quick fix soon.
Forum: Plugins
In reply to: [eCommerce Shopping Cart by Inventory.com] Payment and Shipping Modules?Hi,
What payment and shipping services are you looking to integrate with?
This is a bug that appears when using PHP version 5.2.x. Quick fix is to change lib/sync/ECSyncCategory.class.php on line 17:
OLD: if (static::remove_category($termID)) {
NEW: if (self::remove_category($termID)) {We will include the fix in next version.
Each shipping or payment method can be defined as separate PHP class. There are hooks ready for rendering the options and adding the extra information to the order. There are basic sample classes included also.
Viewing 5 replies - 1 through 5 (of 5 total)