Announcement

Collapse
No announcement yet.

Any way to remove quantity increment/decrement buttons?

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

    Any way to remove quantity increment/decrement buttons?

    re: http://community.sellerdeck.com/showthread.php?t=55768

    Is ti the same solution for v16?

    We list as kgs, with minimums from 6 to 40
    - on the previews these buttons default to 1
    - is it really 1 when uploaded?
    (don't want our customers to click 39 times to get to our minimum 40)

    Would like it either to default to the minimum (like it usually does on the confirm qty page)
    or just remove it.

    edit:
    I notice the +/- buttons are in the demo site, but not on our old site updated from v6 applying it with "Smart Responsive" theme... There must be a setting somewhere...

    #2
    From the SellerDeck coding if you remove the <label></label> tags this will remove the - and +

    Comment


      #3
      Thank you

      Further problem is that the quantity defaults to 1 all the time... and not as the minimum of the product.

      Have to revert back to Quantity on Confirmation Page
      : which defaults to the minimum quantity of the product

      Coding uses Actinic Variable : "DefaultQuantity", confirmation page uses "Quantity"
      - I tried changing it from DefaultQuantity to Quantity (innerlayout...), but doesn't work

      Comment


        #4
        At product level go to Details.

        In details area you'll see Min and Max Quantity

        This will only allow the quantities stated to be order for that product

        Comment


          #5
          You need to set Quantity Box shown at product level too

          From Menu go to

          Design -> Design Options -> Under shopping mode select Quantity on Product Page

          Comment

          Working...
          X