This is a discussion on Don't want to show weight on shipping page within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I have been looking through the various .php files to try and decipher where the script is being told to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I have been looking through the various .php files to try and decipher where the script is being told to display the weights. I know that the page "http://www.apexresourcegroup.com/checkout_shipping.php" is the page that it is displayed on. Currently, it displays like "United States Postal Service (1 x 13.2lbs)", but I just want it to show "United States Postal Service". Can anyone be of assistance in telling me where to look in order to change this? Thanks in advance!!! |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| BUMP!!! I need some help please... |
|
#3
| ||||
| ||||
| I almost answered the previous time I read your post... But my answer would have been something like "how did you configure it so it will show the weight on shipping page???" But I do not use the the USPS shipping module, so I did not answer. Just checked it out now, I do not have it installed on my site, but I found this code on usps.php: Code: if (in_array('Display weight', explode(', ', MODULE_SHIPPING_USPS_OPTIONS))) {
$shiptitle = ' (' . $shipping_num_boxes . ' x ' . $shipping_weight . 'lbs)';
} else {
$shiptitle = '';
}
|
|
#4
| |||
| |||
| I will go and try to find this information in the code. Do you know which file you found that in? |
|
#5
| ||||
| ||||
| That info was already on my previous reply.... usps.php /include/modules/shipping/usps.php But as I said, you can configure the "show weight" option from the admin secion: Admin - Modules - Shipping - USPS - USPS Options - Display Weight You do not need to touch any code at all. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add attribute to 0 weight product - goes to shipping page? | neil | osCMax v2 Features Discussion | 0 | 04-19-2007 09:20 PM |
| Downloadable product as an attribute still shows weight in shipping page | mjfontec | osCMax v2 Customization/Mods | 0 | 04-01-2007 07:10 AM |
| Free Shipping with Zero Weight | michael_s | New osCommerce Contributions | 0 | 03-31-2007 09:02 AM |
| weight and shipping | mbezuidenhout | osCommerce 2.2 Modification Help | 0 | 11-17-2005 08:00 AM |
| shipping weight acting strange | Jimkelly23 | osCommerce 2.2 Discussion | 1 | 09-09-2005 12:30 PM |