cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add specific content in multiple product pages?

Former Member
0 Likes
274

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 ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

No need to Create new Template you can just add your component to ContentSlotForPage

Answers (2)

Answers (2)

Former Member
0 Likes

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.

Former Member
0 Likes

If it is Related to sample Template you can assign the component to INSERT_UPDATE ContentSlotForTemplate of the respective Templete

Former Member
0 Likes

Hi , we are using one template for all product pages. But we want to add component only to just a few pages (10 out of 10 000 ). If I unrestand you corectly we should create new template and than to add that component ?