A: Yes, you can link your existing pages with the shopping cart. In order to accomplish this you would have to do 2 things:
1) Enter all your items into the shopping cart database. For your purposes you can just enter basic information on the items (item's name and price).
2) Next you would have to add an HTML code for the new "Add to cart" button into your existing pages to link them with the shopping cart. You can use one of this HTML codes for "add to cart" button. First contains qty field, second had a hidden qty field with qty set at 1. Item number should be changed from 9001 to a proper one. Item numbers can be found through the administrative area. For example item 9001 will be listed as 1 and item number 90010 will be listed as 10. Simply add 900 prefix before the number
Example 1:
Example 2:
|