Price is not displaying
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Price is not displaying’ is closed to new replies.