Ionization Posted April 15, 2015 Share Posted April 15, 2015 Есть товар, в нем комбинации, можно эти комбинации как-то отсортировать по наличию? Чтобы те элементы комбинаций, остаток которых ноль, показывались внизу списка? Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted April 19, 2015 Share Posted April 19, 2015 usort($combinations, function($a, $ { return $b['quantity'] - $a['quantity']; }); добавить в ProductController.php перед $this->context->smarty->assign(array( 'groups' => $groups, 'colors' => (count($colors)) ? $colors : false, 'combinations' => $combinations, 'combinationImages' => $combination_images )); примерно 540 строка 1 Link to comment Share on other sites More sharing options...
XAMelleOH Posted October 26, 2015 Share Posted October 26, 2015 Те у которых остаток 0, думаю есть смысл вообще не показывать 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