I recently purchased this extension from the opencart marketplace ( https://www.opencart.com/index.php?rout ... n_id=31196 however I seem to be having issues.
I had to install VQmod to get this extension to work and it does work in terms of allowing me to set minimum and maximum character lengths using TEXT and TEXTAREA options.
The issue I have is that all my existing options using SELECT have had their sub-options deleted and when trying to re-add them or add ac completely new option with SELECT I get the following error:

------------------------------------------------------------------------------------------------------------------------------------------------
EDIT - For some reason the image is silly small once uploaded so here is a copy of the text;
------------------------------------------------------------------------------------------------------------------------------------------------
Fatal error: Uncaught Exception: Error: Unknown column 'o_min' in 'field list'<br />Error No: 1054<br />INSERT INTO oc_option_value_description SET option_value_id = '255', language_id = '1', option_id = '235', name = '1', o_min = '0', o_max = '0' in /shop/system/library/db/mysqli.php:40
Stack trace:
#0 /shop/system/library/db.php(16): DB\MySQLi->query('INSERT INTO oc_...', Array)
#1 /shop/vqmod/vqcache/vq2-admin_model_catalog_option.php(62): DB->query('INSERT INTO oc_...')
#2 /shop/vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php(178): ModelCatalogOption->editOption('235', Array)
#3 /shop/system/library/db/mysqli.php on line 40
------------------------------------------------------------------------------------------------------------------------------------------------
The error on line 40 (assuming its just 40 down key arrows) show the text - " return $result; ".
I'm not an expert in coding and I have tried changing the modified simpleone theme I am using back to default to see if the error still remains, which it does.
I can still add and save TEXT and TEXTAREA options but I cant get SELECT options to work.
I am using opencart version 2.3.0.2 and I don't have a test server
Here is an example of an option I am trying to save before the error appears;

Thanks