Handling fee
- Hostmaster
- Commander (CMDR)
- Posts: 126
- Joined: Fri Jan 04, 2008 3:30 pm
- Location: Melbourne Fl
- Contact:
Handling fee
Does the shipping estimator include the handling fee, if not how can we have it included?
- Hostmaster
- Commander (CMDR)
- Posts: 126
- Joined: Fri Jan 04, 2008 3:30 pm
- Location: Melbourne Fl
- Contact:
Rates for residential vs commercial addresses can be different. By default Shipping Estimator considers a commercial address.
Also when estimating the shipping charges we only know zip code that we use to get the rate estimates from the shipping provider. With full address details I can't say for sure but shipping providers may be providing different rates.
Also when estimating the shipping charges we only know zip code that we use to get the rate estimates from the shipping provider. With full address details I can't say for sure but shipping providers may be providing different rates.
- Hostmaster
- Commander (CMDR)
- Posts: 126
- Joined: Fri Jan 04, 2008 3:30 pm
- Location: Melbourne Fl
- Contact:
In BasketShippingEstime.ascx.cs file
After this line
Add
After this line
Code: Select all
Address estimateAddress = new Address();
Code: Select all
estimateAddress.Residence = true;
- Hostmaster
- Commander (CMDR)
- Posts: 126
- Joined: Fri Jan 04, 2008 3:30 pm
- Location: Melbourne Fl
- Contact: