Is there any way to read the product database to get data fields using JScript ?
Or
Can you do it using B@SE Tags i.e. with this test code I can display the details for a product on a template page
[%set [@sku@] %]123456[%/set%]
[%product sku:'[@sku@]';%]
[%param *body%]
<p>[@sku@] [@model@]</p>
[%/param%]
[%/product%]
Is there anyway to call the tag library, for example this tag code with a JScript function and return values back into the JScript that can then be used to fill a field with specific data or call another JScript function.