by Jim » Mon Oct 03, 2011 12:33 pm
Is ShopSite generating the page or are you creating it in an html editor of some type?
If ShopSite is generating the page then you just assign the product to the page on Pages > Assign Items > Products.
This assumes that your page template has th e[-- loop products --] code and that you have a product template that has the layout for products defined in it. Both of those conditions are met when using ShopSite provided templates but if you are creating your own template you need to make sure you have them properly defined.
If you are creating the page in an html editor then you would use the OrderAnywhere feature to get the code for the Add to cart button and view cart button. This is found under Merchandising > Order Anywhere. You just click the Show Selected html, then copy what is displayed and paste it into your html editor. Note that this only provides the Add and View cart buttons or links, you will need to manually add all other product information, graphic, price etc.