VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Nicola1008 on May 27, 2017, 12:03:21 PM

Title: Get product name and description in a joomla article when I have product ID
Post by: Nicola1008 on May 27, 2017, 12:03:21 PM
HI,

is there a way to get product name and product description in a joomla article if I have the product ID?

I want to get name and description in a joomla article using php but I don't know how to get them. In other PHP files I see "$this->product->product_name" but I think that in a joomla article can't work because I don't now how to select virtuemart by the ID that I have.

Hope anyone can help me
Title: Re: Get product name and description in a joomla article when I have product ID
Post by: jenkinhill on May 27, 2017, 12:40:54 PM
That requires a plugin, eg:
http://extensions.virtuemart.net/products/products-anywhere-detail
https://www.joomdev.com/blog/entry/how-to-import-virtuemart-product-in-joomla-content
Title: Re: Get product name and description in a joomla article when I have product ID
Post by: Nicola1008 on May 27, 2017, 13:20:48 PM
Quote from: jenkinhill on May 27, 2017, 12:40:54 PM
That requires a plugin, eg:
http://extensions.virtuemart.net/products/products-anywhere-detail
https://www.joomdev.com/blog/entry/how-to-import-virtuemart-product-in-joomla-content

Thank you!