close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

minimum quantity question

Thread began 11/15/2013 12:17 pm by elewis93815 | Last modified 11/18/2013 8:25 am by Jason Byrnes | 1678 views | 3 replies |

elewis93815

minimum quantity question

I believe I have added a minimum quantity ordering rule on this page but it seems customers can change their quantity??? Any direction is appreciated.

Attached Files
gluten_free.php
Sign in to reply to this post

Jason ByrnesWebAssist

how did you implement the minimum quantity?

the way i would suggest implementing a minimum quantity is to have a cart column name minQuantity where you set the minimum. In the add to cart button behavior, set the value for the minimum quantity column then create a calculation as:

abs([Quantity] < [minQuantity])?[Quantity] = [minQuantity]:''


this will prevent users from setting the quantity to be below the minimum you set.

Sign in to reply to this post

elewis93815

On line 497-509 for one and 456-465. Would I need to redo the add to cart buttons or can I add the code itself for the additional column?

Sign in to reply to this post

Jason ByrnesWebAssist

using validation like this only forces the quantity when it is initially set, once added to the cart, it does not prevent the quantity being changed.

the method i outlined above will prevent the quantity being changed.

you will need to edit the add to cart button behaviors to make the change.

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