Announcement

Collapse
No announcement yet.

Removing quantity opition

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

    Removing quantity opition

    Hi there,
    I am setting up my online electricls store and I was wondering if there is any chance of being able to remove the quantity box when someone goes to buy an item.
    Many Thanks
    Toby

    #2
    Try Business Settings Ordering tab,tick the box " order quantity always one"

    this may have the knock on effect of removing the quantity box.

    Comment


      #3
      How about using the quantity in cart option?


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Quantity

        Hi, that doesnt work, but if anyone know what code to remove or to put in that would be a great help

        Comment


          #5
          If you mean hide the quantity on the product display page, then edit your Product Layout and replace

          Code:
          <span class="actrequired"><Actinic:Variable Name="QuantityPrompt"/></span><input type="text" name="Q_<Actinic:Variable Name="ProductReference"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" class="form_input_general" />
          with
          Code:
          <input type="hidden" name="Q_<actinic:variable name="ProductReference"/>"  value="1" />
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Quantity

            Many thanks, its now hidden!

            Comment

            Working...
            X