ElizabethRpalm Posted February 10, 2015 Posted February 10, 2015 Hi all! I've just added my first virtual product to my webshop and I find that if I try to check it out, the checkout_shipping gives the error "too many redirects". I've tried disabling the redirect for only virtual products to checkout_payment, but that makes no difference. It works with my physical products. Here is the link to the virtual product: http://www.historicalgarments.com/your-shift-overdress-p-158.html Any ideas?
Bob Terveuren Posted February 10, 2015 Posted February 10, 2015 Hi There's something weird in your cookies (and maybe sessions) - double check the settings in the includes/configure.php file - I am seeing cookies for both a .com and a .dk site appearing if I go from the cart to checkout. I'd also expect to get to checkout_shipping but then redirected to login.php - that would happen by way of the code at the top of checkout_shipping: somehow that redirect to login is being skipped and I'm getting sent to checkout_payment - that is redirecting back to checkout_shipping and there's the loop (that loop may be because checkout_payment is missing another session [cart or shipping]). edit: p.s. try turning admin > configuration > sessions > force cookie use to False (feeling in my water that may help but also check the cookie domains in the config file)
ElizabethRpalm Posted February 11, 2015 Author Posted February 11, 2015 Thanks! That pointed me in the right direction. Checkout is working now. The links for my downloads are still not working, but that's for another thread if I can't get there on my own ;-)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.