Announcement

Collapse
No announcement yet.

Issues with Min Qty/Max Qty

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Issues with Min Qty/Max Qty

    I use one page ordering, so when somebody submits a page, they get 20 odd items added to their cart. I wanted to use minimum order quantity = 4 on some items. However qty is defaulted to 4.

    So when a user submits they get the item no matter what

    For one page ordering qty should be set to 0. On a page with 50 items you kinda auto-order 4 items because qty is set to min qty when you don't want these items.

    Also when you set max qty = min qty, editing the qty on the order page was disabled. Didn't really look at this too much as the first bit was the real stumbler.
    www.collectandplay.com - Combining Actinic Catalog and Macromedia Coldfusion in a heady mix of chaos and confusion.

    #2
    I see what you mean - very annoying.

    To fix it, go to Phase: -1 ID: 2173 in 'Design | Text' and change the prompt there to read:

    %s<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="0"><!-- %d -->

    Comment

    Working...
    X