Zen Cart Logo

Add to cart

Locked

Views: 967

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Nov 2006, 10:35 AM
#1
philpalmer avatar

philpalmer

Zen Follower

Join Date:
Dec 2005
Posts:
105
Plugin Contributions:
0

Add to cart

Is it possible to move the "add to cart" to the top of the page?
Some of my listings are quite long.

3 Nov 2006, 11:41 AM
#2
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Add to cart

You can either use css to position it, or you can edit includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php and move the code for the <div> containg the add to cart box...or a combination of both.

As the browser reads the code, it simple places <div> contents on screen one after the other in the order they are listed. Any other positioning needs to be done via CSS.

3 Nov 2006, 12:27 PM
#3
philpalmer avatar

philpalmer

Zen Follower

Join Date:
Dec 2005
Posts:
105
Plugin Contributions:
0

Re: Add to cart

Thanks for this. I'm going to tidy up my long product description pages instead.
But really appreciate the reply.

Phil : )