From 1e96965d2fc2929693b7d5643942b81082e46ff5 Mon Sep 17 00:00:00 2001 From: nnandani <40174330+nnandani@users.noreply.github.com> Date: Thu, 6 Dec 2018 22:18:09 +0530 Subject: [PATCH] Updated Default Image path in theme config. --- CHANGELOG.md | 1 + config.json | 6 +++--- templates/pages/compare.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c884b855d5..15fc2557ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Ensure SKU and UPC display correctly for Variants on PDP. [#1431](https://github.com/bigcommerce/cornerstone/pull/1431) - Corrected IDs in date.html form fields. [#1433](https://github.com/bigcommerce/cornerstone/pull/1433) - Cleanup and XSS fix on Cart page. [#1434](https://github.com/bigcommerce/cornerstone/pull/1434) +- Fix for product without image on Compare page. [#1438](https://github.com/bigcommerce/cornerstone/pull/1438) ## 3.1.1 (2019-01-23) diff --git a/config.json b/config.json index 911c993bc7..d91d6cde5c 100644 --- a/config.json +++ b/config.json @@ -88,9 +88,9 @@ "thumb_size": "100x100", "zoom_size": "1280x1280", "blog_size": "190x250", - "default_image_brand": "/assets/img/BrandDefault.gif", - "default_image_product": "/assets/img/ProductDefault.gif", - "default_image_gift_certificate": "/assets/img/GiftCertificate.png", + "default_image_brand": "img/BrandDefault.gif", + "default_image_product": "img/ProductDefault.gif", + "default_image_gift_certificate": "img/GiftCertificate.png", "body-font": "Google_Karla_400", "headings-font": "Google_Montserrat_400", "fontSize-root": 14, diff --git a/templates/pages/compare.html b/templates/pages/compare.html index 25c69f7b90..1f32b651ab 100644 --- a/templates/pages/compare.html +++ b/templates/pages/compare.html @@ -14,7 +14,7 @@

{{lang 'compare.header' products=comparisons.length}}
- {{image.alt}} + {{image.alt}}