Announcement

Collapse
No announcement yet.

Checkbox for Ordering:

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

    Checkbox for Ordering:

    Hi

    I'm hoping this is pretty simple (but you never know)

    I've changes my product template so that instead of adding a quantity customers can click a checkbox & press 1 add to cart buttong at the foot of the page (order quantity is always 1).

    It works fine - but the checkbox still appears when a product is shown as "Sold Out" - Does anyone know how can I get the checkbox to disappear in this instance?

    #2
    We'd need to see modified code before being able to comment.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Cheers - find the file attached
      Attached Files
      Last edited by nickchad; 13-Apr-2005, 12:59 PM. Reason: forgot file

      Comment


        #4
        Put NETQUOTEVAR:PRODUCTQUANTITY back into your product templates.

        Go to Design / Text / Phase -1, ID 2173 and replace

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

        with

        <!-- %s --><INPUT TYPE=checkbox NAME="%s" VALUE="1">

        This will, of course, affect ALL your products.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Hi Norman

          Thanks - works a treat

          Regards

          Nick

          Comment

          Working...
          X