VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: alepoudaki on December 27, 2012, 10:25:18 AM

Title: "select a product" plugin for administrator
Post by: alepoudaki on December 27, 2012, 10:25:18 AM
In the front page of my store, I want to show 2 products in different ways and positions.

I am trying to create my own custom module, which will be related with a virtuemart product and will have its own header and description. I want the administrator be able -through my module- to search a product and store its id. And then inside my custom_module.php file, to get the data I want from this product's id.

How can I do this? With a plugin? Or I need php code?