starland Posted November 28, 2007 Posted November 28, 2007 I've managed to muck up my shipping methods display. I don't know where the issue is coming from, but I'm thinking it's not showing the value of the variable when it should be - probably a quick fix. Anyone know what needs changing? Thankfully, I've got it giving the correct amounts with the newest fix. It just doesn't look pretty. United States Postal Service (1 x 3.5lbs) EXPRESS (1 - 2 MODULE_SHIPPING_USPS_TEXT_DAYS) $29.10 PRIORITY (2 - 3 MODULE_SHIPPING_USPS_TEXT_DAYS) $7.20 Parcel (4 - 7 MODULE_SHIPPING_USPS_TEXT_DAYS) $5.97 Merry Christmas Everyone! Stephen @ Starland.com Quote
aiyou Posted November 28, 2007 Posted November 28, 2007 make sure you have includes\languages\english\modules\shipping\usps.php. There should be a define('MODULE_SHIPPING_USPS_TEXT_DAYS') value around line 24 Quote
starland Posted December 22, 2007 Author Posted December 22, 2007 You pegged it! As soon as I added a define('MODULE_SHIPPING_USPS_TEXT_DAYS', 'DAYS'); line in that file it fixed things up great. Thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.