Creloaded can not add items on Cart – Your Shopping Cart is empty! – Solved!

I know you can not add products on your creloaded Cart! It is always trying to keep itself neat and clean that is EMPTY! 🙂

Solution!
The Empty Cart error on Creloaded is all about COOKIE save path or COOKIE storage domain!
So, The Empty Cart error on Creloaded Solution can be Some settings on configure.php file

For localhost setup:

define('HTTP_COOKIE_DOMAIN', 'localhost');

or

define('HTTP_COOKIE_DOMAIN', '');

with

define('STORE_SESSIONS', 'mysql');

For server setup:

define('HTTP_COOKIE_DOMAIN', 'yourdomain.com');

with

define('STORE_SESSIONS', 'mysql');

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: