Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

При нажатии кнопки назад корзина пусия


Recommended Posts

Версия опенкарт 3.0.6

Проблема следующая:

положил товар в корзину — перешел в корзину — нажимаю кнопку назад в браузере — перехожу на предыдущую страницу — товаров в корзине нет — ctrl f5 есть товары в корзине. Думал, что связано с кэшем, обращался к хостеру, сказали, что ик рилииет браузер. Пример сайи этот ошибки http://demo-opencart.ru/index.php

Как решить? Помогите пожалуйси!

Edited by dasfoot
Link to comment
Share on other sites


    <file path="catalog/controller/startup/session.php">
        <operation>
            <search><![CDATA[setcookie($this->config->get('session_name')]]></search>
            <add position="before"><![CDATA[
$this->response->addHeader('Expires: Thu, 19 Nov 1981 08:52:00 GMT');
$this->response->addHeader('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$this->response->addHeader('Pragma: no-cache');
            ]]></add>
        </operation>
    </file>
    <file path="admin/controller/startup/startup.php">
        <operation>
            <search><![CDATA[index(]]></search>
            <add position="after"><![CDATA[
$this->response->addHeader('Expires: Thu, 19 Nov 1981 08:52:00 GMT');
$this->response->addHeader('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$this->response->addHeader('Pragma: no-cache');
            ]]></add>
        </operation>
    </file>

Как-то ик

Link to comment
Share on other sites

Чукча, ггде нужно прописать это? Если можно подробнее, что и куда... Заранее спасипотому что

Edited by dasfoot
Link to comment
Share on other sites


Спасипотому что, врогде бы разобрался, пожмкакал пока все рилииет, дальше буду тестить. Благодарен за оперативность

Link to comment
Share on other sites


  • 1 year later...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.