Im developing an X-Cart 5 site and need to add custom html on the homepage (a.k.a. storefront).
Using the X-Cart development documentation, I created a custom module and added the modifications to the Crisp White template using the @ListChild directive.
But, since I used the ListChild with list=center.bottom , my custom module shows on every page. We only want the code to appear only on the home page.
I have several questions:
Which @ListChild values can I use to display the module only on homepage?
Is there a website where I can see a list of all the available @ListChild values? I searched in X-Cart documentation and can't find a list of available ListChild positions.
If it's not possible using ListChild, I know we can query the current page inside the template. How to test if the current page is the homepage?
Thanks again for all the help.