|
Shipping Charges on Sales Card Standard |
Post Reply |
Author | |
maria
Newbie Joined: April/20/05 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: August/02/05 at 10:31am |
Hello,
I have the shipping charges set to the total weight of the products and it is working fine. My problem now is that I would like to set shipping to any country in outside of the USA to a fixed rate based only on the weight. Basically: If shipcountry<>US then ..... I think this If statement would go some where in the shipping1.asp. Maybe here? Session("computeship")=computeship(0) If Session("ChkShipping") = 0 Then NextURL = "shipping2.asp" & "?country=" & shipcountry & "&computemethod=" & computeship(1) Else NextURL = "payment1.asp" End If Any help would be greatly appreciated. Thanks you, |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |