I want to use a plugin in an extension. Specifically, I'm trying to use the virtuemart product snapshot plugin in a vmproductfinder search results page. I paste this into the searchresults.php file:

{product_snapshot:id=<?php echo($prod_id);?>,showname=n,showprice=n,showdesc=n,showaddtocart=y}

And I get basically the same thing (with the correct product number) in my results page.

So, plugins are not being processed when this extension is used. The plugin is enabled in the plugin manager. There are no parameters that turn on plugin processing for this search extension.

Is there anything I can do to make plugins be processed when this file is used to generate the output? I need this plugin to have an add to cart button on the page next to the search results.

Thanks in advance for any help.

Mark
_______________________________________________
New York PHP SIG: Joomla! Mailing List
http://lists.nyphp.org/mailman/listinfo/joomla

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to