captfc Posted March 14, 2007 Posted March 14, 2007 When I add to cart from product_info.php it immediately redirects to index.php, I'd like it to redirect to shopping_cart.php Does anyone have an idea where i can change the URL for the redirect so that it goes immediately to the contents of the shopping cart? Thanks in advance.
captfc Posted March 16, 2007 Author Posted March 16, 2007 Sorry, i had email notification off! https://www.lymphedivas.com/catalog/product.../products_id/31 If you click "add to cart" it takes you back to the index.php page when I need it to go to the shopping_cart.php page.
captfc Posted March 19, 2007 Author Posted March 19, 2007 Hi, sorry to bump this, but I cannot figure out where the redirect is. Any help would be appreciated.
Guest Posted March 19, 2007 Posted March 19, 2007 goto your osc admin->configuration->My Store->Use Search Engines Safe URLs set it to false. Why you have it on?
captfc Posted March 19, 2007 Author Posted March 19, 2007 goto your osc admin->configuration->My Store->Use Search Engines Safe URLs set it to false. Why you have it on? I didn't know that affected it. I just changed it to "false" and it didn't change anything. Oddly enough, i have "Display Cart After Adding Product" checked to true, which is what I want it to do, and it is redirecting to the index page.
Guest Posted March 19, 2007 Posted March 19, 2007 yes leave that setting as I mentioned. And post your catalog\includes\application_top.php Have you modified that file?
captfc Posted March 19, 2007 Author Posted March 19, 2007 OK, I discovered what I did wrong. While adding a custom box, I changed a file location in the filenames.php Apparently, this is the variable that you make "true" when you enable "show cart after adding product" in the admin panel define('FILENAME_SHOPPING_CART', 'shopping_cart.php'); I had changed the shopping_cart.php to index.php Special thanks to enigma1 for pointing me in the right direction so that I could discover my user-created mistake.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.