|
@@ -13,8 +13,8 @@ |
|
|
block discarded – undo |
|
13
|
13
|
<div class="row"> |
|
14
|
14
|
<div class="col-xs-6 ecommerce-showoptions-sort"> |
|
15
|
15
|
<span class="caption">Сортировка:</span> |
|
16
|
|
- <a href="<?= $path; ?>?<?= http_build_query(array_merge($query, ['sort' => ['price' => 'asc']])); ?>">По цене<?=sortDirectionIcon('price');?></a> |
|
17
|
|
- <a href="<?= $path; ?>?<?= http_build_query(array_merge($query, ['sort' => ['sales' => 'desc']])); ?>">По популярности<?=sortDirectionIcon('sales');?></a> |
|
|
16
|
+ <a href="<?= $path; ?>?<?= http_build_query(array_merge($query, ['sort' => ['price' => 'asc']])); ?>">По цене<?=sortDirectionIcon('price'); ?></a> |
|
|
17
|
+ <a href="<?= $path; ?>?<?= http_build_query(array_merge($query, ['sort' => ['sales' => 'desc']])); ?>">По популярности<?=sortDirectionIcon('sales'); ?></a> |
|
18
|
18
|
</div> |
|
19
|
19
|
<div class="col-xs-6 text-right ecommerce-showoptions-view"> |
|
20
|
20
|
<span class="caption">Вид:</span> |
Please login to merge, or discard this patch.