VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: jflash on December 12, 2021, 20:38:22 PM

Title: Plugin: Advanced Ordernumbers for VirtueMart
Post by: jflash on December 12, 2021, 20:38:22 PM
Hello!

Thank you for great Virtuemart product, i use it over 10 years now without big problems (Y)

But :D After i updated VM to version 3.8.8 plugin Advanced Ordernumbershttps://open-tools.net/virtuemart/advanced-ordernumbers.html for invoice numbering does not work anymore. I've searched code and found in file \administrator\components\com_virtuemart\models\infoice.php on line 226 was earlier:
    JPluginHelper::importPlugin('vmextended');
    JPluginHelper::importPlugin('vmshopper');
    JPluginHelper::importPlugin('vmshipment');
    JPluginHelper::importPlugin('vmpayment');

in new version only:
    VmConfig::importVMPlugins('vmpayment');

Advanced Ordernumbers is vmshopper plugin, so can you add this line into code again:
    JPluginHelper::importPlugin('vmshopper');

I use this plugin on many sites and i think I'm not alone with this plugin :( Or you have better idea for fix? :)
Title: Re: Plugin: Advanced Ordernumbers for VirtueMart
Post by: GJC Web Design on December 12, 2021, 22:20:18 PM
I mentioned this to Max a few weeks ago and are pretty sure  JPluginHelper::importPlugin('vmshopper'); has been added in the current 3.9.x ( for J4) test releases
Title: Re: Plugin: Advanced Ordernumbers for VirtueMart
Post by: jflash on December 13, 2021, 08:06:16 AM
Very good news!
Title: Re: Plugin: Advanced Ordernumbers for VirtueMart
Post by: servlet on June 01, 2023, 16:23:01 PM
What about VM4? I cannot install this plugin