...
For example, you have SiteAB, SiteBC, SiteDE:
Article Context | Article_promotional_price | Name |
“SiteAB, SiteBC, SiteDE“ | “50,220,50“ | Article1 |
“SiteAB, SiteBC“ | “51,221“ | Article2 |
“SiteAB“ | “52“ | Article3 |
For this src:
https://pim-client.wizart.ai/fitting-room?api_token=your_API_token&en all products will be displayed.
Code Block |
---|
<iframe id="wizart-fitting-room-object" role="dialog" aria-label="Wizart Fitting Room." type="text/html" class="active" src="https://pim-client.wizart.techai/fitting-room?api_token=your_API_token&en" allowfullscreen > </iframe> |
...
Code Block |
---|
<iframe id="wizart-fitting-room-object" role="dialog" aria-label="Wizart Fitting Room." type="text/html" class="active" src="https://pim-client.wizart.techai/fitting-room?api_token=your_API_token&en&context=SiteAB" allowfullscreen > </iframe> |
...
Code Block |
---|
<iframe id="wizart-fitting-room-object" role="dialog" aria-label="Wizart Fitting Room." type="text/html" class="active" src="https://pim-client.wizart.techai/fitting-room?api_token=your_API_token&en&context=SiteBC" allowfullscreen > </iframe> |
...
Code Block |
---|
<iframe id="wizart-fitting-room-object" role="dialog" aria-label="Wizart Fitting Room." type="text/html" class="active" src="https://pim-client.wizart.techai/fitting-room?api_token=your_API_token&en&context=SiteDE" allowfullscreen > </iframe> |
...
Expand | |||||
---|---|---|---|---|---|
| |||||
First, you need to find the parameter “data-parameters” in the code of your button and add the context. For example, you have this code on your site 1 and the same code on site 2:
In “data-parameters” for site 1, you should add: “link_to_your_website_1/” (the same that you added in the CSV file) |
Expand | |||||
---|---|---|---|---|---|
| |||||
First, you need to find the parameter “data-parameters” in the code of your button and add context.
In “data-parameters” for site 1, you should add: “link_to_your_website_1/” (the same that you added in the CSV file) |
...