Post by jamaakurtlar » Mon Apr 22, 2019 9:13 pm

Hi our amazing support cart

i have a problem with my store when i add product to opencart

When the customer adds the products to the Cart they are added but when open cart , no products appear, knowing that they appear to be added

maybe cache problem or missing file

also when i add edit a order status i didn't see any change only after refreshing page
same problem when i copy product to see copy i need to refresh dashboard page
please watch this video

https://www.youtube.com/watch?v=zIKBcSSPclE

any one Have same problem

thank you in advance for support

New member

Posts

Joined
Fri Apr 20, 2018 1:32 am

Post by IP_CAM » Mon Apr 22, 2019 11:55 pm

Well, after NOT posting any details about what you use on OC Version
and possibly Extensions and Themes, better don't expect anything of
real use either in return.
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by letxobnav » Tue Apr 23, 2019 12:08 am

search for browser cache issue framework.php

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan

Post by webdesires » Tue Apr 23, 2019 12:33 am

Like IP_CAM said however a bit more friendly.

You need to give us full details of all modifications you are using, what OC version you have etc.

Also a link to your site might help... Please?

Regards, WebDesires.
We are a team of developers in the UK - professional and friendly, message us or give us a call anytime and we will be happy to help.

Phone: +44 (0) 121 318 6336 - Web: webdesires.co.uk - Skype: WebDesires
OpenCart Support - OpenCart Web Development - Our OpenCart Plugins


User avatar
Active Member

Posts

Joined
Mon Sep 28, 2015 6:34 pm
Location - West Midlands, United Kingdom

Post by IP_CAM » Tue Apr 23, 2019 4:17 am

Like IP_CAM said however a bit more friendly.
Well, reacting nicely fixes no problem, and that's, what most Newbies
expect around here. Otherways, they would already be aware of, that
it requires some details, like in a Tire-Shop or Clothing Store, to get
the right thing. In addition to the Fact, that english is not the native
language for a majority of readers, so, clear statements are easier to
be understud, in plain English, as the Radio Station 'Voice of America'
used to point out ... :D
And I also 'learned' english on the Street only, not from the Books. ;)
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by jamaakurtlar » Wed Apr 24, 2019 2:53 am

IP_CAM wrote:
Mon Apr 22, 2019 11:55 pm
Well, after NOT posting any details about what you use on OC Version
and possibly Extensions and Themes, better don't expect anything of
real use either in return.
Ernie
OC 3.0.2.0

New member

Posts

Joined
Fri Apr 20, 2018 1:32 am

Post by jamaakurtlar » Wed Apr 24, 2019 2:55 am

webdesires wrote:
Tue Apr 23, 2019 12:33 am
Like IP_CAM said however a bit more friendly.

You need to give us full details of all modifications you are using, what OC version you have etc.

Also a link to your site might help... Please?
thank you for you reply
OC 3.0.2.0 version
https://www.oqily.com

New member

Posts

Joined
Fri Apr 20, 2018 1:32 am

Post by letxobnav » Wed Apr 24, 2019 6:21 am

as I said, browser cache issue.

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan

Post by webdesires » Wed Apr 24, 2019 9:46 am

letxobnav wrote:
Wed Apr 24, 2019 6:21 am
as I said, browser cache issue.
I agree, some sort of caching issue, whether its browsing or some sort of other cache plugin, well you didnt list what modifications and etc your using so cannot comment.

Regards, WebDesires.
We are a team of developers in the UK - professional and friendly, message us or give us a call anytime and we will be happy to help.

Phone: +44 (0) 121 318 6336 - Web: webdesires.co.uk - Skype: WebDesires
OpenCart Support - OpenCart Web Development - Our OpenCart Plugins


User avatar
Active Member

Posts

Joined
Mon Sep 28, 2015 6:34 pm
Location - West Midlands, United Kingdom

Post by letxobnav » Wed Apr 24, 2019 11:59 am

in system/framework.php change

Code: Select all

// Response
$response = new Response();
$response->addHeader('Content-Type: text/html; charset=utf-8');
$response->setCompression($config->get('config_compression'));
$registry->set('response', $response);
into

Code: Select all

// Response
$response = new Response();
$response->addHeader('Content-Type: text/html; charset=utf-8');
$response->addHeader('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$response->addHeader('Pragma: no-cache');
$response->setCompression($config->get('config_compression'));
$registry->set('response', $response);
next person with this problem better do a search like I stated before, even though searching on this forum reduces your Life expectancy by 20%.

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan
Who is online

Users browsing this forum: jagall, moreduff and 262 guests