VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: nicedoggie on April 21, 2012, 02:49:36 AM

Title: do you want to view only the web page content that was delivered securely?
Post by: nicedoggie on April 21, 2012, 02:49:36 AM
Thanks for looking:

https://fiberglassics.com/club-store.html

Title: Re: do you want to view only the web page content that was delivered securely?
Post by: John2400 on April 21, 2012, 03:24:26 AM
nicedoggie,

Find yourself on the internet in google - "I could and there was no issue"  it is actually good that it asks that question

I see nothing wrong here ????

If you are promoting your site there are forums for this.
Title: Re: do you want to view only the web page content that was delivered securely?
Post by: nicedoggie on April 21, 2012, 14:16:21 PM
John2400,

Sorry for the brief post.  No, I am not promoting the site.  Here's a history:

1.  I had Virtuemart 1.x installed for a few years with only one product. 
2.  I added a more popular item that members wanted.
3.  As they were ordering, they reported enough issues with compatibility that I decided to upgrade to 2.06.
4.  I tried the upgrade but had other issues with that.
5.  I decided to uninstall completely including wiping out the databases and start fresh.
6.  I installed the new version including the demo store.
7.  Many of the issues that existed with the upgrade were resolved.
8.  I used the demo store and began changing that to match my needs. (This really works well since the demo store has the product variations built in and as they are somewhat obscure to understand using the demo data is clearer)
9.  Even with the demo store there were issues, particularly the checkout.
10.  The main issue now, is how IE 8 give the title of this thread notice:  "Do you want to view only the web page content that was delivered securely?"


Title: Re: do you want to view only the web page content that was delivered securely?
Post by: John2400 on April 21, 2012, 14:36:13 PM
http://blog.httpwatch.com/2009/04/23/fixing-the-ie-8-warning-do-you-want-to-view-only-the-webpage-content-that-was-delivered-securely/

http://forum.joomla.org/viewtopic.php?t=487176

maybe solution - try the joomla forums as this will be an issue within their area -

Yes it appears just to be internet explorer 8?
Title: Re: do you want to view only the web page content that was delivered securely?
Post by: jenkinhill on April 22, 2012, 00:08:27 AM
I'd guess that IE (and Chrome) have problems with these http calls on the page. For jQuery you can use the local rather than Google copy - I'd guess you can do the same with mootools - so they are called via https

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>