I am trying to us URLs to directly addtocart. All works well but I am trying to use something other than the itemnum.
This work fine to add item # 49
http://DOMAIN/cgi-bin/sc/order.cgi?storeid=*#################&dbname=products&itemnum=49&function=add
I am tryuing to add with another field - like SKU
http://DOMAIN/cgi-bin/sc/order.cgi?storeid=*#################&dbname=products&SKU=P-14&function=add
I am getting an "Error in Form!" That states to specificy a valid value for the itemnum.
Does anyone know if I can use something otther than the system assigned itemnum?
Thank for you thoughts