vmodha
Results 1 - 2 of 2
byvmodha, January 21, 2011
This is an amazing component, I've just had a chance to checkout the latest version and it seems RS have been busy making an amazing component even better. I highly recommend this component!
They have excellent customer services too, got back to me within no time with a solution to my advanced question.
They have excellent customer services too, got back to me within no time with a solution to my advanced question.
byvmodha, February 19, 2010
This is an excellent module, the only thing that could have been better was the lack of SEF url's, well here's the fix thank to http://www.modasoft.co.uk.
Change the following file (before or after the install)
/public_html/modules/mod_virtuemart_product_categories|mod_virtuemart_product_categories.php
REPLACE THE FOLLOWING LINE (line 70) WHICH CURRENTLY READS:
"$link = JFilterOutput::ampReplace(JURI::base()."index.php?option=com_virtuemart&page=shop.browse&category_id=".$menu_element['id'].$Itemidmod);"
TO THE FOLLOWING
$link = JRoute::_("index.php?option=com_virtuemart&page=shop.browse&category_id=".$menu_element['id'].$Itemidmod);
And that makes the module work with SEF components like Artio JoomSEF.
Great job with the module guys.
Change the following file (before or after the install)
/public_html/modules/mod_virtuemart_product_categories|mod_virtuemart_product_categories.php
REPLACE THE FOLLOWING LINE (line 70) WHICH CURRENTLY READS:
"$link = JFilterOutput::ampReplace(JURI::base()."index.php?option=com_virtuemart&page=shop.browse&category_id=".$menu_element['id'].$Itemidmod);"
TO THE FOLLOWING
$link = JRoute::_("index.php?option=com_virtuemart&page=shop.browse&category_id=".$menu_element['id'].$Itemidmod);
And that makes the module work with SEF components like Artio JoomSEF.
Great job with the module guys.


