Title: mpantogi's Replies | WordPress.org

---

# mpantogi

  [  ](https://wordpress.org/support/users/mpantogi/)

 *   [Profile](https://wordpress.org/support/users/mpantogi/)
 *   [Topics Started](https://wordpress.org/support/users/mpantogi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mpantogi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mpantogi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mpantogi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mpantogi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mpantogi/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide download pdf from costumer order history woocommerce page](https://wordpress.org/support/topic/hide-download-pdf-from-costumer-order-history-woocommerce-page/)
 *  Thread Starter [mpantogi](https://wordpress.org/support/users/mpantogi/)
 * (@mpantogi)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/hide-download-pdf-from-costumer-order-history-woocommerce-page/#post-11273982)
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Display Woocommerce Advanced custom field](https://wordpress.org/support/topic/display-woocommerce-advanced-custom-field/)
 *  Thread Starter [mpantogi](https://wordpress.org/support/users/mpantogi/)
 * (@mpantogi)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/display-woocommerce-advanced-custom-field/#post-10901853)
 * Thank you Very much, It works fine.
    You are awesome.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Display Woocommerce Advanced custom field](https://wordpress.org/support/topic/display-woocommerce-advanced-custom-field/)
 *  Thread Starter [mpantogi](https://wordpress.org/support/users/mpantogi/)
 * (@mpantogi)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/display-woocommerce-advanced-custom-field/#post-10898278)
 * Hello Sir,
 * Please check the associate image for that.
 * > [View post on imgur.com](https://imgur.com/a/vCsBYmK)
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] Product shows free in wishlist](https://wordpress.org/support/topic/product-shows-free-in-wishlist/)
 *  [mpantogi](https://wordpress.org/support/users/mpantogi/)
 * (@mpantogi)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/product-shows-free-in-wishlist/#post-10879835)
 * in your case you can find the word ‘FREE’ in wishlist-view.php and change it 
   to have SOON.That’s only.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] Product shows free in wishlist](https://wordpress.org/support/topic/product-shows-free-in-wishlist/)
 *  [mpantogi](https://wordpress.org/support/users/mpantogi/)
 * (@mpantogi)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/product-shows-free-in-wishlist/#post-10879079)
 * I found the solution,Please delete or comment the above lines in wishlist-view.
   php, and add the below code:
 * <?php if( $show_price ) : ?>
    <td class=”product-price”> <?php if( is_a( $product,‘
   WC_Product_Bundle’ ) ){ if( $product->min_price != $product->max_price ){ echo
   sprintf( ‘%s – %s’, wc_price( $product->min_price ), wc_price( $product->max_price));}
   else{ echo wc_price( $product->min_price ); } } elseif( $product->price != ‘0’){
   echo $product->get_price_html(); } else { echo apply_filters( ‘yith_free_text’,
   __( ‘Free!’, ‘yith-woocommerce-wishlist’’ ) ); } ?> </td> <?php endif ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] Product shows free in wishlist](https://wordpress.org/support/topic/product-shows-free-in-wishlist/)
 *  [mpantogi](https://wordpress.org/support/users/mpantogi/)
 * (@mpantogi)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/product-shows-free-in-wishlist/#post-10878683)
 * Hi,
 * I have the same issue, but only for grouped products i get ‘Free’
 * My problem appears suddenly someday. Maybe i have updated the plugin. It shows
   me a text ”free” in grouped products in wishlist view,
    it doesn’t show me the
   price as it did before. Also, i have found, from where the issue came, i provide
   you the lines of the code in wishlist-view.php.
 * <?php if( $show_price ) : ?>
    <td class=”product-price”> <?php $base_product 
   = $product->is_type( ‘variable’ ) ? $product->get_variation_regular_price( ‘max’):
   $product->get_price(); echo $base_product ? $product->get_price_html() : apply_filters(‘
   yith_free_text’, __( ‘Free!’, ‘yith-woocommerce-wishlist’ ) ); ?> </td> <?php
   endif ?>
 * Is any other filter, which i can use and get the grouped prices and not the text”
   Free”?

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