I am currently using Scene7 for my company and was wondering if you can use the '$$' more than once. For example, I use $$ as the product I want to link to but I also want it to show up in our metrics system uniquely in the same fashion. So it would look something like blah.com/Product_$$?cm-_-$$. In this example, the first $$ populates but the second doesn't. Is there a way to get this to work?
Solved! Go to Solution.
Ahh I figured it out...
javascript:var s='$$';loadProduct('http://www.blah.com/Product_'+s+'&cm_'+s);void(0);
I am happy that you solved the issue. However - please note that the system only supports a single substitution.
Views
Replies
Total Likes
Ahh I figured it out...
javascript:var s='$$';loadProduct('http://www.blah.com/Product_'+s+'&cm_'+s);void(0);
Views
Likes
Replies
Views
Likes
Replies