Print Page | Close Window

Shipping Charges on Sales Card Standard

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart Standard / PRO / SQL
Forum Description: All questions pertaining to SalesCart Standard, PRO and SQL should be posted here.
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=395
Printed Date: April/16/24 at 8:01am
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: Shipping Charges on Sales Card Standard
Posted By: maria
Subject: Shipping Charges on Sales Card Standard
Date 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,



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk