I'm trying to figure out what this little diddy was used for
I thought it might have been used to conditionally display one of the addendum questions based on if product codes had been entered into the "Display ONLY with these Product Codes" field. At some point in time, I think this conditional stopped working but I'm not sure because and another point in time the store owner didn't need the addendum question that it was set up for and the coding was removed.
Now the store owner needs to trigger an addendum question for a number of products if they are ordered. And not display that question it they are not. I could go the route of creating a custom field and I most likely will have to but before I do, has anyone seen this expression in use?
Thanks,
Leslie
Code:
<mvt:if expr="g.addendumproductsok">
Now the store owner needs to trigger an addendum question for a number of products if they are ordered. And not display that question it they are not. I could go the route of creating a custom field and I most likely will have to but before I do, has anyone seen this expression in use?
Thanks,
Leslie
Comment