Merge branch 'ticket/15014-invite_credits' into develop
This commit is contained in:
commit
2e8afda268
@ -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') {
|
||||
|
@ -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.
@ -1 +0,0 @@
|
||||
default
|
2
modules/invite/.hg/cache/branchheads
vendored
2
modules/invite/.hg/cache/branchheads
vendored
@ -1,2 +0,0 @@
|
||||
0cc9f45d26c01e5acf699ed63cfa4bea75a652c4 14
|
||||
0cc9f45d26c01e5acf699ed63cfa4bea75a652c4 default
|
2
modules/invite/.hg/cache/tags
vendored
2
modules/invite/.hg/cache/tags
vendored
@ -1,2 +0,0 @@
|
||||
14 0cc9f45d26c01e5acf699ed63cfa4bea75a652c4
|
||||
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
[paths]
|
||||
default = ssh://ewen@localhost//hg/invite
|
@ -1,4 +0,0 @@
|
||||
revlogv1
|
||||
fncache
|
||||
store
|
||||
dotencode
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user