Viewing 1 replies (of 1 total)
  • Plugin Support Jonayed Hosen (woo-hc)

    (@jonayedhosen)

    Hi @tmora ,

    Thanks for reaching out! I took a look at the screenshot you provided, and it seems that the issue is coming from a JavaScript file called pinterest-for-woocommerce-save-button.js. This script is checking for a Chrome extension—specifically the Save to Pinterest extension (you can find it here).

    When this extension isn’t detected in your browser, the script’s fetch() call fails and triggers an error in the catch() block. Essentially, the script is designed to disable the “Save to Pinterest” button when the extension is already installed to prevent any overlap or conflicting behavior. So, while it may look like an error, it’s actually just the script doing its job and ensuring a smoother user experience.

    This shouldn’t affect the overall functionality of your site, and I hope this clarifies things a bit!

    Let me know if you need any more details or help with something else.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.