Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

fanatic

Users
  • Posts

    4,905
  • Joined

  • Last visited

Everything posted by fanatic

  1. ALTER TABLE название таблицы AUTO_INCREMENT=0
  2. в смысле адаптировать? UniShop и так адаптивный.
  3. более подробное описание задачи, есть? какой бюджет?
  4. открываем файл system/storage/modification/catalog/controller/checkout/cart.php находим строку с ошибкой что-то примерно такое там будет $json['success'] = sprintf($this->language->get('text_success'), $this->url->link('product/product', 'product_id=' . $this->request->post['product_id']), $product_info['name'], $this->url->link('checkout/cart')); открываем файл локализации и находим $_['text_success'] = 'Товар <a href="%s">%s</a> добавлен в вашу <a href="%s">корзину</a>!'; в строке есть 3 вот таких штуки %s значит в sprintf, после строки формата($this->language->get('text_success')) должно быть добавено 3 параметра для замены трех - %s. вот у вас или %s много, или параметров мало.
  5. не совпадает количество описателей преобразований, в языковой переменной, и параметров передаваемых в spritnf для замены
  6. и каков же бюджет, если конечно не военная тайна.
  7. это модуль шаблоны модулей - catalog/view/theme/ваша тема/template/extension/module
  8. на изображении, похоже на блок товара в категории или производителе или ............... или в модуле каком. на страницу товара не похоже
×
×
  • 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.