checkout class

How to Disable Right Click on Shopify

Code mentioned in the video above:

 <script>
  document.addEventListener('contextmenu', function(e) {
    e.preventDefault();
    return false;
  });
</script>

Customize Your Shopify Store without Paying for Apps

Enter your email below and I will send you detailed coding tutorials you can follow and implement even if you don't understand coding.

    We won't send you spam. Unsubscribe at any time.