View Single Post
  #7  
Old 05-13-2004, 07:01 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

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}
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote