Quote:
Originally Posted by cflsystems
You can't do that. You can include smarty code in the description if you want to and then use 'eval' smarty to show description. If you want to include php code in smarty you have to use
{php}
php code here
{/php}
in the template (not in the description) but this is not recommended at all
|
Is it safe to Embed the php page into the description area of a product?
I have a php page with some sizing & measurement info & a image diagram on it, that I want to post on some products pages. But to save time from having to retype it each time, I figured i could embed it. That way if i wanted to update the sizing info, I could change one page to have it change on the product pages i put it on.