Posted on 22/05/2015 09:24:48
Thanks, i'll take a look af the Properties object.
In this case we have about 100 products in the eCom, and these products need to each have their own unique design/layout when viewed in the frontend.
One products page should also show related products from a smartsearch, have a form below it, and maybe show 3 related news items. Another products has none of the above, a third product somthing different.
To solve this, we've create a product template page that consists of all the posible elements a product page can consist of, (about 25 paragraphs), and i need to clone that page for each product, update all paragaphssettings to link to the product and update the products related groups.
The final result should be product pages where our client can manage the layout via the Content pane instead of tons of custom checboxes in eCommerce or changing between 30 different product templates.
// Martin