₹1,500Original price was: ₹1,500.₹936.7Current price is: ₹936.7.
We will contact you soon
/* Gated behind the same "chip-cp-on" body class chip-content-protection.php
already computes correctly (excludes admins/editors/shop managers, cart,
checkout, my-account, Elementor preview). This snippet had no such check
of its own and was blocking right-click/drag on every image for every
visitor, admins included -- reusing the existing signal instead of adding
a second, separate admin check. */
if (document.body.classList.contains('chip-cp-on')) {
document.addEventListener('contextmenu', function (e) {
if (e.target.closest('.woocommerce-product-gallery img')) {
e.preventDefault();
}
});
document.addEventListener('dragstart', function (e) {
if (e.target.closest('.woocommerce-product-gallery img')) {
e.preventDefault();
}
});
document.addEventListener('contextmenu', function (e) {
if (e.target.closest('img')) {
e.preventDefault();
}
});
}
Welcome to ChipTrades
Sign in to track orders, save items, and unlock wholesale pricing on bulk orders.
Welcome back
Enter your phone number — we’ll send a one-time password (OTP) to verify it’s you.
+91
We’ll text a 6-digit code to this number. Standard SMS rates may apply.