View Single Post
  #150  
Old 11-06-2009, 07:40 PM
 
TheWrongGrape TheWrongGrape is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: Los Angeles, CA
Posts: 68
 

Default Re: Recently Viewed Mod

Quote:
Originally Posted by lash
So instead of:
prodImage='<img src="{$product.image_url}"/>';
I write:
prodImage='<img src="{$product.image_url|replace:'http://':'https://'}">

I tried the above and some other combinations but it didn't work for me. Please tell me I am wrong..


Don't forget to put the semicolon ( back in at the end of the new code.
Reply With Quote