In this feature, you can:
- Add a carousel to a template
To select a carousel type, do the following:
- Login to your WebStore Manager.
- Go to Design & Content > Carousel Builder.
Adding a carousel to a template
- To add a carousel to a template, simply copy the code given into a template of your choice.
- Nothing else is required. The js that triggers the carousel is managed by the WebSell platform.
- This call will also pass the carousel any options that are associated with that carousel.
NitroScipt format
- The format is
{includeCarousel("CAROUSEL_NAME")
- Where CAROUSEL_NAME is the name of the carousel you entered when you created a carousel in the WSM carousel builder. It is not the title of the carousel you entered in the carousel options tab.
Note: The name needs a set of double quotes at the start and end. Single quotes won’t do.
nsIf:CAROUSEL_NAME
- Certain built-in carousels have WSM options which determines if they are to display or not. These therefore have nsIf:CAROUSEL_NAME tags for use on the templates.
- nsIf:NewProductPanelEnabled - New Product Panel
nsIf:PromotioPanelEnabled - Promotion Panel
Warning: If you are not comfortable with editing HTML and do not have experience with web scripting languages, it is advisable to seek WebSell's assistance with changes to these templates.
Contact us
If you have any problems with this feature, contact our support team by opening a ticket.