Announcement

Collapse
No announcement yet.

Moving the Quantity filed

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

    Moving the Quantity filed

    Hello fellow Actinic users.

    In "Shopping mode" I've chosen "Quantity on Product Page" so I've go a "Quantity" field next to my products and above my "Attribute and choices" drop-down lists and "Add to cart Button".
    I would like to move the "Quantity" field below the drop-down list and alongside the "Add to cart button" but I've not found where the code for this field is.

    Can someone tell me where to look for it ?

    Many thanks.
    User of Actinic since V3 and living on the French riviera

    #2
    Oh well forget it I've found it (it's time I get some hollydays, I'm becoming tired and I'm missing obvious things )
    User of Actinic since V3 and living on the French riviera

    Comment


      #3
      where did you find it jacques?
      Anf
      (ps I've got a flat in Port Grimaud - we need to get together sometime!)
      Anf
      New Year - new YOU!
      (remove that cellulite before the summer comes - www.treatmentgels.co.uk)

      Comment


        #4
        It's in Act_Product_Line.html
        Look for NETQUOTEVAR:PRODUCTQUANTITY

        In fact the code was initialy :
        NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
        <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>

        I've replaced it by :
        <!-- <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> -->
        NETQUOTEVAR:VARIANTS
        NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY <Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>

        and I also removed the <P> in front of <INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:BUTTONLABEL" NAME="NETQUOTEVAR:BUTTONNAME"> in Act_CartButton.html

        So Now for products with choices I've got my drop-down list and below (on the same level) the Quantity Field and the "Add to cart" button (see the attached image)

        (P.S. : Sure I'd be glad to meet you when you come)
        Attached Files
        User of Actinic since V3 and living on the French riviera

        Comment


          #5
          Thanks, Jacques.
          liked the layout in your gif, so will give it a go.

          Anf

          p.s I'm due out at Easter - email me???
          Anf
          New Year - new YOU!
          (remove that cellulite before the summer comes - www.treatmentgels.co.uk)

          Comment

          Working...
          X