• Hello! What a great plugin, nice work here!

    Two problems:

    1. When I try to click link to save to clipboard, nothing is copied to the clipboard. I saw this reported in the support forum about a month ago, but the issue seems to persist.

    2. The default email that is sent out does not contain a link. Maybe that should be added as a default?

    Thanks again for your excellent work here!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can confirm that this option is not working.

    Same issue here with nothing copied to clipboard using v. 1.0.6 of the plugin. No javascript errors and no PHP errors, just no link…

    Hi,
    I had the same problem and fixed it by adding two lines into the file ‘assets/js/wcssc-frontend.js’:
    Search for the Line
    /* Select the text field */
    and insert the following line in a new line below:
    jQuery(copyText).show();

    And search the Line
    document.execCommand(“copy”);
    and insert the following line in a new line below:
    jQuery(copyText).hide();

    Save it, reload the cart with SHIFT+F5 and it should work.

    May be the plugin author will include this fix in the next release.

    @dartrax Thanks for the suggestion, that solved exactly the same issue I had.
    Applied the fix in version 1.0.8 of the plugin.

    Please author, when will this (relatively easy fix) be incorporated in the plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Copy to Clipboard Not Working’ is closed to new replies.