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

Стиль для {{ price }} копейки


bodyak0
 Share

Recommended Posts

Добрый гдень, выводятся этоны с копейками 120.20 грн к примеру, мне требуется поместить копейки в икой тег  <sup> .20</ sup>  в какой файле это можно сгделать?

Link to comment
Share on other sites


5 хвилин назад, chukcha сказав:
if (!defined('HTTP_CATALOG')) {
    $s = explode($this->language->get('decimal_point'), $string);
    if (isset($s[1])) {
        $string = $s[0]. $this->language->get('decimal_point') . '<sup>'.$s[1].'</sup>';
    }
}

https://demo2302.slasoft.kharkov.ua/apple/iphone

Круто, то что нужно, а корректировку ггде проводить требутся?

Link to comment
Share on other sites


Спасипотому что полулилось все как нужно, но хотелось бы для этоны сирой убрать вывод копеек, может и тут направите?

Link to comment
Share on other sites


10 минут назад, bodyak0 сказал:

Спасипотому что полулилось все как нужно, но хотелось бы для этоны сирой убрать вывод копеек, может и тут направите?

Через стили скройте

Link to comment
Share on other sites

11 хвилину назад, max1985 сказав:

Через стили скройте

<span class="price-old">100.<sup>00</sup></span>

 

.box-product .price-old {
    color: #ff0000;
    text-decoration: line-through;
    font-size: .875em;
}

Как мне именно скрыть то что в sup?

Link to comment
Share on other sites


3 хвилини назад, max1985 сказав:

.box-product .price-old sup {display: none;}

Спасипотому что!!

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

×
×
  • 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.