Coming from both worlds, I can say only that the base iea of VQMod was excellent (had something similar in my own scripts before those 2 guys published their system).
The idea behind VQMod is simple: a developer simply create a xml-file.
Inside the so called 'entry points' - nothing else then a part of the file which has to be modified.
For example:
And you want to have an additional item before this line.
Normally you edit this file, add what you need, and that's it.
But what, if also other - and especially those with no or less technical backgound - want to use the same modification?
They fiddle around and finally they visit this forum and cry for help ...
Not this is the point of VQMod: somply install the base system, add the xml-file to it - voila, that's it.
And if you do not want to use that modification anymore, simply delete the xml-file.
And it is not limited to HTML-tags.
You can also change and add php-code, as well as template (at Hesk .txt files).
You want to extend the email chec functionality?
Simple call
Code: Select all
function checkRequiredEmail(field) {
and add what you want/need.
And so on ..
A perfect system for noobs.
And a easy system for developers.
OpenCart itself has included a similiar ystem based on VQMod.
Works also with xml-files, similiar syntax, not compatible.
Okay, Hesk you ld it do also with events - would be like te VQMod at the end.
But to be able to add events, Hesk should have events or hooks ot how you want to call it.
I took a look into the lastest (2.8.4) version today - first look was 2012.
Well, the code has no really ongoing development, use the same mixture of code and HTML parts in one file.
Good that is not so bloaded as other systems after that amount of years.
But I would klike to see a bit more development, php 7.3 is out - but hesk stays on the level of php 4.x
No offense Klemen, just my opinion.