update dropdown
This commit is contained in:
@@ -101,9 +101,9 @@
|
||||
<option value="oldest" @if ($filter === 'oldest') selected @endif>
|
||||
Oldest → Newest</option>
|
||||
<option value="al-asc" @if ($filter === 'al-asc') selected @endif>
|
||||
Store Name A → Z</option>
|
||||
Product Name A → Z</option>
|
||||
<option value="al-desc" @if ($filter === 'al-desc') selected @endif>
|
||||
Store Name Z → A</option>
|
||||
Product Name Z → A</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user