polbulva Posted February 14, 2018 Share Posted February 14, 2018 Hello, I'm trying to make a product description with a limited number of characters and a "more" link. I used this: {if $product->description|strlen > 20} <p>{$product->description|truncate:20}</p> <a href="#" onclick="$('#product->description').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a> {/if} I would like to see a full description after clicking on "more". Does anyone see a mistake? Thank you, Pavel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now