close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Shipping Rate Calculations

Thread began 4/08/2010 3:23 pm by dave403891 | Last modified 4/09/2010 10:57 am by dave403891 | 902 views | 2 replies |

dave403891

Shipping Rate Calculations

eCart5
dw4
mac os10.5

I'm about to work with checkout wizard. I have all the info for my gateway, etc, but in our business we charge for shipping at 10 percent of the total before taxes with a $4.00 dollar minimum.

My question is how I go about setting up calculation code to do what I need done? More specifically what do I do in the checkout wizard re: shipping and what do I do in eCart Object to set up the calculations, or am I missing anything else?

Sign in to reply to this post

Jason ByrnesWebAssist

in the eCart object, create a new calculation, name it "shipRate" as:
((([Price] * [Quantity]) * 0.10) > 4)?(([Price] * [Quantity]) * 0.10):4


this basically says
If the TotalPrice times %10 is greater than 4, use TotalPrice times %10. If not, use 4

Then on the shipping tab, create a new shipping rule. Set the trigger to Total Number of Unique Items in the cart ">" "0"


and set the calculation to use "Based on column subtotal"
Subtotal of column "shipRate" "plus" "0"


see the included screen shot

Sign in to reply to this post

dave403891

About four hours away

Jason,

Thanks for the response. I'm about four hours away from putting it into action. Just have a couple of things left to do to complete my cart set up. I'll let you know how everything goes.

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