Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how do I move bof Attributes Module

how do I move bof Attributes Module

Views: 727

Results 1 to 3 of 3
3 Jan 2011, 5:15 PM
#1
foxy avatar

foxy

New Zenner

Join Date:
Nov 2007
Posts:
15
Plugin Contributions:
0

how do I move bof Attributes Module

I am using the current version with a template. If you go here:

http: // innocentandsweet . com / shop / index.php? main_page=product_info &cPath=4&products_id=11

[remove spaces]

You can see that "Please Choose: size in ounces" is on the bottom left corner of the center screen. Its out of the way, and I want to make sure people see it. So I want to move all Attributes be it colors, scents, or whatever it may be.

I would like to move it to just above or below "Add to Cart: BOX".

Could someone tell me where I can do this, what file, where is it located, and what code I need to move?

Much appreciated.

Thank you for your help.

Heather

3 Jan 2011, 5:35 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 bof Attributes Module

search the forum for

tpl_product_info_display.php

There have been lots of posts about shifting these elements around, so no need to duplicate the instructions.

I also think there is a faq/tutorial about this as well.

3 Jan 2011, 5:47 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: how do I move bof Attributes Module

You're on the right track. Open **includes/templates/template_default/templates/tpl_product_info_display.php **and Cut the whole Attributes Module section (including the bof and eof comments) and Paste it just above the bof Add to Cart Box section. Then save the edited file in includes/templates/ashley_pink/templates. If you already have that file there, you'll have to do the Cut and Paste in that copy.

You'll need to move that section around where you want it in the stylesheet.