VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Kuubs on July 03, 2020, 11:46:22 AM

Title: Need some help in developing plugin / compontent
Post by: Kuubs on July 03, 2020, 11:46:22 AM
Hello,

I want to add a component which I can add users, these users have product page and cart where visitors can checkout. It's a very simple inheritance component.

Basically I want to add users (resellers) their logo and emailadress, and when visitors visit their page, the visitor gets to see their logo and the product gets some sort of parameter so when an order is complete the order email also goes to this reseller email.

But I'm a little bit confused in how to proceed.

I thought about making a Joomla component where I can add resellers (name, email logo and url) and a VM plugin which creates the reseller url's, adds their logo and adds a parameter to the product if the product is ordered from their specific page. So when the visitor checks out it will also send an email to the reseller email. The rest is native functionality, the main vendor gets the order etc, but with this plugin the order also gets sent to that specific reseller.

Can someone help me out?
Title: Re: Need some help in developing plugin / compontent
Post by: Kuubs on July 08, 2020, 09:44:27 AM
Ok I made a component which holds my reseller values, but I'm now stuck in how to proceed. I think I have to use VMExtensions plugin to implmenet the functuonality that I am looking for. But the documentation is scarce. Anyone has some documentation I can check uot?
Title: Re: Need some help in developing plugin / compontent
Post by: Kuubs on July 15, 2020, 16:05:51 PM
Anyone know how I can accomplish this?

I have a component foor Joomla created that holds my Reselleer values (name, email, logo) but now I need to show views for the different products. But I cannot find any documentation. Does anyone know where I can find this?
Title: Re: Need some help in developing plugin / compontent
Post by: beltoforion on July 18, 2020, 18:56:39 PM
I found this one: https://store.webkul.com/Joomla-Multi-Vendor-Marketplace.html#wsShowScreenShots

but I dont know if it suits your needs
Title: Re: Need some help in developing plugin / compontent
Post by: Kuubs on July 20, 2020, 09:17:17 AM
Hmm, thanks for the reply, but this is too extensive. I need it very simple. Just product and cart page with the reseller logo, and an additional mail to the reseller.