Answer the question
In order to leave comments, you need to log in
Output code from information block?
There are trading offers
. As you can see, the model and volume should be displayed here, this is the standard code in catalog.element.
Then, when you click on a specific model and volume, the values in this table would change, where indicated by arrows.
Here is the table code with explanations
<div class="table-row paint-row">
<table class="little-greene-price">
<tbody>
<tr>
<td colspan="3" class="little-greene-price__center brand-table-price__center-row">
<strong>КРАСКИ НА ВОДНОЙ ОСНОВЕ ДЛЯ ИНТЕРЬЕРНЫХ РАБОТ</strong> </td> </tr>
<tr class="brand-table-price__head">
//* здесь нужно вывести модель (уже код есть но он выводит только объем и мне кается он неверный)
<td> <?=htmlspecialcharsEx($skuProperty['NAME'])?></td>
//* здесь нужно вывести объем (верным кодом)
<td> <?=htmlspecialcharsEx($skuProperty['NAME'])?> </td>
</tr>
<tr>
<td>
<b>//* здесь при нажатии на определенную модель вывести значения</b>
</td>
<td> 1 л //* 1 литр это так просто чтобы заполняемость была, здесь при нажатии на определенный объем вывести значения
</td>
</tr>
</tbody>
</table>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question