BV Commerce Forum
»
BV Commerce Support
»
General Support
»
371: OPEN - Product Extra Ship Fee not being added
Rank: Member
Joined: 1/23/2006(UTC) Posts: 103
|
When getting a quote for shipping from the cart or when going through the order process, the extra ship fee is not added onto the shipping total.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Thank you, we will look into this. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 1/23/2006(UTC) Posts: 103
|
I've fixed this by adding the following code to the shipping user control:
For Each item As Orders.LineItem In o.Items sgExtraShipFee = sgExtraShipFee + item.AssociatedProduct.ExtraShipFee Next
For Each item As Shipping.ShippingRate In Rates item.Rate = item.Rate + sgExtraShipFee Next
|
|
|
|
Rank: Member
Joined: 1/23/2006(UTC) Posts: 103
|
Any update as to where the extra ship fee should be added on? I'm trying to use a workflow to add it on instead of the earlier fix that I found.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.