From f16e8377ea9fb1e534d8ae225eeb93f470753c85 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 7 Dec 2020 17:02:45 +0100 Subject: case --- StoneIsland/www/js/lib/products/ProductView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 11175ca6..33426869 100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -238,8 +238,8 @@ var ProductView = ScrollableView.extend({ this.$extraMessage.hide() if (data['C10Attributes'] && data['C10Attributes'].length) { data['C10Attributes'].forEach(function(attr){ - if (attr['key'] === 'Limited_Edition') { - this.$extraMessage.html(stripHTML( attr['value'] )) + if (attr['Key'] === 'Limited_Edition') { + this.$extraMessage.html(stripHTML( attr['Value'] )) this.$extraMessage.show() } }.bind(this)) -- cgit v1.2.3-70-g09d2