Merge branch 'ticket/15014-invite_credits' into develop

This commit is contained in:
Michael RICOIS 2017-12-07 17:18:55 +01:00
commit 2e8afda268
371 changed files with 33 additions and 377 deletions

View File

@ -48,7 +48,8 @@ class Ant_Canonical extends Module
$domain = Configuration::get('PS_SSL_ENABLED') ?
Configuration::get('PS_SHOP_DOMAIN_SSL') : Configuration::get('PS_SHOP_DOMAIN');
$host = str_replace('bebeboutik.com', 'bebeboutik.'.$tld, $domain);
$host = (Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').$host;
//$host = (Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').$host;
$host = 'https://'.$host;
// Page category
if ($page_name == 'category') {

View File

@ -74,6 +74,7 @@ class BlockUserInfo extends Module
}
$display_credits = false;
$loyalties = null;
if ($this->disableCredits === false) {
$display_credits = true;
$sql = 'SELECT id_customer FROM `'._DB_PREFIX_.'customer_credits` WHERE id_customer = ' .(int) $cookie->id_customer;
@ -115,6 +116,7 @@ class BlockUserInfo extends Module
global $smarty, $cookie, $cart;
$display_credits = false;
$loyalties = null;
if ($this->disableCredits === false) {
$display_credits = true;
if ($cookie->logged) {

Binary file not shown.

View File

@ -1 +0,0 @@
default

View File

@ -1,2 +0,0 @@
0cc9f45d26c01e5acf699ed63cfa4bea75a652c4 14
0cc9f45d26c01e5acf699ed63cfa4bea75a652c4 default

View File

@ -1,2 +0,0 @@
14 0cc9f45d26c01e5acf699ed63cfa4bea75a652c4

Binary file not shown.

View File

@ -1,2 +0,0 @@
[paths]
default = ssh://ewen@localhost//hg/invite

View File

@ -1,4 +0,0 @@
revlogv1
fncache
store
dotencode

Some files were not shown because too many files have changed in this diff Show More