Inconsistent behavior for visibility of the Add to Cart button/link
In WooCommerce, the "Add to Cart" button is visible on the single product page when the product is purchasable and it is in stock. See woocommerce\templates\single-product\add-to-cart\simple.php for reference. In BeTheme, the Add to Cart link is visible when the product is in stock and regardless of the product's purchasable property. See themes\betheme\woocommerce\content-product.php for reference. When the Add to Cart link is clicked for the product that is in stock but with empty price, an error message is displayed that the product cannot be added to the cart.
Please make the behavior of the Add to Cart link and the Add to Cart button consistent.
Comments
states that we do not support third party plugins or custom code.