Product Layout
I have a few questions about the layout of the product details. The biggest concern is that i added fields to be part of product. They display just fine, however, when trying to redefine the layout (i assume the file in question is customer/main/product.tpl ) i see in the code the extra fields
{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl"}
I have 3 added fields but i do not want them grouped together on top of one another like they currently show. In fact, I want one of the 3 fields to display where the discount star is on top right (IE: class="SaveMoneyLabel" background="{$ImagesDir}/save_money.gif")
Can these added fields be seperated and placed into customer/main/product.tpl directly?
If so, how do i know the names of the fields? are they numbered or given the names i chose when they were created.
How can the search function be made to search added fields?
|