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

parent 8be75d0c
...@@ -348,6 +348,11 @@ input[type="checkbox"] ...@@ -348,6 +348,11 @@ input[type="checkbox"]
width: 540px; width: 540px;
} }
table.viewid .b-basket-content table
{
width: 100%;
}
table.viewid .b-basket-content .basket-link table.viewid .b-basket-content .basket-link
{ {
display: inline-block; display: inline-block;
...@@ -389,7 +394,7 @@ input[type="checkbox"] ...@@ -389,7 +394,7 @@ input[type="checkbox"]
table.viewid .b-basket-content .price table.viewid .b-basket-content .price
{ {
width: 40px; width: 50px;
} }
......
...@@ -117,13 +117,15 @@ if (!$error) { ...@@ -117,13 +117,15 @@ if (!$error) {
<tr> <tr>
<td><a class="basket-link" href="<?=$item['URL'] ?>" target="_blank"><?=$item['Title'] ?></a></td> <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="quantity"><?=$item['Quantity'] ?></span></td>
<td><span class="price"><?=$item['Price'] ?></span></td> <td><span class="price"><?=$item['Price'] ?> грн.</span></td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>
</table> </table>
<?php endif; ?> <?php endif; ?>
</div> </div>
<?php elseif($name == 'OrderSum'): ?>
<span class="cat"><?= $view_id[$name] ?> грн.</span>
<?php else: ?> <?php else: ?>
<span class="cat"><?= $view_id[$name] ?></span> <span class="cat"><?= $view_id[$name] ?></span>
<?php endif; ?> <?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