by Jim » Wed Jun 02, 2010 7:44 pm
The products are added to the cart using either the record number or the SKU depending on how you have your add to cart buttons configured. With that information the cart queries the database to see what the price of the product is and uses that value in the cart from that point on.
If you use ShopSite to generate your pages they will be put in the output directory specified by your store authorization file. You can see what the url for that path is in the backoffice of your store by going tp Preferences > Hosting services and looking at the Store URL: value. The actual path on the server is found in the Output Directory: setting. Note these pages are actual HTML versions of the page. The component parts like image, text, links, assigned products, what template is used etc is stored in the shopsite_db file in your store's data directory. That is what you actually modify when you edit a page or product in the ShopSite backoffice. That data only becomes part of the html page when you publish your store.
To view your pages after you have created custom page and product templates you can use the Preview button on the Pages screen or you can publish the pages by clicking on the Publish tab if it is up or by going to Utilities > Publish > Regenerate.