cancel
Showing results for 
Search instead for 
Did you mean: 

Change Catalog aware items into Catalog unaware

Former Member
0 Kudos

Hello Experts,

Could you please guide me whether is't possible to change a catalog aware items into catalog unaware? If yes means, please tell us how we can achieve it.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

agrabovskis
Participant
0 Kudos

Only via subtyping. Check "CatalogUnawareMedia" in catalog-items.xml. You can't make the previously declared items as catalog-unaware since you can't override custom-properties.

Former Member
0 Kudos

Hi Arvids,

Could you please elaborate what you meant by subtyping. Whether its like if we extend a catalog aware item like Product with MyProduct (MyProduct extends Product), then MyProduct will not be catalog aware. Is that what you are mentioning? Please correct me if I'm wrong.

If that is the case, can't we change catalog aware items directly as catalog unaware (eg: Change Product as catalog unaware).

agrabovskis
Participant
0 Kudos

Yes, you've understood it correctly - Product can't be made catalog version unaware, yet subtype of it (e.g. MyProduct extends Product) can. Alternatively, you can try to make the catalogVersion attribute to be optional (not sure if it will work), or simply use one catalog version (i.e. no Staged version) for all products.