Jump to content

[SOLVED]Another not logical Prestashop situation. :-/


Recommended Posts

Hi,

 

I noticed another not logical situation in the Prestashop... I really dont know why there are so many :wacko:

 

Take a look at printscreen below:

 

post-525426-0-11296400-1374675104_thumb.jpg

 

"Related products" section (slider) should be below details and comments for currently reviewed item.

 

How to accomplish that?

Edited by Dolke (see edit history)
Link to comment
Share on other sites

in this case modification of the .tpl file is necessary

 

go to the product.tpl file, you've got there:

{if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if}

 

move it to the bottom of the file, right after the:

{if isset($HOOK_PRODUCT_TAB_CONTENT) && $HOOK_PRODUCT_TAB_CONTENT}{$HOOK_PRODUCT_TAB_CONTENT}{/if}
</div>
</div>

Link to comment
Share on other sites

×
×
  • Create New...