by ShopSite Lauren » Wed Feb 06, 2008 8:31 am
I do not know a way to include .txt with the SKU of a product and have that (SKU.txt) be referenced as a ShopSite include file. You would be able to reference it as a server side include, but not as a ShopSite include file.
However, since you are not using the product decsription field for the product description, you can use this field to include the SKU.txt for that product. You can download your ShopSite product database, and download only the Product SKU (and if you want Product Name field) and the product description field. You can then open that database in Excel, use an Excel equation to take the SKU field and add .txt and place that in the product description field, then upload that database into ShopSite. You would then be able to include the following tag in your product template:
[-- INCLUDE PRODUCT.Description PROCESS --]
-Lauren