putting to shop to class

This commit is contained in:
Igor Barkov [iwork] 2019-02-15 16:21:24 +02:00
parent 6ac1056b53
commit 4e91d62fea
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, '<?= $row['name'] ?>', '<?= $row['id'] ?>', '<?= $row['cost'] ?>')">ать в магазин</button>";
<br><button onclick="sale(1, '<?= $iteminfo->name ?>', '<?= $iteminfo->name ?>', '<?= $iteminfo->cost ?>')">ать в магазин</button>
<?php
echo "</td>";
echo "<td style='vertical-align: top;'>";