lyndedavis123 Posted November 1, 2006 Posted November 1, 2006 Hello, I am currently running with UPSChoice and I need my products to have a weight assigned to them. However, when you are at the checkout_shipping.php it says United Parcel Service (1x10lbs) <---- I do not want the weight to show up at all. I can not find how to take it out with out messing up the quote it self. Please any help would be great! Quote
djmonkey1 Posted November 1, 2006 Posted November 1, 2006 Change 'module' => $this->title . ' (' . $shipping_num_boxes . ' x ' . $shipping_weight . 'lbs)'); to 'module' => $this->title); Quote Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
lyndedavis123 Posted November 1, 2006 Author Posted November 1, 2006 Change 'module' => $this->title . ' (' . $shipping_num_boxes . ' x ' . $shipping_weight . 'lbs)'); to 'module' => $this->title); Thanks for the quick responce! 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.