Hey, I was wondering if someone could give me any tips or guide me with an enhancement to the order page my company wants to do. I'm new to ShopSite. I want to process the SKUs that are currently in the cart, and I see that there are JavaScript variables defined for those, assuming they are formed after the CGI script runs. I want to connect to an SQL database and was hoping to use AJAX with this. My plan is to get ingredients or ingredient IDs from a list of SKUs of food products. I already have a system in place for a reverse recipe search by ingredients. I would like to display a list of top recipes on the order page, have the user select a recipe, and then include a list with check boxes of additional products that the user could order to be able to make the recipe they selected. The ingredient list would replace the recipe list. I would like to have one button to order the multiple ingredients (user selected). This order link doesn't need AJAX to refresh the contents of the page. Also, if it's possible, include a variable sent with the link to the order.cgi page to tell my JavaScript not to run again.
Essentially:
Where can I run JavaScript on the cart/order page, and am I able to use AJAX?
How do I display a checklist of items with default options and a one click order button?
Also, is there any way to have a separate test cart page?