almost finished new design on product page / reproduced bug with amount not updating
This commit is contained in:
@@ -76,12 +76,13 @@ var ItemWithDetailsStore = _.extend({}, EventEmitter.prototype, {
|
||||
getState: function() {
|
||||
|
||||
|
||||
|
||||
var firstImage = _images[0] || "https://res.cloudinary.com/lfvt7ps2n/image/upload/c_fit,h_172,w_226/v1421732950/http_www.asms.ru_bitrix_templates_main_images_nophoto_irnofq.png";
|
||||
return {
|
||||
item: _itemWithDetails,
|
||||
images: _images,
|
||||
currentImage: _currentImage,
|
||||
count: _count
|
||||
count: _count,
|
||||
firstImage: firstImage
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user