Hello, have implemented QC4.0 with some plugins, like Randomproduct, LastProduct, SimpleCounter, etc. In my admin page I have also created a new tab for these plugins with a yes/no option for each plugin. The idea I have is to define with the yes/no option in my admin page which plugin will be shown on the homepage.
This means in templates\container.tpl (where $sRandomProduct, etc. are added) I have to find a way to check the yes/no option for each plugin in. In case of yes RandomProduct is visible, in case of no RadmonProduct is not visible.
As far as I know, an "if .. then" question in a *.tpl is not possible.
<noscript>JavaScript ist deaktiviert - leider sehen Sie hier kein aktuelles Wetter. <a href="http://www.donnerwetter.de" target="_blank">www.Donnerwetter.de</a></noscript> </span>
Any idea how to implement here also a yes/no visibility ?