by loren_d_c » Tue Feb 17, 2015 11:45 am
In ShopSite Manager and Pro there is a Variable Price/Name/SKU feature that, if enabled for a product, would allow you to create order buttons that would pass custom values for one or all of those product attributes when the product is added to the cart. So you could pass a shopper's member info in the Name or SKU, for example. This feature is not in Starter.
In Starter you can enable a product's 'Customer Text Entry' option and pass your data in that field (add a parameter to the order button code in the format [identifier]:freeopt=[whatever], where [identifier] is replaced with the value of itemnum, sku, or guid depending on which you are using to add the product to the cart, and [whatever] is replaced with the text you want to pass into this field), but note that this text will display in an edit box in the cart so the shopper will be able to change it there. Unless you can figure out some way to disable editing of that box in the cart screen via CSS, but I can't help you with that.
-Loren