Jimbola Posted June 1, 2011 Share Posted June 1, 2011 Hi allAlmost 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now