cancel
Showing results for 
Search instead for 
Did you mean: 

Can any help in step by step implementation of Product Carousel Component ?

former_member644298
Discoverer
0 Kudos

Requirement:Product Carousel Component How to add in impex and how to render

former_member664713
Active Participant
0 Kudos

Hi Namitha,

You need to create component , content slot to add the component and assign the content slot for required page. Create product carousel component using

INSERT_UPDATE ProductCarouselComponent;$contentCV[unique=true];uid[unique=true];products(code,$catalogversion)

and other impex you can find in cms-content.impex

and the code to get the component in JSP /tag

ex:

     <cms:component component="${comp}" element="div" class="productDetailsPageSectionUpSelling-component"/>
 </cms:pageSlot>

Thanks,

Venki

Accepted Solutions (0)

Answers (0)