Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #117 from PrestaShop/product-extra-content-hook
Browse files Browse the repository at this point in the history
Add productExtraContent data to the product page
  • Loading branch information
Maxime Biloé authored Oct 31, 2016
2 parents 992f648 + 04a5808 commit 8a64471
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/catalog/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@
</section>
{/if}
{/block}
{foreach from=$product.extraContent item=extra key=extraKey}
<div class="{$extra.attr}" id="extra-{$extraKey}">
{$extra.content nofilter}
</div>
{/foreach}
{/block}
</section>
{/block}
Expand Down

0 comments on commit 8a64471

Please sign in to comment.