Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to put product title first then image with description.

How to put product title first then image with description.

Locked

Views: 1,501

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Jul 2007, 5:08 PM
#1
qm360 avatar

qm360

New Zenner

Join Date:
Jul 2007
Posts:
40
Plugin Contributions:
0

How to put product title first then image with description.

How to put the title of product then the image of the product left aligned with the description? Right now the image is on the left and title with description on the right of the image.

9 Jul 2007, 8:31 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to put product title first then image with description.

In a copy of the tpl_product_info_display.php file most all fields begin and end with respectively - BOF & EOF and you can reorder these as you wish and force a new line with clear both

11 Jul 2007, 6:11 PM
#3
qm360 avatar

qm360

New Zenner

Join Date:
Jul 2007
Posts:
40
Plugin Contributions:
0

Re: How to put product title first then image with description.

Thank you.