Jump to content

SSL image problem change link to HTTPS


Recommended Posts

Hi all

Almost finished my new PS 1.4 site and just have one final problem, on the shopping cart summary, the images of the product are being called via http but i need https otherwise IE throws up errors.

Is there any way I can rewrite the following line so I can manipulate the url to include https?

getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.name|escape:'htmlall':'UTF-8'}" {if isset($smallSize)}width="{$smallSize.width}" height="{$smallSize.height}" {/if} />

I've tried something like the following but it does nothing

',.$product.link_rewrite., $product.id_image., 'small'

Link to comment
Share on other sites

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
×
×
  • Create New...