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