[-] FO : fixed bug #PSCFV-5617 - fixed bug #PSCFV-5616 - mobile theme issues

This commit is contained in:
vAugagneur
2012-11-14 13:10:09 +00:00
parent ea08ccc531
commit 224ad5fa1f
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -318,7 +318,6 @@ class OrderOpcControllerCore extends ParentOrderController
$this->context->smarty->assign(array(
'free_shipping' => $free_shipping,
'isLogged' => $this->isLogged,
'isGuest' => isset($this->context->cookie->is_guest) ? $this->context->cookie->is_guest : 0,
'countries' => $countries,
'sl_country' => isset($selectedCountry) ? $selectedCountry : 0,