Contributions

Features (Category Index)
Search: 

Free Shipping with Order Count

This module provides a free shipping option when a customer order a defined number of items in the order.

Just place the freecount.php file in the includes/module/shipping directory and then install the module from the admin screens.

The following defines are required in a corresponding freecount.php file in the includes/languages/xxxx/modules directory.

define('MODULE_SHIPPING_FREECOUNT_TEXT_TITLE', 'Free Shipping');
define('MODULE_SHIPPING_FREECOUNT_TEXT_DESCRIPTION', 'Free Shipping');
define('MODULE_SHIPPING_FREECOUNT_TEXT_WAY', 'Best Way - Available with ' . MODULE_SHIPPING_FREECOUNT_ITEMS . ' or more items');

Just place the freecount.php file in the includes/module/shipping directory and then install the module from the admin screens.

Expand All / Collapse All

Free shipping with order count for MS1 and MS2 Wing Li 12 Sep 2003

This is a update of Davids mod to work with MS1 and MS2

Discounted Shipping with Order Count Ray Flores 5 Sep 2002
Free Shipping with Order Count - Freecount.php David Kathan 13 Feb 2002

Note: Contributions are used at own risk.