Hiya
We've created a new variable which we've (inventively) called 'Reviews'
What this does is place some text into the design to call up a popup window that allows a user to enter a review of an item which is then emailed off to the site owner for checking and posting onto the site.
We've referenced this variable in the product description area as
When we apply this, Actinic changes this to read
and correctly adds the layout content into the generated page.
Why can't we then just insert what Actinic converts the variable into (i.e. [Reviews]) into the description for it to work?
If we do this, it simply outputs that word with the square brackets round it into the description.
Any ideas?
Thanks
We've created a new variable which we've (inventively) called 'Reviews'
What this does is place some text into the design to call up a popup window that allows a user to enter a review of an item which is then emailed off to the site owner for checking and posting onto the site.
We've referenced this variable in the product description area as
Code:
!!<<actinic:variable name="Reviews" />>!!
Code:
!!<[Reviews]>!!
Why can't we then just insert what Actinic converts the variable into (i.e. [Reviews]) into the description for it to work?
If we do this, it simply outputs that word with the square brackets round it into the description.
Any ideas?
Thanks
Comment