Jump to content

Move product description block


Recommended Posts

In the product page the "product category" and "cross selling" blocks are positioned above the main product description. I would like to move them below the product description (see image) as this is more important information than cross selling. Problem is that product info block seems to be fixed, in live edit mode you can't grab that block to move it.

 

Any solution to that?

 

post-60087-0-35118600-1332715391_thumb.jpg

Link to comment
Share on other sites

Hello claybourg,

 

Product page template is in category / themes / prestashop / product.tpl. You have to correct little bit this pattern. Blocks are replaced where {$ HOOK_PRODUCT_FOOTER} is placed.

You move it down the block {if $ product-> description | | $ features | | $ accessories | | $ HOOK_PRODUCT_TAB | | $ attachments}

<div id="more_info_block" class="clear"> ...

</ div>

{/ if}

which is right after it and before <! - Customizable products ->

So you just should change block place.

 

Best regards.

Link to comment
Share on other sites

Valerie, thank you for your response. I see the descriptions and features block but I do not see reference to the "other products in same category block" and "cross selling" in that template file. These are the two blocks that I'd like to move below the "descriptions and features". This being said, I'm not convinced this is the correct file as I deleted the whole block and it did not change anything.

Link to comment
Share on other sites

Hello claybourg,

 

Both extentions are registered in the hook "productfooter". This means that they will check instead of {$ HOOK_PRODUCT_FOOTER}.

Is it possible to cache the changes. You must go to Preferences-> Perfomance and enable the Force compile: Yes. Maybe try to temporarily disable the cache. As soon as the changes are viewed cache can be enabled again. You should disable Force compile: No.

 

Regards

post-324640-0-18359100-1332850083_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...