close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Additional charges in ecart object

Thread began 8/03/2012 10:26 am by bill3786 | Last modified 8/03/2012 11:06 am by Jason Byrnes | 434 views | 1 replies |

bill3786

Additional charges in ecart object

1. Currently on the client's site only UK customers purchase in sterling using worldpay and the admin and carriage charges are as follows in the ecart object:

Admin charge - flat rate of £10 for all orders under £200 - above this no charge
Carriage charge - flat rate of £15 for all orders under £400 - above this no charge

If a US or Canadian customer logged in, how can additional chages for admin and carriage be applied based on their country of origin?

2. What is the correct way to add United States and Canada to the "is equal to" operator along with United kingdom in the if statement below

<?php if(isset($_SESSION['UserCountry']) && $_SESSION['UserCountry'] == "United Kingdom") { ?>

Sign in to reply to this post

Jason ByrnesWebAssist

1) Create additional shipping chargers using the Session Variable equal to trigger and use the UserCountry session variable

2) to Us an canada to the if statement, add an or condition:

php:
<?php if(isset($_SESSION['UserCountry']) && ($_SESSION['UserCountry'] == "United Kingdom" || $_SESSION['UserCountry'] == "United States" || $_SESSION['UserCountry'] == "Canada")) { ?>
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...