Post by codinginspect » Tue Sep 02, 2025 4:12 pm

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.

Image

Kind & Best Regards
Your Official Opencart Partner
Codinginspect


User avatar
New member

Posts

Joined
Thu Feb 09, 2017 9:51 pm

Post by JNeuhoff » Tue Sep 02, 2025 5:21 pm

Looks nice, clear layout. Well done there!

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;
    }
});
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.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by codinginspect » Tue Sep 02, 2025 7:28 pm

JNeuhoff wrote:
Tue Sep 02, 2025 5:21 pm
Looks nice, clear layout. Well done there!

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;
    }
});
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.
Thank you for your valuable feedback! :) We truly appreciate you taking the time to share your thoughts.

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

Image

Kind & Best Regards
Your Official Opencart Partner
Codinginspect


User avatar
New member

Posts

Joined
Thu Feb 09, 2017 9:51 pm
Who is online

Users browsing this forum: No registered users and 12 guests