Ludwig1 Posted June 28, 2015 Share Posted June 28, 2015 (edited) Hi!I have noticed that every single description of my products does not show up in the pop up. This because I have been writing it in the long description textarea. But when I add short description it shows up (see attached files).How do I apply the function for showing the long description in my quick view pop up? Thank you in advance! Edited June 28, 2015 by Ludwig1 (see edit history) Link to comment Share on other sites More sharing options...
Ludwig1 Posted June 29, 2015 Author Share Posted June 29, 2015 I have solved the problem. Go to Product.tpl Replace: {if $product->description_short || $packItems|@count > 0} <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify" itemprop="description">{$product->description_short}</div> {/if} with: {if $product->description} <div id="short_description_block"> {if $product->description} <div id="short_description_content" class="rte align_justify" itemprop="description">{$product->description}</div> {/if} 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