robm wrote:You could do this using the "Variable Name" feature of ShopSite where you can specify the name of the product "on the fly" for being added to the cart. You can then code the variable name in your order anywhere code and have custom product names using just one product.
From what I understand, the Variable Name feature is tied to the Variable Pricing feature, no?
Can you (or someone) say more about your suggestion above?
For example, here's a block of OrderAnywhere code:
<form action="http://www.domain.com/cgi-sys/cgiwrap/zr/sc/order.cgi" method=post>
Select a flavor:<BR>
<select name="400:finopt:0" size=1>
<option value="5x7 inches">5x7 inches
<option value="8x10 inches;+5">8x10 inches
<option value="11x14 inches;+5">11x14 inches
</select>
<input type=hidden name="400:finoptnum" value=1>
<BR>Quantity <input type=text size="2" name="400:qnty" value="1" >
<input type=hidden name="storeid" value="*1c368ef5809e01d7802056ba19414c01">
<input type=hidden name="dbname" value="products">
<input type=hidden name="function" value="add">
<input type=hidden name="itemnum" value="400">
<input type=image src="http://www.domain.com/store/media/add.gif" alt="add.gif" width="70" height="19" hspace="3" v
space="3" border="0" align="bottom" name="Add to Cart">
<input type=image src="http://www.domain.com/store/media/viewcart.gif" alt="viewcart.gif" width="70" height="19" hs
pace="3" vspace="3" border="0" align="bottom" name="View Cart">
</form>
How would one encode a variable name in this code?
Thanks,
- dc