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
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
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!