I am at the copy-paste stadium of PHP
coding, so I would like to be pointed in the right direction here.
On this page:
http://anansi.dk/index.php?option=com_configbox&view=category&prod_id=2&cat_id=27&Itemid=227&lang=da
I am trying to load a module called mod_hot_joomla_carousel_pro
at the bottom - beneath the other elements. The way I am trying to do this is by using the same strip of PHP used for including the price module, inside the template. It looks like this:
<?php
include_once(KPATH_ROOT.DS.'modules'.DS.'mod_hot_joomla_carousel_pro'.DS.'mod_hot_joomla_carousel_pro.php');
?>
It works - sort of - you can see the arrows. But how do I get it to load the specific module instance, with the pictures and all?
Best, Astrid