[solved] Global content blocks in "Products" Product Descriptions
Posted: Thu Aug 20, 2009 7:29 am
I just had trouble with this and took me a while to find the answer, so I thought I'd post it in case anyone else was having the same problem.
The problem is that global content blocks don't work in product descriptions in the products module.
The fix is simply go into the detail template, and change {$entry->details} to {eval var=$entry->details}
Hope it helps someone.
Cheers,
Luke
The problem is that global content blocks don't work in product descriptions in the products module.
The fix is simply go into the detail template, and change {$entry->details} to {eval var=$entry->details}
Hope it helps someone.
Cheers,
Luke