Dear teitbite,
Thanks. Just a question:
If found the following, so in this way theoretically we can include the module, but I don't know where to put in the GK template. Could you help me in this case?
1st: Add a module poition in the templete (OK, done)
https://www.gavick.com/documentation/jo ... e-position2nd: Create aan "Other products you might be interested in" module for virtuemart where the module shows more products from the same category of the product the user is viewing.
Create a new module > Virtuemart Products module with the following details
http://www.metamodpro.com/forums/topic?id=1274OK, done.
3rd: (there it comes the question)
http://forum.virtuemart.net/index.php?topic=103514.0If add add this into the code, the whole site collapse:
<?php if (JRequest::getVar('view')=='productdetails') { ?>
<jdoc:include type="modules" name="productbycat<?php echo
JRequest::getInt('virtuemart_category_id',0); ?>" />
<?php } ?>
So where and how can i add a custom module under Product Details page?
Thank you very much,
Gergely