Shape 5

Joomla Club Extensions => Drop Down Cart - Club => : origandal November 19, 2010, 09:00:21 AM



: Cart PNG non secure item
: origandal November 19, 2010, 09:00:21 AM
I have a site with VM and SSL.

At the moment whenn a customer goes to make an account or other things that go from non secure ( content ) to VM part the message comes in IE that there are non secure items..... Whenn looking at what it causes this I notice that the background.png which shows the cart causes this.

Is there a way to get the link to this cart pic also in SSL ? ( hardcoded change the place of pic ? or some other way ? )


: Re: Cart PNG non secure item
: jleckenby November 22, 2010, 07:35:44 AM
You should be able to find it in the default template for the module (look under modules, find the cart module, then look under tmpl). Could you provide me with a link to see the problem myself?


: Re: Cart PNG non secure item
: ahgoobaby January 17, 2011, 03:15:06 PM
I had the same problem happen to me.  My fix came from going to:  modules/mod_virtuemart_s5_dropdown_cart/minicart.tpl.php

And search for:

<img src="components/com_virtuemart/shop_image/

And replace it with:

<img src="https://[YOUR URL HERE]/components/com_virtuemart/shop_image/

This will also fix the refresh issue that you may be getting when you first add the product to the cart.