putting to shop to class

This commit is contained in:
Igor Barkov [iwork] 2019-02-15 16:24:24 +02:00
parent 4e91d62fea
commit 6f5c630b95
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ switch ($shopCategoryTypeNumber) {
foreach ($iteminfo as $ii) {
echo "<tr><td style='width: 150px; text-align: center;'>";
$ii->printImage(); ?>
<br><button onclick="sale(1, '<?= $iteminfo->name ?>', '<?= $iteminfo->name ?>', '<?= $iteminfo->cost ?>')">ать в магазин</button>
<br><button onclick="sale(1, '<?= $iteminfo['name'] ?>', '<?= $iteminfo['id'] ?>', '<?= $iteminfo['cost'] ?>')">ать в магазин</button>
<?php
echo "</td>";
echo "<td style='vertical-align: top;'>";