BoulderDash Posted January 6, 2004 Share Posted January 6, 2004 Hey there all, My UPS Shipping Methods are currently: - Next Day Air Early AM - Next Day Air - Next Day Air Saver - 2nd Day Air - 3 Day Select - Ground Can someone please tell me how to have my store only display UPS Shipping Methods: - Next Day Air - 2nd Day Air - Ground Thank you in advance, BD Link to comment Share on other sites More sharing options...
Guest Posted January 6, 2004 Share Posted January 6, 2004 should be in the option for ups shipping, either in the admin section deselect the items you do not want displayed or go into the modules shipping ups and comment out the areas yo do not want Link to comment Share on other sites More sharing options...
Hide Posted January 6, 2004 Share Posted January 6, 2004 should be in catalog/includes/languages/english/modules/shipping/ups.php Link to comment Share on other sites More sharing options...
BoulderDash Posted January 6, 2004 Author Share Posted January 6, 2004 Here we go at the Wiki Effort: Change UPS Listings <http://wiki.oscommerce.com/docsCatShipUps> Although, I had to change a line because the new code (from the article above) was underestimating prices. Here's what the article states: 'cost' => (SHIPPING_HANDLING + $cost) * $shipping_num_boxes); But here's what kept the prices the same (after removing the methods I didn't want): 'cost' => ($cost + MODULE_SHIPPING_UPS_HANDLING) * $shipping_num_boxes); Thanks all... now it's on to offering free Ground shipping if above $75 (which can be delared in the Admin section) WHILE still offering the above options should someone want it faster than ground. Currently, if you have free shipping above an amount ($75 in this example) all other methods are not shown. But I still want them... any clues? Thanks, BD Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.