diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/solrMapping.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index d4b3f08c..01a8587c 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -75,6 +75,7 @@ export const productMappingSolr = (products, pricelist) => { name: product.manufacture_name_s || '', imagePromotion1: product.image_promotion_1_s || '', imagePromotion2: product.image_promotion_2_s || '', + logo : product.x_logo_manufacture_s || '', }; } @@ -134,6 +135,7 @@ export const variantsMappingSolr = (parent, products, pricelist) => { productMapped.manufacture = { id: product.manufacture_id_i || '', name: product.manufacture_name_s || '', + logo : parent[0]?.x_logo_manufacture_s }; } productMapped.parent = { |
