Page 1 of 1

[solved]Products module Details WYSIWYG doesn't parse {tags}

Posted: Thu Jun 27, 2013 10:25 pm
by paulbaker
I'm probably doing something stupid but... :-\

I am running CMSMS 1.11.7 with Products 2.19.6 (latest). I have added some products. They display nicely using a detail template I set up.

In the Edit Item screen is a WYSIWYG screen for "Details", I am using MicroTiny at the moment. When I enter any {tag} in here (e.g. {Showtime show='1'}) the tag is shown in full in the front end website - it is not being recognised as a CMSMS tag and parsed.

What am I doing wrong? ???

Thank you

Re: Products module Details WYSIWYG doesn't parse {tags}

Posted: Thu Jun 27, 2013 10:34 pm
by calguy1000
see the {eval} smarty tag.

Re: Products module Details WYSIWYG doesn't parse {tags}

Posted: Thu Jun 27, 2013 11:26 pm
by paulbaker
Lovely!

In my template I changed

Code: Select all

{$entry->details}
to

Code: Select all

{eval var=$entry->details}
and it now parses {tags} perfectly.

Thanks Calguy ;)

Re: [solved]Products module Details WYSIWYG doesn't parse {t

Posted: Fri Sep 20, 2013 2:15 am
by tbunt
Thanks calguy1000! this has had me stumped for a couple days now, I will close the bug on the products module page.