How to do an automatic cart submit and redirect to checkout page
I have a kind of unusual situation where I have a product page where I build the product SKU using user selections from a couple dropdown menus. Unfortunately I can't get to the product's unique db id this way. So I am forced to take the client to a detail page that shows the selected product (that way I can call the recordset) and then have them select a confirm your order button to get it into the eCart.
I would much prefer some way to automatically pass the info from this detail page directly into the cart without the client having to click the submit button. Does anyone know a way to automatically trigger the add to cart function after the recordset loads and redirect straight to the Check Out page?