How can I disable picture saving but still allow right click on products?

  1. I was able to turn off the settings for other viewers not to save pictures from the website, but if i want to right click to view a product it does not allow me due to that setting. Can anyone help with only turning off the setting of saving pictures only but the right click is still possible?

  2. Reduce amount of abandoned carts

  1. Select the kebab icon in the browser(three dots at the right corner for Chrome).

Go to More Tools > Developer Tools

Alternatively: CTRL+SHIFT+I

Select the console option and paste the following code and enter:

document.oncontextmenu = function(){}

It did not help out

Can you provide more details about the task?