close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Shipping Options

Thread began 5/04/2011 4:23 pm by Maplemac | Last modified 5/11/2011 11:06 am by Maplemac | 1944 views | 8 replies

Jason ByrnesWebAssist

this is a tricky one because of the free shipping for the two towns in Ontario, that is going to need to be done using a discount

the shipping and discount rules will need to use the following session variables in the triggers:
eCartCheckoutForm_shipping_Country
eCartCheckoutForm_shipping_State
eCartCheckoutForm_shipping_city


configure the first rule, "$12 for all of Canada except Newfoundland" as:

Triggers:
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_Country" Exists

AND
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_State" Exists

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_Country" is "=" a value of "CA"

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_State" is "!=" a value of "NL"

Calcualtion:
Flat Rate "12"

configure the second rule "Newfoundland $15" as:
Triggers:
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_Country" Exists

AND
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_State" Exists

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_Country" is "=" a value of "CA"

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_State" is "=" a value of "NL"

Calcualtion:
Flat Rate "15"

then configure a discount for each of the towns that will get free shipping an example of the first one is:

Triggers:
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_Country" Exists

AND
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_State" Exists

AND
Session Variable Exists:
Session Variable "eCartCheckoutForm_shipping_city" Exists

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_Country" is "=" a value of "CA"

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_State" is "=" a value of "ON"

AND
Based on session Variable Value:
If the Session Variable "eCartCheckoutForm_shipping_city" is "=" a value of "Town A"

Calcualtion:
Flat Rate "this->GetShipping()"


the second discount will be very similar, just change the last trigger:
If the Session Variable "eCartCheckoutForm_shipping_city" is "=" a value of "Town A"

to:
If the Session Variable "eCartCheckoutForm_shipping_city" is "=" a value of "Town B"

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...