Frequently Asked Questions
How do I setup an SSL with jCommerce?
1.Edit /public_html/components/com_jcommerce/includes/configure.php
Put following line at the top after php start
define('ENABLE_SSL', true);
2.Edit /public_html/components/com_jcommerce/admin/includes/configure.php
Put following line at the top after php start
define('ENABLE_SSL_CATALOG', 'true');
3.Done
Please Wait!
Please wait... it will take a second!