Archived topic
Add to cart missing in single product
5 replies · Started by Daniele on August 9, 2020
Hello,
I can't find a way to show "Add to cart" Button on single products
What is wrong with my settings?
thanks
Hi there,
It depends - does the product have a price? Is it in stock?
If so, is the "Display add to cart button" option checked in Customize > Layout > WooCommerce?
Let us know :)
Hi Tom,
yes as you can see in the shop page prices are visible:
https://danphotostudio.com/prenotazioni/
but in the single product page they disappear.
Display add to cart button is checked.
Hi there,
you have this CSS in your Site:
.entry-summary {
display: none;
}
This is hiding the product summary.
Remove that CSS to resolve the issue.
damn me! :D
thanks
You're welcome :)