VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: EvanGR on April 29, 2020, 13:21:26 PM

Title: Accessing product info, from module? (product page)
Post by: EvanGR on April 29, 2020, 13:21:26 PM
Hello,

I created a custom module (based on mod_custom), which I show on product page.
I want the module to access the product information ($product, or $this-product).
How is this possible?

Thanks
Title: Re: Accessing product info, from module? (product page)
Post by: pinochico on April 29, 2020, 13:56:35 PM
we use own:

modul vm product extended
modul custom for virtuemart - there we load some info from VM and can be upgraded i must be look inside what do you want.
Title: Re: Accessing product info, from module? (product page)
Post by: EvanGR on April 29, 2020, 14:33:12 PM
I want to access the current product object, just like I can from the product template.
Title: Re: Accessing product info, from module? (product page)
Post by: Studio 42 on April 29, 2020, 15:57:36 PM
Check in the /components/com_virtuemart/views/productdetails/view.html.php
You have all informations inside