ed0522 Posted November 9, 2015 Share Posted November 9, 2015 {if isset($empty)}<p class="alert alert-warning">{l s='Your shopping cart is empty11.'}</p> I'm wondering why I can't find $empty in orderController.php. In orderController.php, shopping-cart.tpl was set as template. Link to comment Share on other sites More sharing options...
adel.mariam Posted August 16, 2016 Share Posted August 16, 2016 Did you find out where is the $empty set? I am trying to find out and cannot find it Link to comment Share on other sites More sharing options...
electriz Posted August 16, 2016 Share Posted August 16, 2016 /controllers/front/OrderController.php Find: $this->context->smarty->assign('empty', 1); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now