Hi all!
using plugin version 3.1 with virtuemart 3.0.9 on joomla 3.4.1:
If I try to change the global counter for eg. order numbers the value gets reset after save.
I suspect this has to to with the "name" of the global counter which is '' (empty string). The value gets multiply saved to table 'jos_virtuemart_shopper_plg_ordernumber' without having a value in the column number type.
This ends up in having the following data in the table (after some failed attempts). trying to reset the counter from 119 to 118:
id number_type number_format count
1,000000 order_number 119,000000
2,000000 invoice_number 119,000000
3,000000 customer_number 1,000000
4,000000 118,000000
5,000000 118,000000
6,000000 118,000000
7,000000 118,000000
8,000000 118,000000
9,000000 118,000000
Additionally find attached a screenshot of the "Order Numbers" tab in the joomla backend
Regards
Dietrich