Hi Jim,
Thanks for the reply.
Does that work on partial matches?
I need to do something like this:
- Code: Select all
[-- IF VAR.PageName "Match" --]
<img src="[-- VAR.ImagePath --]/media/freeShippingOnMatch.jpg" alt="Free Shipping Information" style="width:300px; height:57px; border:none;" ></a>
[-- ELSE --]
<img src="[-- VAR.ImagePath --]/media/freeshipping.jpg" alt="Free Shipping Information" style="width:300px; height:57px; border:none;" ></a>
[-- END_IF --]
And VAR.PageName can be things like:
Home
Match Pewter
Match Pewter - Bowl Collection
Match Pewter - Flatware & Serving Pieces Collection
etc..
If this approach won't work, do you have any ideas how I can make this happen?
Thanks,
Joe