Skip to content

Instantly share code, notes, and snippets.

@Nikki0
Created August 3, 2017 13:38
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 Nikki0/802360da39b72534acf2334f7b80140f to your computer and use it in GitHub Desktop.
Save Nikki0/802360da39b72534acf2334f7b80140f to your computer and use it in GitHub Desktop.
{if isset($product) && $product->description}
<span class="accordion active"><a href="#product-description-tab-content">{l s='More info'}</a></span>
<div id="product-description-tab-content" class="product-description-tab-content tab-pane">
<div class="rte">{$product->description}</div>
</div>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment