I have a case, where I need to show a list of products in a Product Catalog paragraph that contains two types of products. The difference is that they require two different templates to be shown correctly.
I have two types of events, that need to be shown in the same Events list template (listing all events). In this list template they should look the same (display same type of data) but when you click to see the detailed information about the event, they should use different templates.
In eCom I can only define one detail template for a paragraph of the type Product Catalogue. Right now Im thinking that I need to add a custom field on the products (even, and then by javascript in the template - show and hide the things that are different in the two detail template cases.
But is there a simpler way to do this?