Quote:
Originally Posted by David-Allan
Hey guys,
I want to add the nivo slider to my homepage. I could probably just hard code it in but would like to add it as an option in the admin section like the other homepage promotion items. I have added the if statement in to promotions_common.tpl and the else if in to the welcome.tpl but can't for the life of me find where the admin code is kept.
I tried grepping for "image slider" & "Featured Image Box" in the root of my site recursively but couldn't find any references to them.
I'm confused. Could anyone give me a little nudge in the right direction please?
Thanks
D-A
|
The variant options for the homepage promotions on the Ability Template options tab in admin is in your xcart_config table in your X-Cart database.
In PhpMyAdmin, go to your xcart_config table of your X-Cart database. Do a search of the name column for abi_home_promotions. Add "nivo_slider: Nivo Slider" (without the parenthesis) to the variants column.
Then your if/else statements should start with:
{if $config.Ability_Template.abi_home_promotions eq "nivo_slider"}
Hope this helps.
Brian