I have a custom theme. I added the following code:
<? php add_filter ('somdn_product_page_content_woo', 'somdn_product_page_content_woo_custom'); function somdn_product_page_content_woo_custom () { // Return to different WooCommerce product page hook return 'woocommerce_simple_add_to_cart'; } ?>
in the content-single-product.php file of my template and the button is still not displayed to download the product.
@henriquelucas
10:48 pm