Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error trying to buy the first article


baitolo

Recommended Posts

Posted

I Just installed Oscommerce and when I chose and article trying to make the first buy, the process didn't continue.

Showed the folling message: "Tu Cesta de la Compra esta vacia!"

 

Any idea?

 

Thanks

Posted

It doesn't quite completely translate in Spanish, Portuguese, or Italian, but the gist of it is "Your shopping cart is empty!"

Posted

It doesn't quite completely translate in Spanish, Portuguese, or Italian, but the gist of it is "Your shopping cart is empty!"

 

 

Exactly, the message in english is: Your Shopping Cart is empty!

Posted

Exactly, the message in english is: Your Shopping Cart is empty!

Could be bad cookie settings in the config file.

 

Try these:

 

  define('HTTP_COOKIE_DOMAIN', 'www.domain.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.domain.com');

 

Or these:

 

  define('HTTP_COOKIE_DOMAIN', '.domain.com');
 define('HTTPS_COOKIE_DOMAIN', '.domain.com');

 

(Replace domain.com with your domain name)

 

And this:

 

  define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '/');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Could be bad cookie settings in the config file.

 

Try these:

 

  define('HTTP_COOKIE_DOMAIN', 'www.domain.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.domain.com');

 

Or these:

 

  define('HTTP_COOKIE_DOMAIN', '.domain.com');
 define('HTTPS_COOKIE_DOMAIN', '.domain.com');

 

(Replace domain.com with your domain name)

 

And this:

 

  define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '/');

 

 

Thanks but it didn't work....

 

Any other idea?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...