Add to cart not working
Hey there,
Things were rolling along pretty good until i added a cart to our new support site. I've tried checking what it could be from previous posts but am not having much luck.
Basically I go to a product and hit the add to cart button and it hangs on the please wait message. I tried adding an error code and removing the Redirect with no luck as well.
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
I did have some initial errors where the pages were placed into the root folder rather than the product catalogue folder I pointed them to. Not sure if this made a difference but I basically started from the beginning again. Could it have something to do with the name? It's looking for 'toyocart1_1_ID_Add" so it's looking for 1_1 because of the changes I made but can't find it?
Could you have a look and let me know if you can see what is going on or let me know what other information you need?
Thanks for any help.