Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tools/commerce-admin/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
type="search"
id="searchInput"
class="pim-search"
placeholder="Search by title, SKU, availability, price, review…"
placeholder="Search by title, SKU, availability, price…"
aria-label="Search products"
/>
<label class="pim-index-label" for="indexSelect">Index</label>
Expand All @@ -38,6 +38,7 @@
<option value="ca/fr_ca">CA (fr-CA)</option>
</select>
<span class="pim-count" id="productCount">0 products</span>
<button type="button" class="pim-io-open-btn" id="catalogExportImportBtn">Export / import…</button>
</div>

<div id="productList" class="pim-list-wrapper">
Expand All @@ -50,8 +51,6 @@
<th class="pim-col-variants pim-sortable" scope="col" data-sort="variants" tabindex="0">Variants</th>
<th class="pim-col-availability pim-sortable" scope="col" data-sort="availability" tabindex="0">Availability</th>
<th class="pim-col-price pim-sortable" scope="col" data-sort="price" tabindex="0">Price</th>
<th class="pim-col-review pim-sortable" scope="col" data-sort="reviewStatus" tabindex="0">Review</th>
<th class="pim-col-last-review pim-sortable" scope="col" data-sort="lastReview" tabindex="0">Last review</th>
</tr>
</thead>
<tbody id="productGrid"></tbody>
Expand Down
Loading
Loading