diff options
Diffstat (limited to 'StoneIsland')
| -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 31a64273..11175ca6 100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -236,8 +236,8 @@ var ProductView = ScrollableView.extend({ } this.$extraMessage.hide() - if (item['C10Attributes'] && item['C10Attributes'].length) { - item['C10Attributes'].forEach(function(attr){ + if (data['C10Attributes'] && data['C10Attributes'].length) { + data['C10Attributes'].forEach(function(attr){ if (attr['key'] === 'Limited_Edition') { this.$extraMessage.html(stripHTML( attr['value'] )) this.$extraMessage.show() |
