osCommerce : One window service
-- Hosting, security,seo,design,customization,data entry,site suggestion.
Magento : One window service
-- Hosting, security,seo,design,customization,data entry(mining),site suggestion.
Adwords optimization.
Facebook Plugin integration.
Google API integration.
@Frank : Which shipping module are you using and is it by wt or by rate.
In case by wt just set wt to 0.
If by rate then you need to modify quote function so that it skips products that have wt as 0.
Satish
define('MODULE_SHIPPING_MZMT_GEOZONE_1_TEXT_TITLE', 'United Parcel Service (UPS)');
in conntribution catalag\includes\languages\english\modules\shipping folder you have mzmt.php there these language values are defines.
Just replace.
Satish
try reverse the order:
10:10.00, 15:15.00, 20:20.00, 25:25.00, 30:30.00, 100:100,1000:1000.00
If its to maintain a fix ratio why not do a small modification to shipping module and use a multiplier in quote function to get shipping value.
Satish