Home Forums WoodMart support forum Cookies delcaration

Cookies delcaration

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #605424

    lkoroma
    Participant

    Hello,
    I am now redacting my cookie declaration and I need to have some information in order to enter it according to the RGPD law as I am in France. My questions are :
    What is the duration, purpose and finality (funcitonal, marketing, statistics) of those cookies ?
    woodmart_wishlist_count
    woodmart_recently_viewed_products

    Also, I want to add a third party script for Woodmart in order to give the possibility to people to block those cookies, what should I enter in the complianz integration insert ?

    Thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #605427

    lkoroma
    Participant

    Also, as I don’t use the recently viewed product block, is there a way to disable this cookie ?

    #605448

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    These cookies duration is 7 days and they are needed to make wishlist and recently viewed features work. To disable recently viewed functionality completely you need to add the following code snippet to the functions.php file in the child theme

    add_filter('woodmart_wc_track_recently_product_viewed', '__return_false');

    Kind Regards

    #605449

    lkoroma
    Participant

    Thank you for the fast answer. Do you know how I can block the wishlist cookie if people wish to decline it by adding intergration into Complianz ? Or do you have a another way for the theme to comply to RGPD law ?

    #605453

    lkoroma
    Participant

    Also, if I delete the theme to change the functions.php file and reupload it, will all my settings be back when I upload it again ?

    #605458

    Artem Temos
    Keymaster
    Xtemos team

    You need to consult with the plugin’s developers on how to configure Cookies blocking on your website.

    Yes, your settings will not be changed when you reupload the theme.

Viewing 6 posts - 1 through 6 (of 6 total)