Profile image
Tác giả: fcwordpress
Trang tin cá nhân | Bài đã đăng
Lượt xem

Hiện tại:
1h trước:
24h trước:
Tổng số:
Cách tuỳ biến nút add to cart trong woocommerce
Thursday, August 13, 2015 8:03
% of readers think this story is Fact. Add your two cents.
0

Trong quá trình custom woocommerce bạn muốn custom cách hiển thị các thông tin của sản phẩm mặc định, trong đó có nút add to cart

Hôm nay tôi sẽ chia sẽ với anh chị như thế nào để chúng ta có thể làm điều này

  • Bước 1 chúng ta add class woocommerce vào body

  • Bước 2 bỏ đoạn code sau vào vòng lặp, nơi cần show nút add to cart
%s', esc_url( $product->add_to_cart_url() ), $product->id, esc_attr( $product->product_type ), $product->single_add_to_cart_text() ); echo $add_to_cart_link; ?>
  • Thay đổi text add to cart
add_filter( 'woocommerce_product_add_to_cart_text', 'woo_archive_custom_cart_button_text' ); // 2.1 + function woo_archive_custom_cart_button_text() { return __( 'Thêm vào giỏ hàng', 'woocommerce' ); }

BÌNH LUẬN

Lời bình của bạn
Question   Razz  Sad   Evil  Exclaim  Smile  Redface  Biggrin  Surprised  Eek   Confused   Cool  LOL   Mad   Twisted  Rolleyes   Wink  Idea  Arrow  Neutral  Cry   Mr. Green

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

Register

Newsletter

Email this story
Share This Story:
Print this story
Email this story
Digg
Reddit
StumbleUpon
Share on Tumblr
GET ALERTS:

If you really want to ban this commenter, please write down the reason:

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