'short_description' & 'full_description'

you’ll need to change a php query as well to select the full description instead of the short description, I don’t know which one off the top of my head but it could be categories.php or products.php

This is the code in 1.3.5 sp1 see if this works.



{if $product.short_description || $product.full_description}


{if $product.short_description}
{$product.short_description}
{else}
{$product.full_description|strip_tags|truncate:280:"...`$lang.more_link`"}
{/if}

{/if}

Hello guys!



I posted up about this a while back and could not get a response…I have been trying to figure out how to get the long description to show up instead of the short description too (our customers have complained about having to click the [MORE] link all the time to see the details) and I would love to get this setup. Please let me know which php file you end up changing and if you can get this working as I would love to add it to my store!!! Thanks again!!!



Cheers,

Travis

Hello,



How can I make part of full description not to appear in catalog if short description is not entered.



What I want is in catalog see short description only if it is entered. If not, full description with (…[more]) should not appear.



Thank you.