by loren_d_c » Thu Jul 03, 2008 12:21 pm
Couple of other way:
Go to Merchandising -> OrderAnywhere, select the product in question, and click Show Selected HTML. The add to cart URL or form should include an itemnum= parameter, and the value of that is the products internal record id.
You could also go to the Products menu (and click List All Products, if you have ShopSite Pro), and then view the HTML source of this menu. The product names are what appear in the list, but as you can see by the source of the list box, the record numbers are used as the form values when you select them and click any of the form submits. So just find the product name in the source and look at the value in the form field HTML next to it.
-Loren