Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rodcoiler

    (@rodcoiler)

    Password reset request is activated and work fine, the users change their passwords with the reset link with any problem… but then when they already changed their passwords, woocommerce does not notify that the password has been changed successfully

    • This reply was modified 3 years, 3 months ago by rodcoiler.
    Thread Starter rodcoiler

    (@rodcoiler)

    I have updated the plugin to the latest version and now it works when I remove items from the wishlist.
    Thaks you!

    • This reply was modified 3 years, 6 months ago by rodcoiler.
    Thread Starter rodcoiler

    (@rodcoiler)

    Thanks for yout reply!! the heart icon is a shortcode in the products loop, that icon remover disappears when you add a product in this same page, and now I see that “Delete” changes the URL by /wp-admin /admin-ajax.php

    I give you the code of this page

    	<div class="row wishlist-view">
    	<?php if ( $wishlist && $wishlist->has_items() ) :
    		$myArray = array();
    		foreach ( $wishlist_items as $item ) : 
    			$myArray[] = $item->get_product_id();
    			?>
    			<div class="col-lg-4 colin">
    				<div class="grid-wishlist" style="text-align:right;">
    					<a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $item->get_product_id() ) ); ?>" title="<?php echo esc_html( apply_filters( 'yith_wcwl_remove_product_wishlist_message_title', __( 'Remove this product', 'yith-woocommerce-wishlist' ) ) ); ?>">&times; Eliminar</a>
    				</div>
    				<?=do_shortcode('[product columns"1" id="'.$item->get_product_id().'"]');?>
    			</div>
    		<?php
    		endforeach;
    		$idsl = implode( ', ', $myArray );
    		do_shortcode('[products ids="'.$idsl.'"]');
    	else : ?>
    		<div class="col-lg-12 text-center">
    			<p><?php echo esc_html( apply_filters( 'yith_wcwl_no_product_to_remove_message', __( 'No products added to the wishlist', 'yith-woocommerce-wishlist' ), $wishlist ) ); ?></p>
    		</div>
    	<?php endif; ?>
    	</div>

    Thanks again!

    • This reply was modified 3 years, 7 months ago by rodcoiler.
    Thread Starter rodcoiler

    (@rodcoiler)

    Another issue, add to Wishlist button do not display when use any AJAX filter
    Shop Page

    We use shortcode

    • This reply was modified 3 years, 7 months ago by rodcoiler.
    Thread Starter rodcoiler

    (@rodcoiler)

    Thanks to you, for creating this wonderful plugin, maybe the colors option would be useful for the pro version, keep in mind that the Variation Swatches for WooCommerce plugin is the most used to add colors, maybe you could make it compatible.

    Thread Starter rodcoiler

    (@rodcoiler)

    OMG! thank you for your quick reply. I will check thanks

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