Home › Forums › WoodMart support forum › Problems with add to cart button if product out of stock › Reply To: Problems with add to cart button if product out of stock
July 3, 2023 at 9:27 am
#478778
Bogdan Donovan
Keymaster
Hello,
Sorry for misunderstanding, we are found following issue with single product out of stock product. You can use the following custom code to fix this issue:
.single-product-page.product-type-simple.outofstock .product-grid-item:is(.product-type-simple,.product-type-variable).instock .wd-add-btn-replace .add-to-cart-loop:before {
content: "\f123";
}
Or use your solution that will work the same. This issue will be fixed in the next theme update.
Kind Regards