ĐĂNG TIN
logo
Online:
Visits: 1,685,749,294
Stories: 8,383,743
Profile image
0
0
Tác giả: fcwordpress
Trang tin cá nhân | Bài đã đăng
Lượt xem

Hiện tại:
1h trước: 1
24h trước: 1
Tổng số: 48
Hướng dẫn custom woocommerce – phần 7
Sunday, July 24, 2016 2:15
% of readers think this story is Fact. Add your two cents.


Nội dung: Trong phần này chúng ta sẽ đi di chuyên price, add to cart xuống dưới image, thay đổi text add to cart trong single

Mời anh chị xem video: 

Một số code liên quan đến video:

  • Thay đổi text add to cart trang single
function change_text_addtocart_single($text){ return 'Mua ngay'; } add_filter('woocommerce_product_single_add_to_cart_text','change_text_addtocart_single');
  • Di chuyển price tới dưới images
remove_action("woocommerce_single_product_summary","woocommerce_template_single_price",10); add_action("woocommerce_before_single_product_summary","woocommerce_template_single_price",21);
  • Di chuyển add to cart xuống dưới image và price
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);
  • Remove label sale flash
remove_action("woocommerce_before_single_product_summary","woocommerce_show_product_sale_flash",10);

Tin nổi bật trong ngày
Tin mới nhất

Register

Newsletter

Email this story
If you really want to disable all recommended stories, click on OK button. After that, you will be redirect to your options page.