Expand my Community achievements bar.

SOLVED

Scene7 URL templates

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Level 1

Ahh I figured it out...

 

javascript:var s='$$';loadProduct('http://www.blah.com/Product_'+s+'&cm_'+s);void(0);

View solution in original post

2 Replies

Avatar

Level 10

I am happy that you solved the issue. However - please note that the system only supports a single substitution.

Avatar

Correct answer by
Level 1

Ahh I figured it out...

 

javascript:var s='$$';loadProduct('http://www.blah.com/Product_'+s+'&cm_'+s);void(0);