Additional information
System requirements
Description of the software product
With this plugin, you can display a full or brief description of the manufacturer in the goods.
In this product becomes available variables $ product- > manufacturer_info- > short_description and $ product- > manufacturer_info- > description, placing that in the right place, you can derive a brief or a full description of the manufacturer, respectively. &Nbsp;
After installing
Insert the \ components \ com_jshopping \ templates \ YOUR_TEMPLATE \ list_products \ product.php
it echo $ product- > manufacturer_info- > short_description or echo $product->manufacturer_info->description template in the desired location.
If you want to restrict the description, can take advantage of limiting function output characters.
For example <? php print mb_substr ( $product->manufacturer_info->description, 0, 100). '...';? >
100 - the number of characters starting from the 1st character descriptions.
If the layout goes, it is possible to process more top function strip_tags, to cut the html tags. Well, then, if the description is divided into paragraphs for beauty, you can use the top function nl2br, to replace line breaks
Files for download
-
Version 3.130.1.0 (for JoomShopping 3.13.x and high) -
Download
Number of downloads: 674