Announcement

Collapse
No announcement yet.

Product default qty=1 or not shown at all

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

    Product default qty=1 or not shown at all

    I am trying to set the defauly qty = 1 for certain products only.

    The customer will only ever buy 1 of this particular product
    or
    The qty box is not shown where the customer just chooses the product and adds 1 to cart.

    The product in question is a study course we sell so the qty will always be 1.

    Thanks for any help

    #2
    Perhaps create a product layout with the input quantity box visibility set to hidden, then select to use that layout on the relevant products. Eg:
    Code:
    <input type="hidden" name="Q_<actinic:variable Name="ProductID"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" class="form_input_general" />

    Comment


      #3
      Thanks thats a great idea but that may be a little too complex for my skills,

      in that case how would I just default the qty of only that product to 1 so they just have to hit 'add to cart' button.

      I'm using a drop down box & radio buttons for this particular group of products
      http://www.getthroughguides.co.uk/ac...g_Courses.html

      Comment

      Working...
      X