Why does the copied link only open an empty wish list?

Forums Wish List for WooCommerce Why does the copied link only open an empty wish list?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #100157
    Pablo Pacheco
    Participant

    Hello Joshua,
    I was about to release a new version with a fix for number 1.
    And I think I was able to fix number 2 for you. Thanks for letting me know 😉

    Please give it a try version 1.6.2.
    I’ve just released it.

    #100158

    Hi Pablo, you fantastic person, you! That has resolved both my issues, thanks so much.

    I’ve noticed another issue, when I have a product that has multiple attributes, for example, a ring with different size options as well as different gemstone options, I’m unable to add it to the wish list if it has more than 30 possible variations. 30 or less variations works fine, 31 or more variations makes the “add to wish list” button do nothing. (Clicking it does not make it show the “loading” image, and it does not add to the wish list.)

    #100159
    Pablo Pacheco
    Participant

    Great! Anytime 😉
    Regarding the variations issue, please try adding it to your functions.php

    add_filter( ‘woocommerce_ajax_variation_threshold’, function($qty){
    return 31;
    }, 10);

    You can replace 31 by the number of variations you need.
    Let me know if it solved

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.