// id_shop on cart product (for links) + change Shop::sqlAsso() + share_order

This commit is contained in:
rMalie
2011-07-22 08:57:51 +00:00
parent 89bcfec297
commit 3f9a9e41d7
41 changed files with 263 additions and 191 deletions
+5
View File
@@ -84,6 +84,11 @@ class FrontControllerCore
$context = Context::getContext();
$protocol_link = (Configuration::get('PS_SSL_ENABLED') OR (!empty($_SERVER['HTTPS']) AND strtolower($_SERVER['HTTPS']) != 'off')) ? 'https://' : 'http://';
$protocol_content = ((isset($useSSL) AND $useSSL AND Configuration::get('PS_SSL_ENABLED')) OR (!empty($_SERVER['HTTPS']) AND strtolower($_SERVER['HTTPS']) != 'off')) ? 'https://' : 'http://';
$link = new Link($protocol_link, $protocol_content);
$context->link = $link;
$this->id_current_shop = Context::getContext()->shop->getID();
$this->id_current_group_shop = Context::getContext()->shop->getGroupID();