rodcoiler
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Notify the user when they change their passwordPassword 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.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Error removing product Wishlist PageI 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.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Error removing product Wishlist PageThanks 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' ) ) ); ?>">× 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.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Error removing product Wishlist PageForum: Reviews
In reply to: [Filter Everything — Product Filter & WordPress Filter] Good WorkThanks 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.
Forum: Plugins
In reply to: [Site Reviews] Add image field to formOMG! thank you for your quick reply. I will check thanks