You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Prestashop Theme › SNS Nova – Prestashop Theme › More Info Button
Hi
I would like to add the more info button back to the short description area on the product page. However, when I copy over the code from the default theme for this, the button appears, but it doesnt do anything.
{if $product->description}
<p class="buttons_bottom_block">
<a href="javascript:{ldelim}{rdelim}" class="button">
{l s='More details'}
</a>
</p>
{/if}
Can you assist please?
You must be logged in to reply to this topic. Click here to login or register