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

chukcha

Users
  • Posts

    20,542
  • Joined

  • Last visited

Everything posted by chukcha

  1. I not understand. You show a link to a screenshot, but it has a pdf file with extention png. Вы даете ссылку на скриншот, но там pdf файл с раширением png.
  2. I do not understand. Where is missing button to move. I want to see your problem using screenshot.
  3. show create table category покажите результат из phpmyadmin посмотреть в xml функции alter table category, или в ридми к модулям
  4. INSERT INTO oc_product SET model = 'РѕРѕ', sku = '', upc = '', ean = '', jan = '', isbn = '', mpn = '', location = '', quantity = '1', minimum = '1', subtract = '1', stock_status_id = '5', date_available = '2014-03-24', manufacturer_id = '0', shipping = '1', price = '0', points = '0', weight = '0', weight_class_id = '2', length = '0', width = '0', height = '0', length_class_id = '1', status = '1', tax_class_id = '0', sort_order = '1', date_added = NOW() Сделайте бекап базы Выполните это запрос в phpmyadmin Внимательно читайте все сообщения
  5. https://opencartforum.com/topic/28734-notice-error-in-systemdatabasemysqlphp-on-line-50/?do=findComment&comment=224381 Сделайте так как там написано и покажите, что получилось
  6. имя поля должно быть search, наверное или же нужно переделывать скрипт кроме того и стили настроить, чтоб текст в поле был белым , а не черным
  7. Например в модуль "приветсвие"
  8. CREATE TABLE `oc_product` ( `product_id` int(11) NOT NULL AUTO_INCREMENT, `model` varchar(64) NOT NULL, `sku` varchar(64) NOT NULL, `upc` varchar(12) NOT NULL, `ean` varchar(14) NOT NULL, `jan` varchar(13) NOT NULL, `isbn` varchar(13) NOT NULL, `mpn` varchar(64) NOT NULL, `location` varchar(128) NOT NULL, `quantity` int(4) NOT NULL DEFAULT '0', `stock_status_id` int(11) NOT NULL, `image` varchar(255) DEFAULT NULL, `manufacturer_id` int(11) NOT NULL, `shipping` tinyint(1) NOT NULL DEFAULT '1', `price` decimal(15,4) NOT NULL DEFAULT '0.0000', `points` int(8) NOT NULL DEFAULT '0', `tax_class_id` int(11) NOT NULL, `date_available` date NOT NULL, `weight` decimal(15,8) NOT NULL DEFAULT '0.00000000', `weight_class_id` int(11) NOT NULL DEFAULT '0', `length` decimal(15,8) NOT NULL DEFAULT '0.00000000', `width` decimal(15,8) NOT NULL DEFAULT '0.00000000', `height` decimal(15,8) NOT NULL DEFAULT '0.00000000', `length_class_id` int(11) NOT NULL DEFAULT '0', `subtract` tinyint(1) NOT NULL DEFAULT '1', `minimum` int(11) NOT NULL DEFAULT '1', `sort_order` int(11) NOT NULL DEFAULT '0', `status` tinyint(1) NOT NULL DEFAULT '0', `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `viewed` int(5) NOT NULL DEFAULT '0', PRIMARY KEY (`product_id`)) ENGINE=MyISAM AUTO_INCREMENT=169 DEFAULT CHARSET=utf8 Выполнить в phpmyadmin запрос show create table {prefix}_product
  9. https://opencartforum.com/topic/28734-notice-error-in-systemdatabasemysqlphp-on-line-50/?do=findComment&comment=224381
  10. А как его убить если его нет product_id ошибка возникает на момент редактирования? Очитстите лог ошибок Измените товар После белого экрана посмотрите лог ошибок.
  11. А теперь сравните мой код с вашим. У вас нет проверки на if ($result['bottom']) {
  12. Результат запроса в студию SELECT information_id, bottom FROM `oc_information` LIMIT 0 , 30 Контроллер /common/footer.php $this->load->model('catalog/information'); $this->data['informations'] = array(); foreach ($this->model_catalog_information->getInformations() as $result) { if ($result['bottom']) { $this->data['informations'][] = array( 'title' => $result['title'], 'href' => $this->url->link('information/information', 'information_id=' . $result['information_id']) ); } } Покажите
  13. при добавлении в корзину, передается id товара, и параметры опции и количество Окнсательная сумма вычисляется в контроллере Там и проверйте количествои вычисляйте сумму
  14. product.php сохранить файл в utf-8 без bom
  15. та не... адекватная... это практкически то же самое, что посоветовать под правами рута cd / rm -rf .
  16. У меня добавляется. Судя по всему, при hover на корзине не отрабатывает скрипт...
×
×
  • 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.