• Hello,
    I use personalized URLs on my e-commerce site for adding products to the wishlist, with this syntax: ?add_to_wishlist=[PRODUCT_ID]
    It worked very well, the products were added to the wishlist without any problem.
    However now, the link no longer works, and observing the links generated by the plugin, in the url figure &_wpnonce= followed by a random number. It seems that this parameter is essential for the URL to add to the wishlist to work.
    How can I solve this problem to continue using custom URLs?
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter btom76

    (@btom76)

    EDIT: I just saw that since version 3.1.0 a more strict nonce verification is introduced.
    Is it possible to disable this nonce verification?
    Is it still possible to create personalized “Add To Wishlist” buttons?

    Thank you

    Hi there,

    Yes, we implemented this because of the security procedures that were needed for the plugin.

    I have been checking and the nonces are not only in the PHP logic of the plugin, but otherwise also in the .js files, so there is no way to make the plugin works as you requested.

    I think there is no way to achieve this with the current version of the plugin, sorry.

    The better way you can achieve what you want is maybe to downgrade to the version that allows you to do that.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom URLs no longer working (wpnonce)’ is closed to new replies.