[osCommerce] Having problems with empty cart and checkout

Magic SEO URLs for CRE Loaded.
iangel
Posts: 3
Joined: Wed Jun 22, 2011 5:32 am

[osCommerce] Having problems with empty cart and checkout

Postby iangel » Wed Jun 22, 2011 5:40 am

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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Having problems with empty cart and checkou

Postby inveo » Wed Jun 22, 2011 5:50 am

Please make sure cookie related settings in includes/configure.php file are correct and post your store URL.

iangel
Posts: 3
Joined: Wed Jun 22, 2011 5:32 am

Re: [osCommerce] Having problems with empty cart and checkou

Postby iangel » Wed Jun 22, 2011 6:54 am

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

iangel
Posts: 3
Joined: Wed Jun 22, 2011 5:32 am

Re: [osCommerce] Having problems with empty cart and checkou

Postby iangel » Wed Jun 22, 2011 7:35 am

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');