Skip to content

Instantly share code, notes, and snippets.

@ChristopherDosin
Created July 31, 2015 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristopherDosin/f27e0cba4c58393ecf35 to your computer and use it in GitHub Desktop.
Save ChristopherDosin/f27e0cba4c58393ecf35 to your computer and use it in GitHub Desktop.
Append Suppliername after Article Numer
{extends file='frontend/detail/index.tpl'}
{* frontend/detail/index.tpl *}
{block name='frontend_detail_index_buy_container_base_info' append}
{if $sArticle.supplierName}
<p>{$sArticle.supplierName}</p>
{/if}
{/block}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment