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

gavriem

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Everything posted by gavriem

  1. Как поменять код чтоб на телефонах было другое значение. catalog/controller/product/compare.php if ($product_info) { if (!in_array($this->request->post['product_id'], $this->session->data['compare'])) { if (count($this->session->data['compare']) >= 4) { array_shift($this->session->data['compare']); } PS количество на пк оставалось 4 а на телефонах 2. Без добавление библиотеки Mobile_Detect.php
  2. не проще в .htaccess перенести админку RewriteCond %{HTTP_REFERER} !http://site/admin/ RewriteCond %{QUERY_STRING} !^123456789 RewriteRule ^.*admin/? /not_found [R,L] выйдет http://site/admin/?123456789
  3. Как сделать бесконечную ленту в каталоге из подкаталогов?
×
×
  • 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.