Great and simple!
It’s a pity the plugin is no longer supported. I’d suggest to make 2 fixes (needed to support multilang). 1. Change get_bloginfo(‘name’) to $_SERVER[‘HTTP_HOST’] File \wp-content\plugins\jvm-woocommerce-wishlist\inc\www-core-functions.php 23 return str_replace( '-', '_', sanitize_title_with_dashes( $_SERVER['HTTP_HOST'] ) ); //get_bloginfo('name') 2. Change get_the_title($product_id) to get_post_field( ‘post_name’, get_post($product_id) ) File \wp-content\plugins\jvm-woocommerce-wishlist\inc\frontend\www-functions.php 60 ?><a class="<?php echo esc_attr( $class ); ?>" href="?add_to_wishlist=<?php echo $product_id; ?>" title="<?php echo esc_attr( $text ); ?>" rel="nofollow" data-product-title="<?php echo esc_attr( get_post_field( 'post_name', get_post($product_id) ) ); ?>" data-product-id="<?php echo $product_id; ?>"> //get_the_title($product_id)
Add to cart
How to add product wishlist page to ‘add to cart’ page. I don’t find any add to cart button
After trying all the others, this one is perfect
I appreciate all the free plugins out there, but many times they’re bloated with unwanted options. Having tried many other Wordpress wishlist plugins, this is exactly what I was looking for. Thank you!
A Game-Changer for WooCommerce
One of the best plugins I have ever came across. Truly helpful if you are trying to take your WooCommerce experience to the next level.
Perfect (EDIT: NOT ANYMORE)
Perfect lightweight wishlist. Not bloated like all the others. For an developer this is the perfect starting point to build upon. Do not use if you want bells and whistles. Pure minimalistic approach! EDIT: since the takeover of Codeixer there has been breaking adjustments. I am transitioning away from this plugin.
Great and simple!
It’s a pity the plugin is no longer supported. I’d suggest to make 2 fixes (needed to support multilang). 1. Change get_bloginfo(‘name’) to $_SERVER[‘HTTP_HOST’] File \wp-content\plugins\jvm-woocommerce-wishlist\inc\www-core-functions.php 23 return str_replace( '-', '_', sanitize_title_with_dashes( $_SERVER['HTTP_HOST'] ) ); //get_bloginfo('name') 2. Change get_the_title($product_id) to get_post_field( ‘post_name’, get_post($product_id) ) File \wp-content\plugins\jvm-woocommerce-wishlist\inc\frontend\www-functions.php 60 ?><a class="<?php echo esc_attr( $class ); ?>" href="?add_to_wishlist=<?php echo $product_id; ?>" title="<?php echo esc_attr( $text ); ?>" rel="nofollow" data-product-title="<?php echo esc_attr( get_post_field( 'post_name', get_post($product_id) ) ); ?>" data-product-id="<?php echo $product_id; ?>"> //get_the_title($product_id)
A Game-Changer for WooCommerce
One of the best plugins I have ever came across. Truly helpful if you are trying to take your WooCommerce experience to the next level.
Great and simple!
It’s a pity the plugin is no longer supported. I’d suggest to make 2 fixes (needed to support multilang). 1. Change get_bloginfo(‘name’) to $_SERVER[‘HTTP_HOST’] File \wp-content\plugins\jvm-woocommerce-wishlist\inc\www-core-functions.php 23 return str_replace( '-', '_', sanitize_title_with_dashes( $_SERVER['HTTP_HOST'] ) ); //get_bloginfo('name') 2. Change get_the_title($product_id) to get_post_field( ‘post_name’, get_post($product_id) ) File \wp-content\plugins\jvm-woocommerce-wishlist\inc\frontend\www-functions.php 60 ?><a class="<?php echo esc_attr( $class ); ?>" href="?add_to_wishlist=<?php echo $product_id; ?>" title="<?php echo esc_attr( $text ); ?>" rel="nofollow" data-product-title="<?php echo esc_attr( get_post_field( 'post_name', get_post($product_id) ) ); ?>" data-product-id="<?php echo $product_id; ?>"> //get_the_title($product_id)
After trying all the others, this one is perfect
I appreciate all the free plugins out there, but many times they’re bloated with unwanted options. Having tried many other Wordpress wishlist plugins, this is exactly what I was looking for. Thank you!
Perfect (EDIT: NOT ANYMORE)
Perfect lightweight wishlist. Not bloated like all the others. For an developer this is the perfect starting point to build upon. Do not use if you want bells and whistles. Pure minimalistic approach! EDIT: since the takeover of Codeixer there has been breaking adjustments. I am transitioning away from this plugin.
Nothing to edit
Nothing to edit, exept the favorite-page.
Ruben
October 12, 2020
|
2 replies
Add to cart
How to add product wishlist page to ‘add to cart’ page. I don’t find any add to cart button