Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop

This commit is contained in:
root 2017-07-10 15:05:08 +02:00
commit df3a254a30

View File

@ -177,6 +177,9 @@ class TrustedShopsBbb extends Module
}
public function hookFooter($params){
if(_PS_MOBILE_) {
return false;
}
global $smarty, $cookie;
if($smarty->tpl_vars['page_name']->value == 'order') {
return false;