Trong wp để tìm kiếm theo danh mục tùy chọn đường dẫn URL tìm kiếm của wp có dạng như https://localhost.com/?product_cat=demo&post_type=product&s=tukhoa trong đó localhost.com : là url website product_cat : Tên taxonomy demo : slug của taxonomy product_cat tukhoa: là từ khóa tìm kiếm post_type : định dạng post_type được đăng ký Ví dụ ..
Category : Wordpress
Thêm đoạn code này vào nơi muốn load form mini cart trên website <?php global $woocommerce; ?> <a class=”cart-contents” href=”<?php echo $woocommerce->cart->get_cart_url(); ?>” title=”<?php _e(‘View your shopping cart’, ‘woothemes’); ?>”> <?php echo sprintf(_n(‘%d item’, ‘%d items’, $woocommerce->cart->cart_contents_count, ‘woothemes’), $woocommerce->cart->cart_contents_count);?> – <?php echo $woocommerce->cart->get_cart_total(); ?> </a> Thêm đoạn code này vào file functions.php add_filter(‘woocommerce_add_to_cart_fragments’, ‘woocommerce_header_add_to_cart_fragment’); function woocommerce_header_add_to_cart_fragment( ..
Code html <form action=”<?=home_url(); ?>/” autocomplete=”off” class=”col-12 col-sm-12 p-0 form-search-box” method=”get” accept-charset=”utf-8″> <input type=”hidden” name=”post_type” value=”product”> <input type=”text” name=”s” placeholder=”<?=__tr(‘search_entire_store_here’); ?>” class=”text-search”> <button type=”submit”><i class=”fa fa-search”></i></button> <div class=”result-search”></div> </form> Code php thêm vào file functions.php // ***Lấy link ajax mặc định của wordpress function link_ajax_template(){ ?> <script type=”text/javascript” charset=”utf-8″ > url_ajax='<?=admin_url(‘admin-ajax.php’); ?>’; </script> <?php } ..
Easy FancyBox WooCommerce Interactive Floating Cart Lite WooCommerce Cart &nb..
Thêm sản phẩm vào giỏ hàng. $ID là id của sản phẩm. $number là số lượng sản phẩm WC()->cart->add_to_cart($I..
Giả sử video a e muốn lấy ảnh đại diện là https://www.youtube.com/watch?v=uYaDNle4X0A Thay ID video vào url bên dưới URL Ảnh đại diện cần lấy sẽ là (max size): https://img.youtube.com/vi/uYaDNle4X0A/maxresdefault.jpg 1 số Url ảnh đại diện khác : https://img.youtube.com/vi/uYaDNle4X0A/sddefault.jpg https://img.youtube.com/vi/uYaDNle4X0A/0…
Tải Advanced Custom Fields for WordPress ..
Tải Plugins Đa ngôn ngữ WPML Multil..
Một số Plugins lấy thông tin thời tiết nên dùng Awesome Weather Widget Weather Underground Weather Layer giWeather &nb..
Plugins hỗ trợ import export sản phẩm cho woocommerce với các tùy chọn theo danh mục , theo t..
Phản hồi