Zen Cart Logo
Forums / General Questions / How do I move the Add To Cart box around?

How do I move the Add To Cart box around?

Locked

Views: 1,005

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Aug 2008, 2:28 PM
#1
kidzcomfort avatar

kidzcomfort

New Zenner

Join Date:
Jul 2008
Location:
Massachusetts
Posts:
43
Plugin Contributions:
0

How do I move the Add To Cart box around?

My Add to Cart box is currently at the bottom of my product page. Where do I go to move it somewhere else on my product page?
raelynn

1 Aug 2008, 2:37 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How do I move the Add To Cart box around?

The "sections" in the Product Info page can be shifted around by editing tpl_product_info_display.php .

The ORIGINAL of this file is in:-

includes/templates/template_default/templates/

COPY this to your local drive and open it in a good text editor.

Look for the sections delimited by:-

<!--BOF .............> (some php code here) <!--EOF .............> Find the BOF - EOF section relating to add to cart; CUT it from it's current position and then PASTE it ABOVE or BELOW the section (also BOF - EOF) where you want it to appear. It should go NO HIGHER than:- <!--bof Main Product Image -->

(some php code here)

<!--eof Main Product Image -->

SAVE the edited version, and FTP it to:-

includes/templates/YOUR-TEMPLATE/templates/.

(I have done just this with several of my sites - see Showcase, below).