diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-06 08:51:52 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-06 08:51:52 +0700 |
| commit | 628a04a0310b846caf749d752edf248fdff32532 (patch) | |
| tree | 681dad8086c9b464aff12100180ef26f5ab6d9f8 /src/utils | |
| parent | 480e89a0d2ccd274b956b4c4fb7ff520765c6606 (diff) | |
push
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/solrMapping.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 || '', |
