cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can configure hero products (multiple product) for multiple stores using impex and backoffice?

Former Member
0 Likes
379

How can configure hero products (multiple product) for multiple stores using impex and backoffice?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member633554
Active Participant
0 Likes
 $productCatalog=ProductCatalog; 
 $catalogVersion=catalogversion(catalog(id[default=$productCatalog]),version[default=Staged])[unique=true,default=$productCatalog:Staged]
 
 
 
 
 INSERT_UPDATE SolrHeroProductDefinition; code[unique = true]; $catalogVersion[unique = true]; category(category.code,$catalogVersion); indexedType(SolrIndexedType.identifier); products(Product.code,$catalogVersion)[collection-delimiter = ,] 
 ;CATCODE_ProductType;ProductCatalog:Staged;CATCODE;ProductType;PRODCODE,PRODCODE2
 
Former Member
0 Likes

Its not working with v1808 . any changes need to be done ?