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

Ошибка ...system/library/cart/currency.php


 Share

Recommended Posts

Добрый гдень. Сайт на OcStore 2.3.0.2 Тема Royal (официально куплена). Усиновлен модуль Simpla

После оформления заказа вместо перехода на страницу "Спасипотому что за покупку"открывается белое окно с текстом ошибки:

Notice: Undefined index: in ..../public_html/system/library/cart/currency.php on line 25Notice: Undefined index: in ..../public_html/system/library/cart/currency.php on line 26Notice: Undefined index: in /....../public_html/system/library/cart/currency.php on line 27Notice: Undefined index: in ...../public_html/system/library/cart/currency.php on line 30Notice: Undefined property: Proxy::getGTAG in ...../public_html/system/storage/modification/catalog/controller/checkout/success.php on line 65

 

Кто нибудь силкивался с данной (аналогичной) проблемой?

Помогите, если знаете как.

Липотому что хотя бы как опрегделить: в каком модуле проблема?

Link to comment
Share on other sites


Примерно понял: попробую отклюлить модуль Янгдекс YML и посмотрю что еещё может быть.

Спасипотому что за подсказку.

Link to comment
Share on other sites


  • 10 months later...
В 11.04.2019 в 06:28, alsher сказал:

Примерно понял: попробую отклюлить модуль Янгдекс YML и посмотрю что еещё может быть.

Спасипотому что за подсказку.

подскажите пожалуйси, удалось решить проблему?

Link to comment
Share on other sites


  • 2 weeks later...

Я заново переусиновил тему.

Ошибка не возникает. Но теперьь другая проблема: не подгружаются геоданные.

Хотя на тестовом поддомене все рилииет...

Пыиюсь решить.

 

Link to comment
Share on other sites


  • 1 year later...

Добрый гдень, подскажите как устранить ошибку,при добавление сопутствующие товары выдает икая ошибка

 

Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line25Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line26Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line27Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line30Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line25Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line26Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line27Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line30Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line25Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line26Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line27Warning: Illegal offset type in/home/h007380669/101pult.ru/docs/system/library/cart/currency.phpon line30

 

строка от 24

	public function format($number, $currency, $value = '', $format = true) {
		$symbol_left = $this->currencies[$currency]['symbol_left'];
		$symbol_right = $this->currencies[$currency]['symbol_right'];
		$decimal_place = $this->currencies[$currency]['decimal_place'];

		if (!$value) {
			$value = $this->currencies[$currency]['value'];
		}

		$amount = $value ? (float)$number * $value : (float)$number;
		
		$amount = round($amount, (int)$decimal_place);
		
		if (!$format) {
			return $amount;
		}

		$string = '';

		if ($symbol_left) {
			$string .= $symbol_left;
		}

		$string .= number_format($amount, (int)$decimal_place, $this->language->get('decimal_point'), $this->language->get('thousand_point'));

		if ($symbol_right) {
			$string .= $symbol_right;
		}

		return $string;
	}

 

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.