How do you add a virtuemart product to a regular Joomla article or module ? I have seen sites where they try and add the HTML code created by virtuemart for a product into an article, there is a simplier way of doing this.
there is a plugin called vmsnapshots which let's you do this. Download the latest virtuemart package look for the plugins folder and you will find your plugin, install it and enable that plugin here is how you can get to it.
{product_snapshot:id=10}
Showing multiple products try :
{product_snapshot:id=24|25|26}
or you can even set your own options that will override the plugin paramaters, use this format
{product_snapshot:id=xx,showname=y|n,showimage=y|n,
showprice=y|n,showdesc=y|n,showaddtocart=y|n,
displayeach=h|v,displaylist=v|h,width=90%,
border=0,style=color:black;align:left}
|