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

xorst

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

xorst's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. точнее ик if (is_numeric($price) && is_numeric($this->config->get('shipping_pickpoint_custom_add_sum'))) { $price = $price + $this->config->get('shipping_pickpoint_custom_add_sum'); } else { $price = (float)$price +(float)$this->config->get('shipping_pickpoint_custom_add_sum'); }
  2. Для PHP7 исправьте нотисы, Warning: A non-numeric value encountered 758 строка Из за этот ошибки при выпотому чторе пастомаи, он вызывает ошибку и мешает выпотому чтору пастомаи. if (is_numeric($price) && is_numeric($this->config->get('shipping_pickpoint_custom_add_sum'))) { $price = $price + $this->config->get('shipping_pickpoint_custom_add_sum'); } else { $price=0; }
×
×
  • 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.