 |
Softcart FAQ |
How do I access additional data from my product database in a template set?
Open the html page in the template set that you want to add the data to. Insert the following tag:
%%product.column_name%%
where column_name is the field in the database that you want to call.
|