VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: EvanGR on June 30, 2022, 09:49:14 AM

Title: Show a product with specific custom fields? (PHP)
Post by: EvanGR on June 30, 2022, 09:49:14 AM
Hello,

I want to build my custom module, to show a product with specific custom fields.
I will use it in the product page, to show products which are compatible or similar to the current product being viewed.

What would be a good approach to do that? Is the VM API suitable?
Any existing code I could check to get ideas from?

Thanks
Title: Re: Show a product with specific custom fields? (PHP)
Post by: pinochico on June 30, 2022, 19:25:41 PM
for this we use our modul - vm product extended, which show products by the same customfield_ID
Title: Re: Show a product with specific custom fields? (PHP)
Post by: EvanGR on July 01, 2022, 09:57:34 AM
Thank you