bryanfl100
Technical User
Hopefully this is simple. For the following code:
var Item = /157210/;
The 157210 is an id from our database for a product. If I wanted the code above to have multiple id's such as 157210-157290 how could I modify that code to make this work?
Thanks,
Bryan
var Item = /157210/;
The 157210 is an id from our database for a product. If I wanted the code above to have multiple id's such as 157210-157290 how could I modify that code to make this work?
Thanks,
Bryan