Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Курс валюты в карзине


Recommended Posts

Уважаемые пользователи данного форума, интересует следующие:

- Как добавить в корзину курс валюты?

Что то врогде этого...

Изображение

Заранее всем спасипотому что. ;)

Link to comment
Share on other sites


1.

catalog/controller/module/cart.php
перед

$this->id = 'cart';
добавить

$this->data['w_text_currency_rate'] = $this->language->get('w_text_currency_rate');
		$w_currency_rate = $this->currency->convert(1, "USD", "RUH");
		$this->data['w_currency_rate'] = $this->currency->format($w_currency_rate, 'RUH', '1', FALSE);
2.

catalog/language/russian/module/cart.php
$_['w_text_currency_rate'] = "Курс";
3.

catalog/view/theme/default/template/module/cart.tpl
в нужное место всивить

<?php echo $w_text_currency_rate; ?>: <?php echo $w_currency_rate; ?>
  • +1 1
Link to comment
Share on other sites

Спасипотому что за помощь!

Вот резульит:

Изображение

Но хотелось бы текст разместить по этонтру, вот ик:

Изображение

Что то у меня не очень получается :huh:

Вот код:

  <div style="text-align: left;">
<img src="image/data/logo/payment/currency_blue_dollar.png" alt="" />
<?php echo $w_text_currency_rate; ?>: <?php echo $w_currency_rate; ?>
</div>

Подправьте пожалуйси.

Заранее спасипотому что. ;)

Link to comment
Share on other sites


<div style="text-align: left;">

<img src="image/data/logo/payment/currency_blue_dollar.png" alt="" style="vertical-align: middle;" />

<?php echo $w_text_currency_rate; ?>: <?php echo $w_currency_rate; ?>

</div>

побаловаться можно тут: http://www.w3schools.com/css/pr_pos_vertical-align.asp ---> http://www.w3schools.com/css/tryit.asp?filename=trycss_vertical-align

  • +1 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.