From 42770025ce116806ec70a5f14e7bf8dd94682806 Mon Sep 17 00:00:00 2001 From: touffies Date: Wed, 6 Nov 2013 20:15:38 +0100 Subject: [PATCH] Add default image thumbnail --- templates/default/includes/single-product.html | 3 +++ 1 file changed, 3 insertions(+) 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"} {$productTitle} {/loop} + {elseloop rel="product_thumbnail"} + {images file='../assets/img/218x146.png'}{$productTitle}{/images} + {/elseloop}