Hello OpenCart Community,
We’re excited to share that our premium themes are now fully compatible with OpenCart 4.x.
Our goal is to help store owners create modern, high-converting online shops with clean design, advanced features, and optimized performance.
Our focus is to provide store owners with:
✫ Modern & responsive designs
✫ Optimized performance for speed
✫ Built-in features to boost conversions
You can explore all our OpenCart 4.x themes here: View Codinginspect Themes
https://www.opencart.com/index.php?rout ... inginspect
We’d love your feedback and suggestions so we can keep improving and building themes that make your OpenCart stores stand out.
Last edited by codinginspect on Tue Sep 02, 2025 7:33 pm, edited 1 time in total.
Kind & Best Regards
Your Official Opencart Partner
Codinginspect
Looks nice, clear layout. Well done there!
However, please get rid of some irritating popups! And remove this code:
Also, some of your modules have nothing to do with a theme, but should be made available separately, because they may be useful to some users.
However, please get rid of some irritating popups! And remove this code:
Code: Select all
$(document).keydown(function (event) {
if (event.keyCode == 123) { // F12 Key
event.preventDefault();
}
if (event.ctrlKey && event.shiftKey && event.keyCode == 73) { // Ctrl + Shift + I
event.preventDefault();
}
if (event.ctrlKey && event.shiftKey && event.keyCode == 74) { // Ctrl + Shift + J
event.preventDefault();
}
if (event.ctrlKey && event.keyCode == 85) { // Ctrl + U (View Source)
event.preventDefault();
}
if (event.ctrlKey && (event.key === "s" || event.keyCode === 83)) {
event.preventDefault();
return false;
}
if (event.ctrlKey && (event.key === "p" || event.keyCode === 80)) { // Ctrl+P (Print)
event.preventDefault();
return false;
}
});
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Thank you for your valuable feedback!JNeuhoff wrote: ↑Tue Sep 02, 2025 5:21 pmLooks nice, clear layout. Well done there!
However, please get rid of some irritating popups! And remove this code:
Also, some of your modules have nothing to do with a theme, but should be made available separately, because they may be useful to some users.Code: Select all
$(document).keydown(function (event) { if (event.keyCode == 123) { // F12 Key event.preventDefault(); } if (event.ctrlKey && event.shiftKey && event.keyCode == 73) { // Ctrl + Shift + I event.preventDefault(); } if (event.ctrlKey && event.shiftKey && event.keyCode == 74) { // Ctrl + Shift + J event.preventDefault(); } if (event.ctrlKey && event.keyCode == 85) { // Ctrl + U (View Source) event.preventDefault(); } if (event.ctrlKey && (event.key === "s" || event.keyCode === 83)) { event.preventDefault(); return false; } if (event.ctrlKey && (event.key === "p" || event.keyCode === 80)) { // Ctrl+P (Print) event.preventDefault(); return false; } });

I’ll remove the repeatedly shown popup to improve the user experience.
As for the modules, we’re including premium modules free with the theme to add extra value for store owners.
That code was added to disable right-click. However, the admin panel includes an option to allow or disable right-click. If set to 'Not Allow', the code will be automatically removed.
https://prnt.sc/Puz0uWYRKp17
Kind & Best Regards
Your Official Opencart Partner
Codinginspect
Who is online
Users browsing this forum: No registered users and 8 guests