Shopgo_ShippingCore

Magento Extension
Download latest - 1.3.9

ShopGo Shipping Core is a utility module that contains functions used by other ShopGo shipping modules.
The main purpose of this module is to encourage code re-usability (Put it simply, the module combines all ShopGo's shipping modules shared/reusable code in one place) and to reduce number of possible conflicts between some modules (Especially shipping ones) as much as possible.
What is ShopGo?
ShopGo is a hosted and localized eCommerce platform designed to enable merchants (Mainly in the MENA region) to create e-stores and become e-tailers, in just a few simple steps.
How does it work?
This can be used in various ways inside ShopGo's shipping modules.
For example, ShopGo's shipping modules data helpers could extend the abstract helper class of shipping core, in order to use the helpful functions that it provides, instead of writing them from scratch for each module.
Shipping core also adds useful features such as dimensional weight attributes, which can be used by other custom shipping modules, in order avoid unnecessary conflicts between them.
Features

Advanced currency convert function.
Make it easier to customize admin panel's sales > orders > ship page for ShopGo's shipping modules.
Dimensional weight attributes installer.
Payment methods filter for COD shipments.
Reduce possible number of conflicts between modules by doing shipping modules classes overriding in one place.

Dependencies

ShopGo Core
(ShopGo) Advanced Ifconfig

Notes

Make sure that all dependencies mentioned above are installed before installing this module. Otherwise, it won't work.

You could also get the latest version of this module from:
https://github.com/shopgo-me/shipping-core

Releases (4)

Date Version Notes
2015-08-06 1.3.9

Set cash on delivery payment methods default values

2015-08-05 1.3.8

Fixed in_array check issue

2015-07-09 1.3.7

The first release of ShopGo Shipping Core module.

2015-07-08 1.3.6

The first release of ShopGo Core module.