Jump to content

How to set to facebook comments first on the page?


Recommended Posts

Hi,

if it was properly developed by a module with a hook, in themes/[your_theme]/product.tpl, simply move the following code:

{$HOOK_PRODUCT_TAB_CONTENT}



to :

<!-- description and features -->
{if $product->description || $features || $accessories || $HOOK_PRODUCT_TAB || $attachments}


       {if $product->description}{l s='More info'}{/if}
       {if $features}{l s='Data sheet'}{/if}
       {if $attachments}{l s='Download'}{/if}
       {if isset($accessories) AND $accessories}{l s='Accessories'}{/if}
       {$HOOK_PRODUCT_TAB}


   {$HOOK_PRODUCT_TAB_CONTENT}
[...]
Link to comment
Share on other sites

  • 2 weeks later...

I need a help! :)

Where is idTab1, idTab2, idTab3, idTab4, idTab5, idTab6, idTab7, idTab8, idTab9 on PS 1.4? I search all files, but I don't understand where is Tabs :/

idTab1, idTab2, idTab4 and idTab9 on product.tml , where the other idTabs?

Thanx!

Link to comment
Share on other sites

×
×
  • Create New...