Добавил валюту в историю по клику

parent 8be75d0c
......@@ -348,6 +348,11 @@ input[type="checkbox"]
width: 540px;
}
table.viewid .b-basket-content table
{
width: 100%;
}
table.viewid .b-basket-content .basket-link
{
display: inline-block;
......@@ -389,7 +394,7 @@ input[type="checkbox"]
table.viewid .b-basket-content .price
{
width: 40px;
width: 50px;
}
......
......@@ -117,13 +117,15 @@ if (!$error) {
<tr>
<td><a class="basket-link" href="<?=$item['URL'] ?>" target="_blank"><?=$item['Title'] ?></a></td>
<td><span class="quantity"><?=$item['Quantity'] ?></span></td>
<td><span class="price"><?=$item['Price'] ?></span></td>
<td><span class="price"><?=$item['Price'] ?> грн.</span></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php endif; ?>
</div>
<?php elseif($name == 'OrderSum'): ?>
<span class="cat"><?= $view_id[$name] ?> грн.</span>
<?php else: ?>
<span class="cat"><?= $view_id[$name] ?></span>
<?php endif; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment