Handling fee

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Handling fee

Post by Hostmaster » Wed Mar 12, 2008 11:21 am

Does the shipping estimator include the handling fee, if not how can we have it included?

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Post by sohaib » Mon Mar 17, 2008 7:48 am

Shipping Estimator does include the handling fee.

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Post by Hostmaster » Mon Mar 17, 2008 8:04 am

We have about a $3.00(low) variance all the time between the estimator and real charges. Any thoughts ?

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Post by sohaib » Mon Mar 17, 2008 8:12 am

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.

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Post by Hostmaster » Mon Mar 17, 2008 8:28 am

Now that makes more sense at least the commercial rate, with what we are seeing in the consistent difference.

So can you provide instructions as how to set the shipping estimator to use the residential rates pleases?

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Post by sohaib » Mon Mar 17, 2008 9:13 am

In BasketShippingEstime.ascx.cs file

After this line

Code: Select all

                Address estimateAddress = new Address();
Add

Code: Select all

estimateAddress.Residence = true;

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Post by Hostmaster » Fri Mar 21, 2008 7:07 am

Thanks, That seems to have gotten us a lot closer.

Post Reply