Announcement

Collapse
No announcement yet.

Moving Add to Basket

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

    Moving Add to Basket

    Is it possible to move the Add to Basket button so that it appears next to the Quantity on the same line?

    Thanks

    #2
    Yes - edit the Act_ProductLine.html template (best to click edit next to the template in use under Design | Options | Layouts) .. you are looking for the NETQUOTEVAR:ADDTOCARTBUTTON and NETQUOTEVAR:PRODUCTQUANTITY ... there could be a <br> after the product quantity which can be deleted


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Errm! This didn't work (See attached). Any other ideas?

      Act_productline.html

      NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
      <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>

      Ta
      Attached Files

      Comment


        #4
        Smudgie,

        You will have to open Act_CartButtonImage.html and remove the <P> and </P> that wraps the code. This will then display the add to cart button beside the quantity field. This will only work if you do not have a component / Atribute and choices. In which case they will display after the quantity box and before the add to cart button.

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          And if you use Choices, these are usually attached to the Cart Button.

          However you can sepearate them out by using NETQUOTEVAR:VARIANTS and NETQUOTEVAR:VARIANTADDTOCARTBUTTON in place of NETQUOTEVAR:ADDTOCARTBUTTON

          See the Advanced Guide for more info on Variants.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Thank you.

            Comment

            Working...
            X