-- url of the page with the problem -- :
www.juicybike.info/index.php?option=com_...tric-bike&Itemid=234
-- HikaShop version -- : 2.2.1
-- Joomla version -- : 3.1.5
-- PHP version -- : 5.4.14
Hi
Firstly, though I think Hikashop is brilliant and I've noticed the support you have offered us before has been excellent I would like to use a different product-comments (reviews, testimonials) system on our site.
The system Freestyle Support offers for its "Testimonials" allows a category of product to be used. We have several versions of our Sport bike, for instance, with reviews (comments, testimonials etc) built up over several generations of that product, over several years from our old site. So I think by creating a module in Freestyle I can list only the reviews for, say, our Classic range of bikes and present those with each of the Classic style bike in our range.
My problem is that I can not seem to place the module in the code.
I've attached the file to this message (show_tabular.php) and you can see the results on the site. The code is at line 290 or so.
My background is in asp and the change to php is daunting! I'm too old now to get excited by a new language (i know php isn't new, just new to me!). Any help would be very gratefully received!!
Here's the snippet of code that I'm working on...
<div class="hikashop_tabs_content" id="hikashop_show_tabular_comment">
<?php
jimport('joomla.application.module.helper');
$modules = JModuleHelper::getModules( 'mod_Testimonials_Classic_Range' );
echo '<pre>';
foreach($modules as $module)
{
echo JModuleHelper::renderModule($module);
}
echo 'working here...**************************************************************';
echo '</pre>';
?>
<div id="hikashop_product_vote_listing" class="hikashop_product_vote_listing">
<?php
echo $layout_vote_listing;
?>
</div>
Hope it's something simple and not too embarrassing for me - really, any help appreciated!!
Kind regards
Bob Wales