Hi,
I took over maintaining a site from another designer/developer for my client and we are adding a WooCommerce shopping cart. Everything works great, except I am unable to get the “Add To Cart” button to show up on the Single Product Pages. I will need to purchase a license since the previous dev had his and they’re not transferable, which is fine. I just want to make sure that when I purchase and update I will be able to solve this issue.
Thank you!
-Elisha
Hey Elisha,
Thanks for contacting us!
I deleted following code from Functions.php file
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
and add to cart button now shows up on single product pages.
Please do purchase a license and refer to this post – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/ to update your theme :)
Regards,
Yigit