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

chukcha

Users
  • Posts

    20,495
  • Joined

  • Last visited

Everything posted by chukcha

  1. Уже.. ничего не даст Адреса уже где-то есть и ПС все равно будет их обстукивать А потоv напишет - проиндексировано, несмотря на robots
  2. if (isset($this->request->get['route']) && $this->request->get['route'] == $this->config->get('action_default')) { $_get = $this->request->get; unset($_get['route']); if ($_get) { // тут можно редиректнуть или ноуиндекс $this->document->setRobots('noindex,nofollow') } }
  3. Удаляет Если не удаляет - Значит есть товары
  4. а завтра разработчик шаблона все изменил (например, название классов, или добавил атрибуты к тегам И.. гит полетел к хреням!!!
  5. зі слов авторів шаблону - все працює, пишіть у підтримку
  6. Приблизительно так <?xml version="1.0" encoding="utf-8"?> <modification> <code>articul to product</code> <name>articul to product</name> <version>1.0.0</version> <author>SlaSoft</author> <link>SlaSoft</link> <file path="catalog/view/theme/oct_deals/template/product/product.twig"> <operation error="skip"> <search><![CDATA[{% if oct_deals_data.product_model is defined and oct_deals_data.product_model == 'on' %}]]></search> <add position="before"><![CDATA[ {% if sku is defined and sku %} <span>{{ text_sku }} <span class="light-text">{{ sku }}</span></span> {% endif %} ]]></add> </operation> </file> <file path="catalog/language/uk-ua/product/product.php"> <operation error="skip"> <search><![CDATA[_['text_search']]]></search> <add position="before"><![CDATA[ $_['text_sku'] = 'Артікул'; ]]></add> </operation> </file> <file path="catalog/language/ru-ru/product/product.php"> <operation error="skip"> <search><![CDATA[_['text_search']]]></search> <add position="before"><![CDATA[ $_['text_sku'] = 'Артикул'; ]]></add> </operation> </file> </modification>
  7. Прикольно... Ви полюбляєте покупати посилання, але чужі посилання робите nofollow Це така ж повна карта, яка існує немає поняття карта зображень вони так є, що не влаштовує Запитайте модуль мікроразметки Скільки мов? По якому шаблону? Пошукайте модуль
  8. Да? а не цей? public function logout() { unset($this->session->data['customer_id']);
  9. public function logout() { unset($this->session->data['customer']); system\library\cart\customer.php
  10. Оновити мод oct_fast_checkout Або ... зробити свій шаблон {% if error_message %} <div class="alert alert-warning"> {{ error_message }} <button type="button" class="close" data-dismiss="alert">×</button> </div> {% else %} <form id="mono_submit" name="mono_submit" action="{{ checkout_url }}" method="POST"> <div class="buttons"> <div class="pull-right"> <input type="button" value="{{ button_confirm }}" id="button-confirm" class="btn btn-primary" /> </div> </div> </form> <script type="text/javascript"><!-- $('#button-confirm').bind('click', function() { location = '{{ checkout_url }}'; return false; }); //--></script> {% endif %} приблизно так
  11. Я в курсе, но ведь не зря я написал про бекап ))) DELETE su FROM oc_seo_url su LEFT JOIN oc_product p ON CONCAT('product_id=',p.product_id) = su.query WHERE p.product_id is NULL AND su.query LIKE 'product_id=%'
×
×
  • 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.