// add_filter( 'woocommerce_product_related_products_heading', function () { // return 'You may also like'; // });
Read more
Showing posts with the label woocommerceShow all
//Apply discount coupon automatically in woocommerce add_action ( 'woocommerce_before_cart_table' , 'discount_when_quantity_greater_than_10&…
Read moreadd_filter ( 'woocommerce_billing_fields' , 'wc_cf_filter_state' , 10 , 1 ); function wc_cf_filter_state ( $fields ) { $fields …
Read more/** Remove all possible fields **/ function wc_remove_checkout_fields ( $fields ) { // Billing fields unset ( $fields [ 'billing' ][ …
Read more