A lot of people are not seeing the attributes options at the bottom of my listings, so I'd like to move the attributes to just under the add to cart box, but am unsure where to do this?
Printable View
A lot of people are not seeing the attributes options at the bottom of my listings, so I'd like to move the attributes to just under the add to cart box, but am unsure where to do this?
Typically to find where to edit, search for the text in the Developers Toolkit in the Admin. Then you can find which template file you'll need to edit.
Problem is they come up in so many files, not sure which to edit.
This will vary depending on the Product Type. For Product General the layout of the product page is set in
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php
You can move this section about to alter the position of attributes:
To fine tune the position of the attribute block, or individual attributes, with CSS look in this file for the relevant HTML code:Code:<!--bof Attributes Module -->
....
<!--eof Attributes Module -->
\includes\templates\YOUR_TEMPLATE\templates\tpl_modules_attributes.php