Actually i have removed Add to cart button and added Buy now link.
Links after product name is like : View | Buy now instead of Add to cart button but after installing this plugin it is displaying add to cart button also.It is not issue but action added to remove add to cart button not working.
If i comment this line in wup_shop_page_view() function
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
then it is not displaying Add to cart button.
Hello,
Actually i have removed Add to cart button and added Buy now link. Links after product name is like : View | Buy now instead of Add to cart button but after installing this plugin it is displaying add to cart button also.It is not issue but action added to remove add to cart button not working.
If i comment this line in wup_shop_page_view() function
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
then it is not displaying Add to cart button.I am just informing my use case.
Thank you