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
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.
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.