Audit of parsers and their settings - OpenCart
Website on OpenCart Parser - SimpleParse There is a constant problem with categories, subcategories, filters, and attributes being added and messed up. Currently, there are many duplicated values in the filters, as well as unnecessary filters that shouldn't be there, and there are also extra categories in the menu. The task is to identify the problem and propose a constructive fundamental solution applicable in my case that will solve the issue once and for all. Response from my programmer who set this up: SimpleParse cannot handle this. You have broken parsers into sub-parsers to place them in the right categories; auto-replacements will not work there. All values need to be changed at the moment of parsing))) Your parser is already parsing all day to manage to process this. The only option is to write a module that will do all this on a cron job. In this regard, an audit is needed.