VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: mhs_pro on July 07, 2019, 18:18:20 PM

Title: Hide some of the payment plugins when a specific custom field product in cart
Post by: mhs_pro on July 07, 2019, 18:18:20 PM
Hi
I want to hide or disallow to choose some of the payment plugins when a product in the cart had a specific custom field.
Like the custom fields boolean type

I want to edit the payment standard plugin or create a new payment plugin.
what should I do? :-[ :-[ :-[ :-[
Title: Re: Hide some of the payment plugins when a specific custom field product in cart
Post by: Studio 42 on July 07, 2019, 21:02:57 PM
See https://shop.st42.fr/en/tools/shipment-rules.htm
Title: Re: Hide some of the payment plugins when a specific custom field product in cart
Post by: mhs_pro on July 09, 2019, 10:14:09 AM
I want Filter payment method per Custom field Product
Title: Re: Hide some of the payment plugins when a specific custom field product in cart
Post by: Studio 42 on July 09, 2019, 13:11:14 PM
Hum, i had to read corrrectly.
This plugin is for shipment.
It's better to not use an existing plugin, but write a new one. you can copy "standard' plugin in a new folder and change class + folder name and add your needs inside this new plugin.
Of course, you need to know PHP and a little VM+Joomla coding.