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.