I'm customizing the language for a customers shipping module, but for some reason I can't figure out, its not displaying at all. Here's the details:
in the admin, I set the freeoptions module as true
shipping cost and handling fee: 0
total: 0
weight: < = 0.05
item count: 0
tax class: none
shipping zone: none
I edited includes/languages/english/modules/shipping/freeoptions.php to say the following:
define('MODULE_SHIPPING_FREEOPTIONS_TEXT_TITLE', 'Free Shipping for Central Ohio Business Existing Customers');
define('MODULE_SHIPPING_FREEOPTIONS_TEXT_WAY', 'Free delivery to business locations for existing customers. If unsure, please call 614-430-3688.');
I didn't alter the description file at all.
The weird thing was that it displayed previously. The only change I can think of is I loaded the USPS shipping module. I even turned the USPS module off, but the freeoptions module still won't display. Can anyone think of another area I can look into that may have changed?



