$lc_more is now the link for the text ... more info ...
But, you have to add that to the code to display ...
This, excluding the HTML for clarity, is displaying the products_description on the page:
You need to now add to that the $lc_more and decide whether to add a space or line break etc or just add it straight on to it ... example:Code:zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listi ng->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION)
Code:zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listi ng->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . $lc_more






Bookmarks