on ‎2018 Jul 07 3:43 PM
Hi, We have to add additional content to multiple pages( for 10 pages we need to add one additional banner) without changing product page template. How it can be done in the easiest way ?
Request clarification before answering.
No need to Create new Template you can just add your component to ContentSlotForPage
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
well, it is not the best solution, but you can do what has suggested and add a restriction for those 10 out of 10,000 products.
If you have an attribute in product model by which you can identify whether to show a template or not, by putting an if check.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it is Related to sample Template you can assign the component to INSERT_UPDATE ContentSlotForTemplate of the respective Templete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.