Announcement

Collapse
No announcement yet.

minimum quantities not working

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

    minimum quantities not working

    We are trying to place a minimum qty of 12 for certain items which I believe was working until we changed over to multiple customer groups so that we could put on the facility to make our wholesale customers register before prices where show. The error message still comes up if a number less than this is entered in the order qty but I'm pretty sure it used to default to 12 instead of 1 in the qty box before anything was entered. Any ideas please

    Regards Sally
    Regards
    Sally

    Fashion Jewellery Wholesale - Glitzy Jewels

    #2
    Hi Sally

    If if you edit the product layouts, you can edit the value that appears by default in the quantity fields.

    By default, the code is:
    <input type="text" name="Q_<Actinic:Variable Name="ProductReference"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" class="form_input_general" />
    but you can change the 'DefaultQuantity' variable to '12'.

    Comment

    Working...
    X