Does anybody know if there's anything "tricky" tha...
# suitecommerce
j
Does anybody know if there's anything "tricky" that I can do with the path context on CMS content records to make the CMS content display on more than just a single page (but not globally)? For instance, I have a color on the site that gets 10% of the proceeds sold in this color donated to charity. I'd love to be able to use something like a wildcard in the Path Context field so that it displays on any URL that contains the name of the color. Something like
*color=TheColor
. It's a long shot for sure, but I'm hoping someone has run into a similar situation.
k
You can create a dynamic id for the cms zone - it would be a global or page-type zone and then the id would be created in the template based on some context attribute.
j
OOOOO! I like that idea. I'll play around with that. thanks!