diff --git a/templates/purchase_contact_confirmation_v2.html b/templates/purchase_contact_confirmation_v2.html index f2eaa5f..de42794 100644 --- a/templates/purchase_contact_confirmation_v2.html +++ b/templates/purchase_contact_confirmation_v2.html @@ -434,7 +434,7 @@ if product.image %} - src="{{product.image}}" + src="{{product.image.url}}" {% else %} @@ -506,6 +506,7 @@ >{{product.name}}
+ {% if product.sku %} {{product.sku}} + {% endif %}