dev-shop #51

Merged
lopar merged 24 commits from dev-shop into master 2022-01-21 15:11:54 +00:00
Showing only changes of commit df3bf1bf45 - Show all commits

View File

@ -13,7 +13,7 @@ if (!empty($_GET['otdel'])) {
if ($_GET['otdel'] !== 'sale') { if ($_GET['otdel'] !== 'sale') {
Shop::$current->categoryType = $_GET['otdel']; Shop::$current->categoryType = $_GET['otdel'];
} else { } else {
Shop::$current->categoryType = -1; Shop::$current->categoryType = Shop::CATEGORY_SALE_ITEMS;
} }
} }