ĐĂNG TIN
logo
Online:
Visits: 1,686,523,963
Stories: 8,386,544
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ố: 23
Hướng dẫn custom woocommerce phần 3
Thursday, January 14, 2016 2:27
% of readers think this story is Fact. Add your two cents.


Mời anh chị xem video:

  • Code hoạt động của nút add to cart
%s', esc_url( $product->add_to_cart_url() ), $product->id, esc_attr( $product->product_type ), 'Mua ngay' ); echo $add_to_cart_link; ?>
  • Code php cho phần cartmini
    cart->get_cart() ) > 0 ) : ?> cart->get_cart() as $cart_item_key => $cart_item ) : $_product = $cart_item['data']; // Chỉ hiển thị nếu cho phép if ( ! apply_filters('woocommerce_widget_cart_item_visible', true, $cart_item, $cart_item_key ) || ! $_product->exists() || $cart_item['quantity'] == 0 )continue; // Lấy price $product_price = get_option( 'woocommerce_display_cart_prices_excluding_tax' ) == 'yes' || WC()->customer->is_vat_exempt() ? $_product->get_price_excluding_tax() : $_product->get_price(); $product_price = apply_filters( 'woocommerce_cart_item_price_html', woocommerce_price( $product_price ), $cart_item, $cart_item_key ); ?>
  • get_image(); ?>
  • Giỏ hàng Thanh toán

  • Code css
.bar_cart { width: 20%; float: left; position:relative; } .bar_menus_add_cart { background-color: #ddd; } .bar_cart ul { background-color: #eee; display:none; position:absolute; } .bar_cart ul li { display: block; float: left; } .bar_cart ul li a.cart-images { width: 30%; float: left; } .cart-info { width: 70%; float: right; padding-left: 15px; }
  • Code js
$('.bar_cart .cart').mouseover(function(){ $('.bar_cart ul').show('slow'); }) $('.bar_cart ul').mouseleave(function(){ $('.bar_cart ul').hide('slow'); })

Tìm kiếm trên google: 

-Hướng dẫn custom woocommerce

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.