I'm trying to customize the ProductListItemComponent
and the ProductGridItemComponent
in order to add some more functionality like a Stock counter.
After some quick research I came to the conclusion that they can't be remapped using the cmsComponents
object, only the actual CMS Component, the CMSProductListComponent
, can be remapped.
If my assumption is correct, what would be the best approach on customizing these components?
Thank you for your time!