https and http in file - prestashop 1.7

echo  _PS_BASE_URL_ . __PS_BASE_URI__; //without ssl

echo '<br>';

echo  Tools::getHttpHost(true).__PS_BASE_URI__; //ssl

Comments

Popular Posts