Re: More Effective Manufacturer view on Product Detail Page
Hello! I solved the description problems:
Add to manufacturerinfo.php
$thisManufactorer = $product_info["manufacturerid"];
$manufacturer = func_query("SELECT * FROM $sql_tbl[manufacturers] WHERE manufacturerid = $thisManufactorer");
$smarty->assign("manufacturer", $manufacturer[0]["manufacturer"]);
$smarty->assign("thedescr", $manufacturer[0]["descr"]);
Then on manufacturerinfo.tpl where do you want the description you can use:
{$manufacturerinfo.descr|truncate:50:"...":true}
And you will see the description.
The unique problem is that I'm unable to get the multilanguage feature.
In manufactorer page the translation works fine, instead on manufacturerinfo.tpl I can't get the multilanguage description.
Someone could help?
__________________
X-Cart v 4.1.8
X-Cart v 4.1.11
|