Page 1 of 1
Problems with shipping calculation -
Posted: Fri Apr 24, 2009 12:49 pm
by gguerini
Hi guys, I need your help one more time. I hope it's the last time.
My store sells marble stones and we're talking about a lot of pounds. So I want to define a Vary by Weight shipping method.
The problem is, when I set up the rate of my shipping and leave the min and max empty the price is always the rate, which means, the same. I don't need to set up the mix and max because the rate is the same, independently of the weight.
For example: I need to tell the system that I charge $2 each pound. So, I need to multiply the total weight by my rate ($2).
If I have 10 pounds I need to do this: 10 pounds * $2, so $20 dollars. Got it?
I have some pictures to demonstrate my problem.
Thanks again.
Re: Problems with shipping calculation -
Posted: Fri Apr 24, 2009 3:43 pm
by jmestep
On something like this, you might want to set the minimum of 1 pound and some maximum that the shipment would never reach. I don't know if your problem is a bug or if it was designed to require a min/max.
Re: Problems with shipping calculation -
Posted: Fri Apr 24, 2009 5:16 pm
by gguerini
jmestep wrote:On something like this, you might want to set the minimum of 1 pound and some maximum that the shipment would never reach. I don't know if your problem is a bug or if it was designed to require a min/max.
I tried that, but the shipping is not varying by weight like it was supposed to be. The price is always the same: the rate.
Any other idea?
Thanks!

Re: Problems with shipping calculation -
Posted: Sat Apr 25, 2009 12:39 pm
by jmestep
What build of Able are you using? Some of the older builds had trouble with shipping methods when they were set to only specific warehouses.
Re: Problems with shipping calculation -
Posted: Mon Apr 27, 2009 1:36 am
by gguerini
This is the building I have:
PLATFORM: ASP.NET
VERSION: 7.0.0
BUILD: 11659
AjaxControlToolkit: 1.0.10301.0
CommerceBuilder: 7.0.10752.0
CommerceBuilder.AuthorizeNet: 7.0.9764.0
CommerceBuilder.CanadaPost: 7.0.0.0
CommerceBuilder.CCH: 7.0.0.0
CommerceBuilder.Configuration: 7.0.10752.0
CommerceBuilder.CyberSource: 7.0.9764.0
CommerceBuilder.DataClient.Api: 1.0.0.19
CommerceBuilder.DataClient.Csv: 1.0.0.0
CommerceBuilder.DHL: 7.0.8825.0
CommerceBuilder.ECB: 7.0.0.0
CommerceBuilder.EstesExpress: 1.0.0.0
CommerceBuilder.FedEx: 7.0.9725.0
CommerceBuilder.FRBNY: 7.0.0.0
CommerceBuilder.GoogleCheckout: 7.0.10052.0
CommerceBuilder.InternetSecure: 7.0.9764.0
CommerceBuilder.LinkPoint: 7.0.9764.0
CommerceBuilder.Paradata: 7.0.9764.0
CommerceBuilder.PayFlowPro: 7.0.10061.0
CommerceBuilder.PayJunction: 7.0.9764.0
CommerceBuilder.PayPal: 7.0.10840.0
CommerceBuilder.Services: 7.0.10752.0
CommerceBuilder.SkipJack: 7.0.9764.0
CommerceBuilder.UPS: 7.0.10041.0
CommerceBuilder.USPS: 7.0.9728.0
CommerceBuilder.Web: 7.0.10752.0
ComponentArt.Web.UI: 2007.1.1566.3
CyberSource.Base: 2.0.0.0
CyberSource.Clients: 5.0.2.0
CyberSource.Clients.XmlSerializers: 5.0.2.0
CyberSource.WSSecurity: 2.0.0.0
CybsWSSecurityIOP: 1.0.0.0
edtFTPnet: 1.2.4.0
FredCK.FCKeditorV2: 2.5.2912.21007
ICSharpCode.SharpZipLib: 0.85.5.452
LinkPointTransaction: 1.0.1797.29766
log4net: 1.2.10.0
Microsoft.Practices.EnterpriseLibrary.Common: 2.0.0.0
Microsoft.Practices.EnterpriseLibrary.Data: 2.0.0.0
Microsoft.Practices.ObjectBuilder: 1.0.51205.0
Microsoft.Web.Preview: 1.2.61025.0
NVelocity: 7.0.8530.0
PaygatewayNET: 3.0.0.0
paypal_base: 4.2.1.0
PFProCOMLib: 1.0.0.0
PFProdotNET: 0.0.0.0
Validators: 1.0.0.0
WebChart: 1.1.1.6
wwHoverPanel: 1.85.0.0
Re: Problems with shipping calculation -
Posted: Mon Apr 27, 2009 6:06 am
by jmestep
[Edited]
I tested and got the same results, but I think it is supposed to be a total shipping cost per each weight break, not a per pound shipping cost.
Re: Problems with shipping calculation -
Posted: Mon Apr 27, 2009 7:35 am
by mazhar
It seems for this requirement you need to write your custom gateway. Please read followng topic from WIKI about custom shipping gatway
http://wiki.ablecommerce.com/index.php/ ... ng_Carrier
You can download source code of UPS and a blank shipping gateway from here
viewtopic.php?f=47&t=6651
All you need for your custom gateway to calculate price depending upon your weight requirements.
Re: Problems with shipping calculation -
Posted: Mon Apr 27, 2009 7:36 am
by gguerini
jmestep wrote:[Edited]
I tested and got the same results, but I think it is supposed to be a total shipping cost per each weight break, not a per pound shipping cost.
I was thinking about that. Anyone from Able? I really wanted to do that...
Thanks