Viewing 1 replies (of 1 total)
  • Hi!
    I resolved it this way:

    Find in wishlist.php (in my theme it’s in /themes/my-theme/woocommerce)
    <td class="product-remove"><div><a href="javascript:void(0)" onclick="<?php echo esc_js($remove_wishlist); ?>" class="remove" title="<?php _e( 'Remove this product', 'yit' ) ?>">&times;</a></td>
    and change it to
    <td class="product-remove"><div><a href="#" onclick="<?php echo $remove_wishlist; ?>" class="remove" title="<?php _e( 'Remove this product', 'yit' ) ?>">&times;</a></td>

    Hope, it’ll work for you!

Viewing 1 replies (of 1 total)

The topic ‘cannot delete items from wishlist’ is closed to new replies.