Hello,

I bought my SSL from my ISP and they installed it. I changed my includes/configure.php and admin/includes/configure.php to :

define('HTTP_SERVER', 'http://www.andrefood.com');
define('HTTPS_SERVER', 'https://www.andrefood.com');
define('ENABLE_SSL', 'true');

and

define('HTTP_SERVER', 'http://www.andrefood.com');
define('HTTPS_SERVER', 'https://www.andrefood.com');
define('HTTP_CATALOG_SERVER', 'http://www.andrefood.com');
define('HTTPS_CATALOG_SERVER', 'https://www.andrefood.com');
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');

but here is the issue.... If you go to this URL https://www.andrefood.com/ZenCart/
and then click on the seeds(any of them), you go back to Http..... you leave the HTTPS..

how come? what am I missing?

please let me know ....

thank you in advance
sales AT dallasmart DOT com