This is very likely a dumb question but...
I was working with OUSM and can get an upsold products description like this
&mvt:upsold_product:descrip;
but if I try to assign the value to a variable first to strip out the HTML with l.settings:upsold_product:descrip; it is empty. I can't find any documentation that lists all the elements that are part of array so wondering if someone can tell me where to look, or some way to iterate through the 'upsale' array and spit out all the element names.
I was working with OUSM and can get an upsold products description like this
&mvt:upsold_product:descrip;
but if I try to assign the value to a variable first to strip out the HTML with l.settings:upsold_product:descrip; it is empty. I can't find any documentation that lists all the elements that are part of array so wondering if someone can tell me where to look, or some way to iterate through the 'upsale' array and spit out all the element names.
Comment