Skip to Content
1
Former Member
Aug 01, 2016 at 03:37 PM

How to add carousel component through impex in b2b accelerator?

869 Views

I am working in b2b accelerator, I tried adding carousel component using the following code in cms-content.impex file.

newly added part

INSERT_UPDATE ProductCarouselComponent;$contentCV[unique=true];uid[unique=true];name;products(code,$productCV);scroll(code);popup;∁onentRef ;;NewBanner;We added new carousel banner;1670436,4567133,4567134,6100521,4567184,3942838,3881419;allVisible;false;NewBanner

INSERT_UPDATE ContentSlot;$contentCV[unique=true];uid[unique=true];name;active;cmsComponents(∁onentRef) ;;Section3Slot-Homepage;Section3 Slot for Homepage;true;NewBanner

But the following errors occured while validating and importing an impex file through hmc:

UPDATE ContentPage;catalogVersion(CatalogVersion.catalog(Catalog.id[default=powertoolsContentCatalog]),CatalogVersion.version[default=Staged])[default=powertoolsContentCatalog:Staged][unique=true];uid[unique=true];previewImage(code, catalogVersion(CatalogVersion.catalog(Catalog.id[default=powertoolsContentCatalog]),CatalogVersion.version[default=Staged])[default=powertoolsContentCatalog:Staged]) ,,,no existing item found for update;;profile;profilePagePreview

ERROR: line 3 at main script: Can not resolve any more lines ... Aborting further passes (at pass 3). Finally could not import 1 lines! ERROR: line 3 at main script: Can not resolve any more lines ... Aborting further passes (at pass 3). Finally could not import 1 lines!

Please kindly assist.