diff --git a/templates/default/includes/single-product.html b/templates/default/includes/single-product.html
index 4b5045c8c..9bb9efc89 100644
--- a/templates/default/includes/single-product.html
+++ b/templates/default/includes/single-product.html
@@ -19,6 +19,9 @@
{loop name="product_thumbnail" type="image" product=$ID width="{$width}" height="{$height}" resize_mode="borders" limit="1"}
{/loop}
+ {elseloop rel="product_thumbnail"}
+ {images file='../assets/img/218x146.png'}
{/images}
+ {/elseloop}