mc12345678:
Okay, for any that are interested... First off, please don't run the incorrect/unnecessary SQL related to this plugin.
So, if you have installed the quick orders V 2.06a plugin to ZC 1.5.x, then run the SQL for pre 1.5, you will more than likely need to run the following SQL in the SQL install patches in order to reinstall the application. For one reason or another, the uninstall function does not work in this situation. (No surprise as this should not have happened to begin with).
delete from configuration where configuration_key = 'QUICKUPDATES_DISPLAY_ID'; |
delete from configuration where configuration_key = 'QUICKUPDATES_DISPLAY_THUMBNAIL'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_MODEL'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_NAME'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_DESCRIPTION'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_STATUS'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_WEIGHT'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_QUANTITY'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_MANUFACTURER'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_TAX'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_CATEGORY'; |
delete from configuration where configuration_key = 'QUICKUPDATES_DISPLAY_TVA_OVER'; |
delete from configuration where configuration_key = 'QUICKUPDATES_DISPLAY_PREVIEW'; |
delete from configuration where configuration_key = 'QUICKUPDATES_DISPLAY_EDIT'; |
delete from configuration where configuration_key = 'QUICKUPDATES_ACTIVATE_COMMERCIAL_MARGIN'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_SORT_ORDER'; |
delete from configuration where configuration_key = 'QUICKUPDATES_MODIFY_DESCRIPTION_POPUP'; |
delete from admin_pages where page_key = 'quick_updates_config'; |
After this SQL is installed/run, activate quick Update and you should be prompted to install the settings for the configuration menu. Select install and the now a Quick Updates menu option should appear under the configuration menu listing. Selecting the "new" menu listing should now present configuration options that were removed by the pre 1.5 SQL.
Perfect, ran the code above and worked a treat. Quick updates all working again. Many thanks. Mark