From 628a04a0310b846caf749d752edf248fdff32532 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 6 May 2025 08:51:52 +0700 Subject: push --- src/utils/solrMapping.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index ecd62be2..33f0cbaf 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -43,6 +43,7 @@ export const productMappingSolr = (products, pricelist) => { let productMapped = { id: product.product_id_i || '', image: product.image_s || '', + imageCarousel: product.image_carousel_ss || '', imageMobile: product.image_mobile_s || '', code: product.default_code_s || '', description: product.description_t || '', -- cgit v1.2.3