News:

Looking for documentation? Take a look on our wiki

Main Menu

probleme to put Jooma 1.5 module in virtuemart 2.0

Started by dmbart, February 27, 2012, 12:11:20 PM

Previous topic - Next topic

dmbart

Hello,
Before I start my post, I want to thank you for this wonderfull tool that is virtuemart; you really did a great job.

Now my problem:

I want to incorporate a joomla module in virtuemart 2.0 pages, more exactly in :
category.php and productdetails.php

i tried to incorporate the folowing line to show my module in those pages :
<jdoc:include type="modules" name="info_commande" style="xhtml" />
witch show up in my html but it looks like virtuemart doesn't understand this line because nothing is showing up.

On the page where my different product categories shows up this module is in place but not on the others.
Maybe I missed something.

Thanks in advance, to the one who find the solution.

dmbart

I still didn't found the solution to my problèm, is there no one out there who has a solution or at least a idea ? :-[

PRO

you can use modules anywhere.
http://extensions.joomla.org/extensions/core-enhancements/embed-a-include/6402

Thats the only way I know of in include a module INSIDE a component.

and THESE "category.php and productdetails.php" are the wrong files.

You need to put the code for modules anywhere inside the view template file.
http://forum.virtuemart.net/index.php?topic=90935.0




dmbart

#3
I resolved my problem, it actually was my own mistake, i forgot a : <?php } ?> at the end of my categories template.
Nothing to do with the original virtuemart files.


Actually my problem is still there.
When i navigate through my shop i have a joomla module on the right side.
When I add a product in my cart, and look in to it, and then go back to my product list (shop) in a category, the module isn't showing up anymore.
Any reason why????

I have joomla 2.5.4 and virtuemart 2.03J installed, but had the same issue with other version of joomla 1.5.xxx && 2.0.xxx and virtuemart 2.0.xxx

I've been searching for a few weeks now and don't find out what is going on ...

Help