Re: Smarty Variable printing
Thanks for your reply but i could not find the way to do it that way.
i added my code to the product.php page
### Split up product description
$desc1 = substr($product_info["descr"] , 0, 244);
$desc6 = substr($product_info["descr"] , 248,45);
$desc7 = substr($product_info["descr"] , 297,45);
$smarty->assign("desc1", $desc1);
$smarty->assign("desc6", $desc6);
$smarty->assign("desc7", $desc7);
##
rob.
__________________
X-Cart version 4.1.9
PHP 5.2.13 Details >>
GD bundled (2.0.34 compatible)
MySQL server 5.0.77-log
MySQL client 5.0.77
Web server Apache/2.2
Operation system Linux
Perl not found
XML parser (expat) found
|