Quote:
Originally Posted by KiDD
{include file="/home/store/www/detailed_pages/16290.htm"}
when I make it
{include file="/home/store/www/detailed_pages/{$product.productid}.htm"}
I get:
Parse error: parse error, expecting `'}'' in /home/store/www/templates_c/%%-15/%%-1564588823/product_images.tpl.php on line 5
|
Try this instead:
Code:
{capture name="htmldetailed"}{strip}/home/store/www/detailed_pages/{$product.productid}.htm{/strip}{/capture}
{include file=$smarty.capture.htmldetailed}