PDA

View Full Version : How can I use OUI token in product desc. field?


cyn
09-21-06, 10:20 PM
So that I don't have to add every product code to the link, how would I make this work on the product page? If possible I'd like to have the link w/in the product desc. in the StoreMan data or work out of the product header in StoreMan?

This particular link/feature will not be used for all products. I've got it to work on the cat template, just not the product page. Thanks, Cyn

sample link:
<a href="javascript:NewWindow('http://kansaslighting.com/Merchant2/golden/%prodcode%.htm','600','600','500','no')">
<b><font color="#FF3333">Click here for a Large Detailed Image w/ Zoomify

Vic - WolfPaw Computers
09-21-06, 10:22 PM
Add %OUI% as the first 5 characters of the product description, and change %prodcode% to %VAR(Products.d.code)%

cyn
09-22-06, 12:56 AM
Thanks a bunch, Vic,
Cyn