• Resolved Jigar Gorakhiya

    (@jigarkg91)


    Hello,

    On view wishlist I can’t see the UNIT price. Unit price is enabled from back-end.

    I see the wish list template located under plugins “yith-woocommerce-wishlist\templates\wishlist-view.php” and find the following code.

    elseif( $product->price != ‘0’ )
    {
    echo $product->get_price_html();
    }

    This code “$product->get_price_html()” return nothing.

    Any idea, why this is happening?

    Thanks

    https://www.ads-software.com/plugins/yith-woocommerce-wishlist/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi jigarkg91,

    maybe there are some filters applied to get_price_html() method.
    Or maybe method works correctly, and simply column isn’t print out

    Have you checked wishlist page html code?
    Can you please share with me a link where I can check the problem?

    Thanks
    Have a nice day

    Thread Starter Jigar Gorakhiya

    (@jigarkg91)

    Hello,

    May I have your email address? So I can send you details there.

    Thanks

    Thread Starter Jigar Gorakhiya

    (@jigarkg91)

    Hello,

    Yes you are correct. One of the plugin is conflicting. Just deactivate that plugin and its working fine. Thank you very much.

    Plugin Author YITHEMES

    (@yithemes)

    Hi jigarkg91,

    glad to hear good news

    If you have appreciated our plugin and our support, please don’t forget to give us a 5-star vote
    Have a nice day ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Price is not displaying’ is closed to new replies.