How to remove add to cart button at all - Woo commerce


SUBMITTED BY: hs3pln

DATE: Feb. 12, 2016, 4:42 a.m.

FORMAT: Text only

SIZE: 613 Bytes

HITS: 1922

  1. How to remove add to cart button at all - Woo commerce
  2. Put these in your theme's functions.php file.
  3. Thank you
  4. วิธีลบปุ่ม add to cart ออกจาก Woocommerce
  5. เพิ่ม code นี้ไปที่ไฟล์ functions.php ในธีมที่คุณใช้
  6. ขอบคุณครับ
  7. remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
  8. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
  9. remove_action( 'woocommerce_simple_add_to_cart', 'woocommerce_simple_add_to_cart', 30 );
  10. remove_action( 'woocommerce_grouped_add_to_cart', 'woocommerce_grouped_add_to_cart', 30 );

comments powered by Disqus