Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Constant Total Shipping Weight
Author « Topic »  

redshad
Starting Member

USA
14 Posts

Pre-sales questions only
(More Details...)

Posted - 12/10/2021 :  06:11:57  
All of our products have minimal weight, but are shipped in a cold pack. No matter how many items, the total shipping weight is 3 lbs. Where/how can I set this value so I can get the correct shipping cost from UPS?

Vince
Administrator

42874 Posts

Posted - 12/10/2021 :  10:05:23  
How about set the parameter...
$initialpackweight=3;
...but set the weight of each product to 0.01
You have to have a positive weight for products as otherwise they are not counted for shipping, but that way you can have a very large number before they would affect the weight.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

dbdave
ECT Moderator

USA
10468 Posts

Posted - 12/10/2021 :  10:57:27  
I like Vince's suggestion, but really, that will return a shipping cost for 4lbs as ups will round up to the nearest pound.
So I recommend this
$initialpackweight=2.1;
...but set the weight of each product to 0.001

This way the customer could buy over 1000 items and still get a rate for 3lb returned.

David

Vince
Administrator

42874 Posts

Posted - 12/10/2021 :  14:43:39  

redshad
Starting Member

USA
14 Posts

Pre-sales questions only
(More Details...)

Posted - 12/13/2021 :  05:32:55  
$initialpackweight is what I needed! Thank you both!

Rod
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000