PDA

View Full Version : the 'add to cart' button


Bristol_City_FC
26-Oct-2003, 07:46 PM
Hi,

I am building this site and the client wants the 'add to cart' button moved below the price, e.g. on this page:

http://www.hangit-pc.com/acatalog/HIT18-section.html

I've had a look around and can't see anything. Does anyone know how to do this? :confused:

Thanks!

ps - this site is still under construction and looks it !

garyhay
27-Oct-2003, 08:58 AM
This is answered in the knowledge base

http://knowledge.actinic.com/users/kadmin/acatalog/

Bristol_City_FC
27-Oct-2003, 09:09 AM
Sorry to be a pain, but which article. I did a search on 'add to cart' and read the subject lines of 50 articles, but could see nothing about moving it.
Brizzle City

James M
28-Oct-2003, 02:03 PM
Hi Tony

I couldnt see where it explains how to do this task in the Knowledge Base, but it is a simple process.

If you are wanting to move your add to cart button below the product price, then you all you need to do is edit the Act_Productline.html template, which you will fine in your site 1 folder, and locate NETQOUTEVAR:ADDTOCARTBUTTON. If you cut this, and then paste it below NETQUOTEVAR:PRODUCTPRICE in this template then it should display the cart button below the price.

Hope that helps.

James
________
Lesbian Cam (http://www.girlcamfriend.com/webcam/lesbian-couples/)

garyhay
28-Oct-2003, 06:36 PM
For more control see this article

http://knowledge.actinic.com/users/kadmin/acatalog/v6_Product_Layout.html#a796

Bristol_City_FC
28-Oct-2003, 09:52 PM
Hi,

I can't isolate my 'add to cart' button from the Options. Here it is:

http://www.hangit-pc.com/acatalog/HIT18-section.html

In the code there is this line:

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

If I comment-out that line, the Options disappear as well as the 'add to cart' button.

NormanRouxel
28-Oct-2003, 11:30 PM
If you look in the Advanced Guide under Custom Attributes (or Variants or similar wording) you'll find out how to isolate the cart button from the attributes.

Norman