Loren wrote:
These fields are available in the Add A Product or Edit Product Info
screens in ShopSite PRO.
Thanks for the information. Since I'm stuck with Manager, I've come up
with a workaround which involves me calling an external perl script that
extracts just the filename out of PRODUCT.MoreInformationGraphic.
However, I want to use this filename i've extracted in multiple places
on my moreinfo page. I tried assigning it directly:
[-- VAR.fileName CALL extractImgSrc.cgi(PRODUCT.MoreInformationGraphic) --]
but that didn't work. Is this even possible? I suppose I could just
call the perl script in each place that I need the value, but I hoped to
avoid slowing down store generation too much...
At any rate, it's very exciting to be able to customize Shopsite to the
extent that I have already with these template features!
-Alex