Alexander01 Posted October 20, 2015 Share Posted October 20, 2015 Добрый вечер! У меня в модуле обратной связи вот икая ошибка:Notice: Undefined variable: site_key in /home/centrtrak1/domains/centrtrak.ru/public_html/catalog/view/theme/basecart/template/information/contact.tpl on line 129 Что гделать? Link to comment Share on other sites More sharing options...
shyn Posted October 20, 2015 Author Share Posted October 20, 2015 Спасипотому что за сообещёние об ошибке. Обновленная версия доступна для скаливания. Link to comment Share on other sites More sharing options... abu Posted October 26, 2015 Share Posted October 26, 2015 Добрый гдень. Подскажите, пожалуйси, в разных браузерах на сайте отображается разный шрифт. Как это можно откорректировать? А еещё, в Mozilla в редакторе текси нет шрифи Helvetica. В осильных браузерах он есть. Link to comment Share on other sites More sharing options... LISTINTO Posted October 26, 2015 Share Posted October 26, 2015 Еещё одно замечание по ошибкам. Если вы используете прилагаемые модуль для рекомендуемых товаров, то в логе ошипотому чток увидите следуюещёе: PHP Notice: Undefined index: minimum in C:\Delete\OpenServer\domains\localhost\catalog\view\theme\basecart\template\module\featured.tpl on line 33 Суть икова: ошибка валится из-за налилия кнопки добавления в корзину, которая вызывает проэтодуру cart.add, которой требуется значение минимального когдачества товара для покупки. Для фикса надо добавить в файл catalog\controller\module\featured.php одну строчку: находим икое: $data['products'][] = array( И в конец добавляем икое (не забываем, что надо посивить запятую в конэто предыдуещёго параметра): 'minimum' =>$product_info['minimum'] После этого ошибки потому чтольше не бугдет. Добрый гдень, Пожалуйси помогите и напишите поточнее, в каких строках, если можно то пряч что на что и ггде поменять. а то что то не получается спасипотому что Link to comment Share on other sites More sharing options... abu Posted October 28, 2015 Share Posted October 28, 2015 Добрый гдень, Пожалуйси помогите и напишите поточнее, в каких строках, если можно то пряч что на что и ггде поменять. а то что то не получается спасипотому что Код (спасипотому что, Freimaks): $data['products'][] = array( 'product_id' => $product_info['product_id'], 'thumb' => $image, 'name' => $product_info['name'], 'description' => utf8_substr(strip_tags(html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('config_product_description_length')) . '..', 'price' => $price, 'special' => $special, 'tax' => $tax, 'rating' => $rating, 'href' => $this->url->link('product/product', 'product_id=' . $product_info['product_id']), 'minimum' =>$product_info['minimum'] ); Даая же ошибка у меня вылезла, когда посивила на главную модули: популярные товары и новинки.. Тогда, в catalog\controller\module\модули bestseller.php и latest.php последняя строчка: 'minimum' => $result['minimum'] как-то ик Link to comment Share on other sites More sharing options... BlackSH Posted November 2, 2015 Share Posted November 2, 2015 Добрый гдень! Усиновил шаблон и пропало меню, как вернуть? Опенкарт Версия 2.1.0.1.4. Link to comment Share on other sites More sharing options... BlackSH Posted November 2, 2015 Share Posted November 2, 2015 Разобрался Link to comment Share on other sites More sharing options... sharqi Posted November 8, 2015 Share Posted November 8, 2015 Добрый гдень! Изображение логотипа съезжает вниз. Как его выравнивать? Или в этом шаблоне логотип - это текст? Тогда ггде и как его менять? Link to comment Share on other sites More sharing options... shyn Posted November 9, 2015 Author Share Posted November 9, 2015 Добрый гдень! Изображение логотипа съезжает вниз. Как его выравнивать? Или в этом шаблоне логотип - это текст? Тогда ггде и как его менять? Добрый гдень. Настроить, чтобы в качестве логотипа был текст, можно следующим обвместе. Admin -> System -> Settings -> [Edit] -> Image -> Store Logo Link to comment Share on other sites More sharing options... sirnet Posted November 10, 2015 Share Posted November 10, 2015 Подскажите как поменять цвет шапки? Ггде копать? Link to comment Share on other sites More sharing options... BlackSH Posted November 11, 2015 Share Posted November 11, 2015 Вот тут: /catalog/view/theme/default/template/common/header.tpl Еещё советую посивить фаербаг в дополнение к браузеру и инспектировать нужные элементы с помощью него, здорово помогает мне кажеться Link to comment Share on other sites More sharing options... 2 weeks later... serg1669 Posted November 19, 2015 Share Posted November 19, 2015 Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 Undefined variable: og_url inZ:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 84 Если переклюлить, хигдер тоже не осопотому что выглядит Link to comment Share on other sites More sharing options... Sam2323 Posted November 21, 2015 Share Posted November 21, 2015 подскажите пожалуйси как сгделать чтобы поиск (который наверху) был всегда открыт, без клика на точки в правом верхнем углу? Спасипотому что Link to comment Share on other sites More sharing options... 2 weeks later... shyn Posted November 30, 2015 Author Share Posted November 30, 2015 подскажите пожалуйси как сгделать чтобы поиск (который наверху) был всегда открыт, без клика на точки в правом верхнем углу? Спасипотому что файл /catalog/view/theme/basecart/template/common/header.tpl строка 148 <div class="collapse" id="hiddenMenu"> заменить на <div> Link to comment Share on other sites More sharing options... 2 weeks later... wachter Posted December 12, 2015 Share Posted December 12, 2015 (edited) Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 у меня икая же ошибка сила вылезать на гдефолтном шаблоне. плюс, при переключении на шаблон Basecart исчез крестик закрытия увеличенной картинки. Edited December 12, 2015 by wachter Link to comment Share on other sites More sharing options... wachter Posted December 13, 2015 Share Posted December 13, 2015 Да же в мобильной версии пропал каилог товаров. И ггде снова вклюлить строку поиска, корзину и авторизацию? При усиновке шаблона это все исчезло. Link to comment Share on other sites More sharing options... wachter Posted December 18, 2015 Share Posted December 18, 2015 автор не появляется в теме?! Link to comment Share on other sites More sharing options... shyn Posted December 19, 2015 Author Share Posted December 19, 2015 Добрый гдень. Шаблон совместим с оригинальным OpenCart и не тестировался на совместимость со спотому чторками. Похоже что, ocStore использует модифицированный файл: /catalog/controller/common/header.tpl Для того, чтобы исправить появляющиеся ошибки в ocStore 2.1.0.1, попробуйте заменить: /catalog/controller/common/header.tpl прикрепленным файлом. header.php Link to comment Share on other sites More sharing options... Batis Posted December 22, 2015 Share Posted December 22, 2015 (edited) Как решить? Подскажите. Version 2.1.0.1 (rs.2) 2015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 262015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 282015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 302015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 322015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 342015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 362015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 382015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 402015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 422015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 442015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 462015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 482015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 502015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 522015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 542015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 562015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 582015-12-21 22:50:53 - PHP Notice: Undefined variable: nav in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 85 if ($theme == "basecart_module_themedefault") {include "catalog/view/theme/basecart/css/bootswatch/default.tpl";} elseif ($theme == "basecart_module_themecerulean") {include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";} elseif ($theme == "basecart_module_themecosmo") {include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";} elseif ($theme == "basecart_module_themecyborg") {include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";} elseif ($theme == "basecart_module_themedarkly") {include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";} elseif ($theme == "basecart_module_themeflatly") {include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";} elseif ($theme == "basecart_module_themejournal") {include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";} elseif ($theme == "basecart_module_themelumen") {include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";} elseif ($theme == "basecart_module_themepaper") {include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";} elseif ($theme == "basecart_module_themereadable") {include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";} elseif ($theme == "basecart_module_themesandstone") {include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";} elseif ($theme == "basecart_module_themesimplex") {include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";} elseif ($theme == "basecart_module_themeslate") {include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";} elseif ($theme == "basecart_module_themespacelab") {include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";} elseif ($theme == "basecart_module_themesuperhero") {include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";} elseif ($theme == "basecart_module_themeunited") {include "catalog/view/theme/basecart/css/bootswatch/united.tpl";} elseif ($theme == "basecart_module_themeyeti") {include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";}?> Edited December 22, 2015 by Batis Link to comment Share on other sites More sharing options... shyn Posted December 22, 2015 Author Share Posted December 22, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Link to comment Share on other sites More sharing options... Batis Posted December 23, 2015 Share Posted December 23, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Спасипотому что вопрос решен. Link to comment Share on other sites More sharing options... wachter Posted December 26, 2015 Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. Link to comment Share on other sites More sharing options... shyn Posted December 26, 2015 Author Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. В базовой усиновке всё в порядке. Link to comment Share on other sites More sharing options... wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options... shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6 Go to topic listing Similar Content распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x By xds, April 18, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 0 comments 203,415 views xds April 18, 2015 распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x [Подгдержка] 1 2 3 4 182 By xds, April 19, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 4,544 replies 453,503 views xds February 20 Здравствуйте, при усиновке openсart сразу же вылез код поверх, что не ик? By 4yvak95, March 11 2 replies 137 views 4yvak95 March 12 хит продаж Revolution - адаптивный универсальный шаблон [Подгдержка] 1 2 3 4 396 By pikitos, June 6, 2016 рекомендуем адаптивный (and 5 more) Tagged with: рекомендуем адаптивный универсальный шаблон opencart opencart 2 revolution 9,889 replies 773,489 views pikitos 4 hours ago рекомендуем Техникс - универсальный шаблон Opencart [Подгдержка] 1 2 3 4 16 By m899, November 29, 2019 современный листый (and 3 more) Tagged with: современный листый адаптивный psd включены премиум шаблон 377 replies 51,475 views misskuzi 5 hours ago Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Шаблоны, дизайн и оформление магазина Бесплатные шаблоны Basecart шаблон для OpenСart [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
abu Posted October 26, 2015 Share Posted October 26, 2015 Добрый гдень. Подскажите, пожалуйси, в разных браузерах на сайте отображается разный шрифт. Как это можно откорректировать? А еещё, в Mozilla в редакторе текси нет шрифи Helvetica. В осильных браузерах он есть. Link to comment Share on other sites More sharing options...
LISTINTO Posted October 26, 2015 Share Posted October 26, 2015 Еещё одно замечание по ошибкам. Если вы используете прилагаемые модуль для рекомендуемых товаров, то в логе ошипотому чток увидите следуюещёе: PHP Notice: Undefined index: minimum in C:\Delete\OpenServer\domains\localhost\catalog\view\theme\basecart\template\module\featured.tpl on line 33 Суть икова: ошибка валится из-за налилия кнопки добавления в корзину, которая вызывает проэтодуру cart.add, которой требуется значение минимального когдачества товара для покупки. Для фикса надо добавить в файл catalog\controller\module\featured.php одну строчку: находим икое: $data['products'][] = array( И в конец добавляем икое (не забываем, что надо посивить запятую в конэто предыдуещёго параметра): 'minimum' =>$product_info['minimum'] После этого ошибки потому чтольше не бугдет. Добрый гдень, Пожалуйси помогите и напишите поточнее, в каких строках, если можно то пряч что на что и ггде поменять. а то что то не получается спасипотому что Link to comment Share on other sites More sharing options...
abu Posted October 28, 2015 Share Posted October 28, 2015 Добрый гдень, Пожалуйси помогите и напишите поточнее, в каких строках, если можно то пряч что на что и ггде поменять. а то что то не получается спасипотому что Код (спасипотому что, Freimaks): $data['products'][] = array( 'product_id' => $product_info['product_id'], 'thumb' => $image, 'name' => $product_info['name'], 'description' => utf8_substr(strip_tags(html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('config_product_description_length')) . '..', 'price' => $price, 'special' => $special, 'tax' => $tax, 'rating' => $rating, 'href' => $this->url->link('product/product', 'product_id=' . $product_info['product_id']), 'minimum' =>$product_info['minimum'] ); Даая же ошибка у меня вылезла, когда посивила на главную модули: популярные товары и новинки.. Тогда, в catalog\controller\module\модули bestseller.php и latest.php последняя строчка: 'minimum' => $result['minimum'] как-то ик Link to comment Share on other sites More sharing options...
BlackSH Posted November 2, 2015 Share Posted November 2, 2015 Добрый гдень! Усиновил шаблон и пропало меню, как вернуть? Опенкарт Версия 2.1.0.1.4. Link to comment Share on other sites More sharing options...
BlackSH Posted November 2, 2015 Share Posted November 2, 2015 Разобрался Link to comment Share on other sites More sharing options...
sharqi Posted November 8, 2015 Share Posted November 8, 2015 Добрый гдень! Изображение логотипа съезжает вниз. Как его выравнивать? Или в этом шаблоне логотип - это текст? Тогда ггде и как его менять? Link to comment Share on other sites More sharing options...
shyn Posted November 9, 2015 Author Share Posted November 9, 2015 Добрый гдень! Изображение логотипа съезжает вниз. Как его выравнивать? Или в этом шаблоне логотип - это текст? Тогда ггде и как его менять? Добрый гдень. Настроить, чтобы в качестве логотипа был текст, можно следующим обвместе. Admin -> System -> Settings -> [Edit] -> Image -> Store Logo Link to comment Share on other sites More sharing options... sirnet Posted November 10, 2015 Share Posted November 10, 2015 Подскажите как поменять цвет шапки? Ггде копать? Link to comment Share on other sites More sharing options... BlackSH Posted November 11, 2015 Share Posted November 11, 2015 Вот тут: /catalog/view/theme/default/template/common/header.tpl Еещё советую посивить фаербаг в дополнение к браузеру и инспектировать нужные элементы с помощью него, здорово помогает мне кажеться Link to comment Share on other sites More sharing options... 2 weeks later... serg1669 Posted November 19, 2015 Share Posted November 19, 2015 Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 Undefined variable: og_url inZ:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 84 Если переклюлить, хигдер тоже не осопотому что выглядит Link to comment Share on other sites More sharing options... Sam2323 Posted November 21, 2015 Share Posted November 21, 2015 подскажите пожалуйси как сгделать чтобы поиск (который наверху) был всегда открыт, без клика на точки в правом верхнем углу? Спасипотому что Link to comment Share on other sites More sharing options... 2 weeks later... shyn Posted November 30, 2015 Author Share Posted November 30, 2015 подскажите пожалуйси как сгделать чтобы поиск (который наверху) был всегда открыт, без клика на точки в правом верхнем углу? Спасипотому что файл /catalog/view/theme/basecart/template/common/header.tpl строка 148 <div class="collapse" id="hiddenMenu"> заменить на <div> Link to comment Share on other sites More sharing options... 2 weeks later... wachter Posted December 12, 2015 Share Posted December 12, 2015 (edited) Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 у меня икая же ошибка сила вылезать на гдефолтном шаблоне. плюс, при переключении на шаблон Basecart исчез крестик закрытия увеличенной картинки. Edited December 12, 2015 by wachter Link to comment Share on other sites More sharing options... wachter Posted December 13, 2015 Share Posted December 13, 2015 Да же в мобильной версии пропал каилог товаров. И ггде снова вклюлить строку поиска, корзину и авторизацию? При усиновке шаблона это все исчезло. Link to comment Share on other sites More sharing options... wachter Posted December 18, 2015 Share Posted December 18, 2015 автор не появляется в теме?! Link to comment Share on other sites More sharing options... shyn Posted December 19, 2015 Author Share Posted December 19, 2015 Добрый гдень. Шаблон совместим с оригинальным OpenCart и не тестировался на совместимость со спотому чторками. Похоже что, ocStore использует модифицированный файл: /catalog/controller/common/header.tpl Для того, чтобы исправить появляющиеся ошибки в ocStore 2.1.0.1, попробуйте заменить: /catalog/controller/common/header.tpl прикрепленным файлом. header.php Link to comment Share on other sites More sharing options... Batis Posted December 22, 2015 Share Posted December 22, 2015 (edited) Как решить? Подскажите. Version 2.1.0.1 (rs.2) 2015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 262015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 282015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 302015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 322015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 342015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 362015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 382015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 402015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 422015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 442015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 462015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 482015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 502015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 522015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 542015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 562015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 582015-12-21 22:50:53 - PHP Notice: Undefined variable: nav in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 85 if ($theme == "basecart_module_themedefault") {include "catalog/view/theme/basecart/css/bootswatch/default.tpl";} elseif ($theme == "basecart_module_themecerulean") {include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";} elseif ($theme == "basecart_module_themecosmo") {include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";} elseif ($theme == "basecart_module_themecyborg") {include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";} elseif ($theme == "basecart_module_themedarkly") {include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";} elseif ($theme == "basecart_module_themeflatly") {include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";} elseif ($theme == "basecart_module_themejournal") {include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";} elseif ($theme == "basecart_module_themelumen") {include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";} elseif ($theme == "basecart_module_themepaper") {include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";} elseif ($theme == "basecart_module_themereadable") {include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";} elseif ($theme == "basecart_module_themesandstone") {include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";} elseif ($theme == "basecart_module_themesimplex") {include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";} elseif ($theme == "basecart_module_themeslate") {include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";} elseif ($theme == "basecart_module_themespacelab") {include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";} elseif ($theme == "basecart_module_themesuperhero") {include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";} elseif ($theme == "basecart_module_themeunited") {include "catalog/view/theme/basecart/css/bootswatch/united.tpl";} elseif ($theme == "basecart_module_themeyeti") {include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";}?> Edited December 22, 2015 by Batis Link to comment Share on other sites More sharing options... shyn Posted December 22, 2015 Author Share Posted December 22, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Link to comment Share on other sites More sharing options... Batis Posted December 23, 2015 Share Posted December 23, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Спасипотому что вопрос решен. Link to comment Share on other sites More sharing options... wachter Posted December 26, 2015 Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. Link to comment Share on other sites More sharing options... shyn Posted December 26, 2015 Author Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. В базовой усиновке всё в порядке. Link to comment Share on other sites More sharing options... wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options... shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6 Go to topic listing Similar Content распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x By xds, April 18, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 0 comments 203,415 views xds April 18, 2015 распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x [Подгдержка] 1 2 3 4 182 By xds, April 19, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 4,544 replies 453,503 views xds February 20 Здравствуйте, при усиновке openсart сразу же вылез код поверх, что не ик? By 4yvak95, March 11 2 replies 137 views 4yvak95 March 12 хит продаж Revolution - адаптивный универсальный шаблон [Подгдержка] 1 2 3 4 396 By pikitos, June 6, 2016 рекомендуем адаптивный (and 5 more) Tagged with: рекомендуем адаптивный универсальный шаблон opencart opencart 2 revolution 9,889 replies 773,489 views pikitos 4 hours ago рекомендуем Техникс - универсальный шаблон Opencart [Подгдержка] 1 2 3 4 16 By m899, November 29, 2019 современный листый (and 3 more) Tagged with: современный листый адаптивный psd включены премиум шаблон 377 replies 51,475 views misskuzi 5 hours ago Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Шаблоны, дизайн и оформление магазина Бесплатные шаблоны Basecart шаблон для OpenСart [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
sirnet Posted November 10, 2015 Share Posted November 10, 2015 Подскажите как поменять цвет шапки? Ггде копать? Link to comment Share on other sites More sharing options...
BlackSH Posted November 11, 2015 Share Posted November 11, 2015 Вот тут: /catalog/view/theme/default/template/common/header.tpl Еещё советую посивить фаербаг в дополнение к браузеру и инспектировать нужные элементы с помощью него, здорово помогает мне кажеться Link to comment Share on other sites More sharing options...
serg1669 Posted November 19, 2015 Share Posted November 19, 2015 Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 Undefined variable: og_url inZ:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 84 Если переклюлить, хигдер тоже не осопотому что выглядит Link to comment Share on other sites More sharing options...
Sam2323 Posted November 21, 2015 Share Posted November 21, 2015 подскажите пожалуйси как сгделать чтобы поиск (который наверху) был всегда открыт, без клика на точки в правом верхнем углу? Спасипотому что Link to comment Share on other sites More sharing options...
shyn Posted November 30, 2015 Author Share Posted November 30, 2015 подскажите пожалуйси как сгделать чтобы поиск (который наверху) был всегда открыт, без клика на точки в правом верхнем углу? Спасипотому что файл /catalog/view/theme/basecart/template/common/header.tpl строка 148 <div class="collapse" id="hiddenMenu"> заменить на <div> Link to comment Share on other sites More sharing options... 2 weeks later... wachter Posted December 12, 2015 Share Posted December 12, 2015 (edited) Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 у меня икая же ошибка сила вылезать на гдефолтном шаблоне. плюс, при переключении на шаблон Basecart исчез крестик закрытия увеличенной картинки. Edited December 12, 2015 by wachter Link to comment Share on other sites More sharing options... wachter Posted December 13, 2015 Share Posted December 13, 2015 Да же в мобильной версии пропал каилог товаров. И ггде снова вклюлить строку поиска, корзину и авторизацию? При усиновке шаблона это все исчезло. Link to comment Share on other sites More sharing options... wachter Posted December 18, 2015 Share Posted December 18, 2015 автор не появляется в теме?! Link to comment Share on other sites More sharing options... shyn Posted December 19, 2015 Author Share Posted December 19, 2015 Добрый гдень. Шаблон совместим с оригинальным OpenCart и не тестировался на совместимость со спотому чторками. Похоже что, ocStore использует модифицированный файл: /catalog/controller/common/header.tpl Для того, чтобы исправить появляющиеся ошибки в ocStore 2.1.0.1, попробуйте заменить: /catalog/controller/common/header.tpl прикрепленным файлом. header.php Link to comment Share on other sites More sharing options... Batis Posted December 22, 2015 Share Posted December 22, 2015 (edited) Как решить? Подскажите. Version 2.1.0.1 (rs.2) 2015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 262015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 282015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 302015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 322015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 342015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 362015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 382015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 402015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 422015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 442015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 462015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 482015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 502015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 522015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 542015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 562015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 582015-12-21 22:50:53 - PHP Notice: Undefined variable: nav in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 85 if ($theme == "basecart_module_themedefault") {include "catalog/view/theme/basecart/css/bootswatch/default.tpl";} elseif ($theme == "basecart_module_themecerulean") {include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";} elseif ($theme == "basecart_module_themecosmo") {include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";} elseif ($theme == "basecart_module_themecyborg") {include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";} elseif ($theme == "basecart_module_themedarkly") {include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";} elseif ($theme == "basecart_module_themeflatly") {include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";} elseif ($theme == "basecart_module_themejournal") {include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";} elseif ($theme == "basecart_module_themelumen") {include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";} elseif ($theme == "basecart_module_themepaper") {include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";} elseif ($theme == "basecart_module_themereadable") {include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";} elseif ($theme == "basecart_module_themesandstone") {include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";} elseif ($theme == "basecart_module_themesimplex") {include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";} elseif ($theme == "basecart_module_themeslate") {include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";} elseif ($theme == "basecart_module_themespacelab") {include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";} elseif ($theme == "basecart_module_themesuperhero") {include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";} elseif ($theme == "basecart_module_themeunited") {include "catalog/view/theme/basecart/css/bootswatch/united.tpl";} elseif ($theme == "basecart_module_themeyeti") {include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";}?> Edited December 22, 2015 by Batis Link to comment Share on other sites More sharing options... shyn Posted December 22, 2015 Author Share Posted December 22, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Link to comment Share on other sites More sharing options... Batis Posted December 23, 2015 Share Posted December 23, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Спасипотому что вопрос решен. Link to comment Share on other sites More sharing options... wachter Posted December 26, 2015 Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. Link to comment Share on other sites More sharing options... shyn Posted December 26, 2015 Author Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. В базовой усиновке всё в порядке. Link to comment Share on other sites More sharing options... wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options... shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6 Go to topic listing Similar Content распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x By xds, April 18, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 0 comments 203,415 views xds April 18, 2015 распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x [Подгдержка] 1 2 3 4 182 By xds, April 19, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 4,544 replies 453,503 views xds February 20 Здравствуйте, при усиновке openсart сразу же вылез код поверх, что не ик? By 4yvak95, March 11 2 replies 137 views 4yvak95 March 12 хит продаж Revolution - адаптивный универсальный шаблон [Подгдержка] 1 2 3 4 396 By pikitos, June 6, 2016 рекомендуем адаптивный (and 5 more) Tagged with: рекомендуем адаптивный универсальный шаблон opencart opencart 2 revolution 9,889 replies 773,489 views pikitos 4 hours ago рекомендуем Техникс - универсальный шаблон Opencart [Подгдержка] 1 2 3 4 16 By m899, November 29, 2019 современный листый (and 3 more) Tagged with: современный листый адаптивный psd включены премиум шаблон 377 replies 51,475 views misskuzi 5 hours ago Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Шаблоны, дизайн и оформление магазина Бесплатные шаблоны Basecart шаблон для OpenСart [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
wachter Posted December 12, 2015 Share Posted December 12, 2015 (edited) Попропотому чтовал посивить шаблон на ocStore 2.1.0.1 вылезли ошибки если не переключать гдефолтный шаблон на ваш. Undefined variable: og_image in Z:\home\10.loc\www\catalog\view\theme\default\template\common\header.tpl on line 23 у меня икая же ошибка сила вылезать на гдефолтном шаблоне. плюс, при переключении на шаблон Basecart исчез крестик закрытия увеличенной картинки. Edited December 12, 2015 by wachter Link to comment Share on other sites More sharing options...
wachter Posted December 13, 2015 Share Posted December 13, 2015 Да же в мобильной версии пропал каилог товаров. И ггде снова вклюлить строку поиска, корзину и авторизацию? При усиновке шаблона это все исчезло. Link to comment Share on other sites More sharing options...
wachter Posted December 18, 2015 Share Posted December 18, 2015 автор не появляется в теме?! Link to comment Share on other sites More sharing options...
shyn Posted December 19, 2015 Author Share Posted December 19, 2015 Добрый гдень. Шаблон совместим с оригинальным OpenCart и не тестировался на совместимость со спотому чторками. Похоже что, ocStore использует модифицированный файл: /catalog/controller/common/header.tpl Для того, чтобы исправить появляющиеся ошибки в ocStore 2.1.0.1, попробуйте заменить: /catalog/controller/common/header.tpl прикрепленным файлом. header.php Link to comment Share on other sites More sharing options... Batis Posted December 22, 2015 Share Posted December 22, 2015 (edited) Как решить? Подскажите. Version 2.1.0.1 (rs.2) 2015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 262015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 282015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 302015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 322015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 342015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 362015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 382015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 402015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 422015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 442015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 462015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 482015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 502015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 522015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 542015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 562015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 582015-12-21 22:50:53 - PHP Notice: Undefined variable: nav in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 85 if ($theme == "basecart_module_themedefault") {include "catalog/view/theme/basecart/css/bootswatch/default.tpl";} elseif ($theme == "basecart_module_themecerulean") {include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";} elseif ($theme == "basecart_module_themecosmo") {include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";} elseif ($theme == "basecart_module_themecyborg") {include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";} elseif ($theme == "basecart_module_themedarkly") {include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";} elseif ($theme == "basecart_module_themeflatly") {include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";} elseif ($theme == "basecart_module_themejournal") {include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";} elseif ($theme == "basecart_module_themelumen") {include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";} elseif ($theme == "basecart_module_themepaper") {include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";} elseif ($theme == "basecart_module_themereadable") {include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";} elseif ($theme == "basecart_module_themesandstone") {include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";} elseif ($theme == "basecart_module_themesimplex") {include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";} elseif ($theme == "basecart_module_themeslate") {include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";} elseif ($theme == "basecart_module_themespacelab") {include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";} elseif ($theme == "basecart_module_themesuperhero") {include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";} elseif ($theme == "basecart_module_themeunited") {include "catalog/view/theme/basecart/css/bootswatch/united.tpl";} elseif ($theme == "basecart_module_themeyeti") {include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";}?> Edited December 22, 2015 by Batis Link to comment Share on other sites More sharing options... shyn Posted December 22, 2015 Author Share Posted December 22, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Link to comment Share on other sites More sharing options... Batis Posted December 23, 2015 Share Posted December 23, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Спасипотому что вопрос решен. Link to comment Share on other sites More sharing options... wachter Posted December 26, 2015 Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. Link to comment Share on other sites More sharing options... shyn Posted December 26, 2015 Author Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. В базовой усиновке всё в порядке. Link to comment Share on other sites More sharing options... wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options... shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6 Go to topic listing Similar Content распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x By xds, April 18, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 0 comments 203,415 views xds April 18, 2015 распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x [Подгдержка] 1 2 3 4 182 By xds, April 19, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 4,544 replies 453,503 views xds February 20 Здравствуйте, при усиновке openсart сразу же вылез код поверх, что не ик? By 4yvak95, March 11 2 replies 137 views 4yvak95 March 12 хит продаж Revolution - адаптивный универсальный шаблон [Подгдержка] 1 2 3 4 396 By pikitos, June 6, 2016 рекомендуем адаптивный (and 5 more) Tagged with: рекомендуем адаптивный универсальный шаблон opencart opencart 2 revolution 9,889 replies 773,489 views pikitos 4 hours ago рекомендуем Техникс - универсальный шаблон Opencart [Подгдержка] 1 2 3 4 16 By m899, November 29, 2019 современный листый (and 3 more) Tagged with: современный листый адаптивный psd включены премиум шаблон 377 replies 51,475 views misskuzi 5 hours ago Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Шаблоны, дизайн и оформление магазина Бесплатные шаблоны Basecart шаблон для OpenСart [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue
Batis Posted December 22, 2015 Share Posted December 22, 2015 (edited) Как решить? Подскажите. Version 2.1.0.1 (rs.2) 2015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 262015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 282015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 302015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 322015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 342015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 362015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 382015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 402015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 422015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 442015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 462015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 482015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 502015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 522015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 542015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 562015-12-21 22:50:53 - PHP Notice: Undefined variable: theme in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 582015-12-21 22:50:53 - PHP Notice: Undefined variable: nav in /home/k/komp911rf/public_html/shop/public_html/catalog/view/theme/basecart/template/common/header.tpl on line 85 if ($theme == "basecart_module_themedefault") {include "catalog/view/theme/basecart/css/bootswatch/default.tpl";} elseif ($theme == "basecart_module_themecerulean") {include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";} elseif ($theme == "basecart_module_themecosmo") {include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";} elseif ($theme == "basecart_module_themecyborg") {include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";} elseif ($theme == "basecart_module_themedarkly") {include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";} elseif ($theme == "basecart_module_themeflatly") {include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";} elseif ($theme == "basecart_module_themejournal") {include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";} elseif ($theme == "basecart_module_themelumen") {include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";} elseif ($theme == "basecart_module_themepaper") {include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";} elseif ($theme == "basecart_module_themereadable") {include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";} elseif ($theme == "basecart_module_themesandstone") {include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";} elseif ($theme == "basecart_module_themesimplex") {include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";} elseif ($theme == "basecart_module_themeslate") {include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";} elseif ($theme == "basecart_module_themespacelab") {include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";} elseif ($theme == "basecart_module_themesuperhero") {include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";} elseif ($theme == "basecart_module_themeunited") {include "catalog/view/theme/basecart/css/bootswatch/united.tpl";} elseif ($theme == "basecart_module_themeyeti") {include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";}?> Edited December 22, 2015 by Batis Link to comment Share on other sites More sharing options...
shyn Posted December 22, 2015 Author Share Posted December 22, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Link to comment Share on other sites More sharing options... Batis Posted December 23, 2015 Share Posted December 23, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Спасипотому что вопрос решен. Link to comment Share on other sites More sharing options... wachter Posted December 26, 2015 Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. Link to comment Share on other sites More sharing options... shyn Posted December 26, 2015 Author Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. В базовой усиновке всё в порядке. Link to comment Share on other sites More sharing options... wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options... shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6 Go to topic listing Similar Content распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x By xds, April 18, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 0 comments 203,415 views xds April 18, 2015 распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x [Подгдержка] 1 2 3 4 182 By xds, April 19, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 4,544 replies 453,503 views xds February 20 Здравствуйте, при усиновке openсart сразу же вылез код поверх, что не ик? By 4yvak95, March 11 2 replies 137 views 4yvak95 March 12 хит продаж Revolution - адаптивный универсальный шаблон [Подгдержка] 1 2 3 4 396 By pikitos, June 6, 2016 рекомендуем адаптивный (and 5 more) Tagged with: рекомендуем адаптивный универсальный шаблон opencart opencart 2 revolution 9,889 replies 773,489 views pikitos 4 hours ago рекомендуем Техникс - универсальный шаблон Opencart [Подгдержка] 1 2 3 4 16 By m899, November 29, 2019 современный листый (and 3 more) Tagged with: современный листый адаптивный psd включены премиум шаблон 377 replies 51,475 views misskuzi 5 hours ago Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Шаблоны, дизайн и оформление магазина Бесплатные шаблоны Basecart шаблон для OpenСart [Подгдержка]
Batis Posted December 23, 2015 Share Posted December 23, 2015 Заменить файл /catalog/controller/common/header.php соответствующим файлом, который игдет в комплекте с темой /FILES_TO_UPLOAD/catalog/controller/common/header.php Спасипотому что вопрос решен. Link to comment Share on other sites More sharing options...
wachter Posted December 26, 2015 Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. Link to comment Share on other sites More sharing options...
shyn Posted December 26, 2015 Author Share Posted December 26, 2015 Корзина и личный кабинет в правом верхнем углу по прежнему отсутствуют. В базовой усиновке всё в порядке. Link to comment Share on other sites More sharing options... wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options... shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6 Go to topic listing Similar Content распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x By xds, April 18, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 0 comments 203,415 views xds April 18, 2015 распродажа Coloring Theme - адаптивный шаблон для OpenСart 2.x [Подгдержка] 1 2 3 4 182 By xds, April 19, 2015 xds coloring (and 1 more) Tagged with: xds coloring opencart 2.x 4,544 replies 453,503 views xds February 20 Здравствуйте, при усиновке openсart сразу же вылез код поверх, что не ик? By 4yvak95, March 11 2 replies 137 views 4yvak95 March 12 хит продаж Revolution - адаптивный универсальный шаблон [Подгдержка] 1 2 3 4 396 By pikitos, June 6, 2016 рекомендуем адаптивный (and 5 more) Tagged with: рекомендуем адаптивный универсальный шаблон opencart opencart 2 revolution 9,889 replies 773,489 views pikitos 4 hours ago рекомендуем Техникс - универсальный шаблон Opencart [Подгдержка] 1 2 3 4 16 By m899, November 29, 2019 современный листый (and 3 more) Tagged with: современный листый адаптивный psd включены премиум шаблон 377 replies 51,475 views misskuzi 5 hours ago Recently Browsing 0 members No registered users viewing this page.
wachter Posted December 27, 2015 Share Posted December 27, 2015 В базовой усиновке всё в порядке. ну ик я сгделал базовую усиновку. может как то можно переусиновить? Link to comment Share on other sites More sharing options...
shyn Posted December 28, 2015 Author Share Posted December 28, 2015 А осильные иконки отображаются (добавить в желаемые, сравнения и т.д.)? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 7 8 Next Page 3 of 10 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 More sharing options... Followers 6
Recommended Posts