[osCommerce] Having problems with empty cart and checkout
[osCommerce] Having problems with empty cart and checkout
Hi
I have just installed the magic seo url for oscommerce, followed all the instructions correctly, BINARY ftp etc.
I am having problems with adding items to cart, what happens is when i add to cart there is nothing there and also I have one page checkout installed, it redirects back to delivery page.
none of this was happening prior to installation of magic seo.
J please let me know if I should PM you the url.
thank you
I have just installed the magic seo url for oscommerce, followed all the instructions correctly, BINARY ftp etc.
I am having problems with adding items to cart, what happens is when i add to cart there is nothing there and also I have one page checkout installed, it redirects back to delivery page.
none of this was happening prior to installation of magic seo.
J please let me know if I should PM you the url.
thank you
Re: [osCommerce] Having problems with empty cart and checkou
Please make sure cookie related settings in includes/configure.php file are correct and post your store URL.
Re: [osCommerce] Having problems with empty cart and checkou
Hi J
I'm 110% certain the cookies are set correctly in the config
I've sent you a PM, I'm awaiting your reply.
Thanks
I'm 110% certain the cookies are set correctly in the config
I've sent you a PM, I'm awaiting your reply.
Thanks
Re: [osCommerce] Having problems with empty cart and checkou
Ok in order to fix this, i've done the following as i don't really need the url rewrite for shopping_cart.php and the checkout files.
if(!in_array(basename($_SERVER['SCRIPT_NAME']), array('shopping_cart.php', 'checkout.php', 'checkout_confirmation.php', 'checkout_success.php', 'checkout_payment.php', 'checkout_shipping.php'))) include(DIR_WS_INCLUDES . 'magic_seo_url.php');
if(!in_array(basename($_SERVER['SCRIPT_NAME']), array('shopping_cart.php', 'checkout.php', 'checkout_confirmation.php', 'checkout_success.php', 'checkout_payment.php', 'checkout_shipping.php'))) include(DIR_WS_INCLUDES . 'magic_seo_url.php');