A: Yes. Our cart automatically generates storefront that customers use to navigate web stores and make their purchase. Alternatively, however, you can simply put HTML code for "add to cart" and "view cart" buttons into your pre-existing web pages. 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:
|