diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 17:02:45 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 17:02:45 +0100 |
| commit | f16e8377ea9fb1e534d8ae225eeb93f470753c85 (patch) | |
| tree | 33d1b1138ebc96cbe661f70e3c9e41e0c8239eb3 | |
| parent | 256fadc7f0cf6a2bd58b57105df3b896311dd73f (diff) | |
case
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 4 |
1 files 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)) |
