Have i missed a setting somewhere? any help would be great, thanks.

Please click here to donate us if my solutions help.
ECGOD Development Center
http://www.ecgod.com
sale@ecgod.com
Robert
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Thankyou. I'm not sure if any are I'll have to try and check that out. Are there any particular ways of telling?enigma1 wrote:You may want to check the customizations of your store. I tried with the latest clean oc version and an SSL I do not see it.
If for example you do a non-ssl ajax call from within a secure page you may see what you described.
Code: Select all
if (isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1'))) {
Code: Select all
if (
( isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1')) )
|| ( isset($this->request->server['HTTP_X_FORWARDED_PROTO']) && $this->request->server['HTTP_X_FORWARDED_PROTO'] == 'https' )
) {
Selling Kristik - Jasa Foto Aura - Kapas Vapor - supplier baju anak -
cue4cheap not cheap quality
How ? can you show me which post or any tutorial?Cue4cheap wrote:Interesting.... I just ran across your posting.... I have the same issue: http://forum.opencart.com/viewtopic.php?f=20&t=112316
It seems like it is when the server is a bit slow and the javascript doesn't complete before you click on something. It doesn't happen for me 100% of the time but more like 45% of the time.
I would love to know of a complete solution but so far I have not found it (even though I have compressed the javascript on my site and it seemed to be a bit better.
Mike
Selling Kristik - Jasa Foto Aura - Kapas Vapor - supplier baju anak -
Are you asking how to compress the javascript?byens wrote:
How ? can you show me which post or any tutorial?
cue4cheap not cheap quality
Users browsing this forum: No registered users and 62 guests