• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

ChristianMoments
#1 Posted : Thursday, December 7, 2006 8:51:47 AM(UTC)
ChristianMoments

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.
jetheredge
#2 Posted : Thursday, December 7, 2006 10:27:54 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Thank you, we will look into this.
Justin Etheredge
Senior Software Engineer
BVSoftware
ChristianMoments
#3 Posted : Friday, December 8, 2006 8:27:35 AM(UTC)
ChristianMoments

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
ChristianMoments
#4 Posted : Monday, March 26, 2007 7:34:23 PM(UTC)
ChristianMoments

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012