K
K
kazimirov_art2021-12-08 11:42:02
HTML
kazimirov_art, 2021-12-08 11:42:02

Output code from information block?

There are trading offers
61b06da0a15b4496808123.png
. As you can see, the model and volume should be displayed here, this is the standard code in catalog.element.
61b06e336bfb1625487723.png
Then, when you click on a specific model and volume, the values ​​​​in this table would change, where indicated by arrows.
61b06ea11eefa607685111.png
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 question

Ask a Question

731 491 924 answers to any question