close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Shipping Boxes

Thread begun 7/11/2014 4:07 am by this_is_me | Last modified 7/15/2014 6:19 am by Jason Byrnes | 590 views | 1 replies |

this_is_me

Shipping Boxes

My client wants to sell wine and other stuff. For the wine there is the base price for one bottle, but he wants to sell it either in a 6pack or 12pack box (no single bottles)
So, there is a simple calculation to be made 6-box = base-price x 6, 12-box = base-price x 12
If the client selects a quantity it relates either to the 6-box or the 12box, not the singel bottle
What would be the best set-up?
Is it a shipping rule or a product option?

Seems quite simple ... still got stuck

Sign in to reply to this post

Jason ByrnesWebAssist

Use a product option.

Create a new column for CaseSize. In the add to cart behavior, set the CaseSize column to be updatable as a select list. Populate the select list with the options:
6 Bottles
12 Bottles

then create a new calculation in the eCart object calculations tab:

Name: TruesPrice
(abs([CaseSize] == '6 Bottles')?[Price] * 6:0) + (abs([CaseSize] == '12 Bottles')?[Price] * 12:0)

then edit the TotalPrice calculation to:
((abs([CaseSize] == '6 Bottles')?[Price] * 6:0) + (abs([CaseSize] == '12 Bottles')?[Price] * 12:0)) * [Quantity]

NOTE: my calculation is based on the name of the column being CaseSize and the select list values being 6 Bottles and 12 Bottles, if you use different names / values, you will need to modify the calculation accordingly.


in the cart display, change out the Price binding for the TruePrice binding, and in the code that passes the transaction to the gateway.

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