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

Commit

Permalink
Merge pull request #167 from gskema/dev
Browse files Browse the repository at this point in the history
[+] FO: Add manufacturer row product page
  • Loading branch information
Gytis Šk committed Mar 26, 2016
2 parents 25686d6 + 0001363 commit b6aaf5b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/community-theme-16/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@
</p>
{/if}

{if $product->id_manufacturer > 0}
<p itemprop="brand" itemscope itemtype="https://schema.org/Brand">
<b>{l s='Manufacturer:'}</b>
<a itemprop="url" href="{$link->getManufacturerLink($product->id_manufacturer)}" title="{$product->manufacturer_name}">
<span itemprop="name">{$product->manufacturer_name}</span>
</a>
</p>
{/if}

{if $product->description_short}
<div id="short_description_block">
<div id="short_description_content" class="rte" itemprop="description">{$product->description_short}</div>
Expand Down

0 comments on commit b6aaf5b

Please sign in to comment.