|
@@ -462,7 +462,7 @@ function updateAvailabilityFields() {
|
|
|
<table class="responsive-table">
|
|
<table class="responsive-table">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>ID</th>
|
|
|
|
|
|
|
+ <th class="product-id-column">ID</th>
|
|
|
<th>Name</th>
|
|
<th>Name</th>
|
|
|
<th>Kategorien</th>
|
|
<th>Kategorien</th>
|
|
|
<th>Größen</th>
|
|
<th>Größen</th>
|
|
@@ -473,7 +473,7 @@ function updateAvailabilityFields() {
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<?php foreach ($products as $product): ?>
|
|
<?php foreach ($products as $product): ?>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td data-label="ID"><?php echo (int) $product[
|
|
|
|
|
|
|
+ <td data-label="ID" class="product-id-column"><?php echo (int) $product[
|
|
|
"id"
|
|
"id"
|
|
|
]; ?></td>
|
|
]; ?></td>
|
|
|
<td data-label="Name"><?php echo escape(
|
|
<td data-label="Name"><?php echo escape(
|