When we are using marketing tab from front end for make the home page dynamic. How to use this dynamic content(placeholder) for other pages in Virto Commerce?
Asked
Active
Viewed 77 times
0
-
2Use the same placeholder with another place ID that doesn't suit you? ```
– tatarincev Jul 09 '18 at 06:39 -
ok thanks...this exactly what I was looking for – Reena Jul 10 '18 at 08:39
1 Answers
0
In order to add an advertising spot via Marketing Module, the user should first prepare the dynamic content infrastructure and go through the following steps:
- Create a content item.
- Create a content placeholder.
- Create a content publishing. Once the Dynamic content infrastructure is prepared, the user should add the dynamic content to a web site:
<vc-content-place id="Right banner 240x400" class="col-sm-4 col-md-4 rightblock"></vc-content-place>
The user should open the web page HTML file; Insert the code into the HTML file. The ID is the placeholder name :
In order to add a real advertising content, the user should do the following:
Open Marketing Module:
- Select ‘Dynamic content’ tab;
- Select ‘Content items’;
- Select a specific content item from the list, to which the advertising content will be applied;
Insert the code into HTML text box and save the changes; The new content will appear immediately on the web page.
Learn more on Open-source ASP.NET Software for B2B eCommerce and Virto Commerce and How to add Advertising Spot

OOZ
- 113
- 5