View Single Post
  #12  
Old 04-21-2007, 02:43 PM
 
aslater aslater is offline
 

Advanced Member
  
Join Date: Jun 2005
Location: UK
Posts: 54
 

Default Re: More Effective Manufacturer view on Product Detail Page

Quote:
Originally Posted by ProMuscles
That mod on your site is too cool. Where did you include {include file="modules/Manufacturers/manufacturerinfo.tpl" } in the product tpl? I also have the dynamic tabs module installed.

Just above the dynamic tabs code on product.tpl page i have enclosed some of the code to which you can see but yours will be slightly different, just make sure you enter it just after the main content table

<br />
{$lng.txt_add_to_configuration_note}
<br />
{/if}
{else}
{include file="submit_wo_js.tpl" value=$lng.lbl_add_to_cart}
{/if}
{/if}
{if $active_modules.Feature_Comparison ne ""}
{include file="modules/Feature_Comparison/product_buttons.tpl"}
{/if}
<br /><br />
</td>
</tr></table>
</td>
</tr>
</table>
<input type="hidden" name="productid" value="{$product.productid}" />
<input type="hidden" name="cat" value="{$smarty.get.cat|escape:"html"}" />
<input type="hidden" name="page" value="{$smarty.get.page|escape:"html"}" />
</form>
{/capture}
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}
{/if}
{assign var="recommend" value=$category|truncate:"30"}
{assign var="relate" value=$product.manufacturer|truncate:"30"}
<br>
{include file="modules/Manufacturers/manufacturerinfo.tpl" }
<br>
{* TABS MENU START (v4.1.x) *}

<a name="tabs" id="tabs"></a>

<ul id="maintab" class="shadetabs">

<li class="selected"><a href="#tabs" rel="tcontent1">{$lng.lbl_description}</a></li>
__________________
Version: 4.4.5 Gold
www.bitzdirectcomputers.co.uk
Reply With Quote