Please help. how i can do this on SS template?
<% control Parent.function %>
$blogimage = $Image.URL
<% if $image.url == not found % >
$blogimage = "src/Default_img.jpeg"
<%end_if %>
<% end_control %>
how to identify if the image is not found? is there a variable that can be use?
Thanks in advance