Hi,
I have a demo product page setup and cannot get the product price to be visible on the front end.
https://neuroread.net/shop/
Regardless of how far you go: product detail >> add to cart >> checkout….the price never shows. If you click all the way to PayPal the price does show up correctly. I have tried many different Product types including Subscription…the price never appears.
Any idea?
Thanks,
Slade
Hey Slade,
Please disable the ” catalog ” option from backend, that is enabled.
Best regards,
Basilis
Hey Basilis! Thanks for the response!
Dumb question…where is the “catalog” option for me to disable? I’ve looked in the woo commerce and Enfold settings and don’t see it.
Thanks,
Slade
Hey Slade,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .price span {
display: inline !important;
}
Hope this helps.
Best regards,
Nikko
Hey Nikko, that worked great for the Product page but once in the Cart it still shows blank (price, subtotal and total fields).
Hi,
At the bottom of your style.css, I can see this code:
.woocommerce-Price-amount {
display: none !important;
}
Please remove it and that should fix the issue. :)
Best regards,
Nikko
Oh my…..that’s embarrassing. I don’t even remember placing that there but must have for one reason or another when I started this a few months back.
Very much appreciated!
Slade
Hi,
We`re glad that your problem was solved!
Best regards,
John Torvik