1 2 3 4 |
function change_text_addtocart_single($text){ return 'Mua ngay'; } add_filter('woocommerce_product_single_add_to_cart_text','change_text_addtocart_single'); |
1 2 |
remove_action("woocommerce_single_product_summary","woocommerce_template_single_price",10); add_action("woocommerce_before_single_product_summary","woocommerce_template_single_price",21); |
1 2 |
remove_action("woocommerce_single_product_summary","woocommerce_template_single_add_to_cart",30); add_action("woocommerce_before_single_product_summary","woocommerce_template_single_add_to_cart",22); |
1 |
remove_action("woocommerce_before_single_product_summary","woocommerce_show_product_sale_flash",10); |
Mọi sự sao chép xin ghi rõ nguồn là fcwordpress.net
Chuyên trang về wordpress: hướng dẫn thiết kế theme, plugin, thủ thuật wordpress