Xóa nút Add to cart trong WooCommerce

Với WooCommerce, một sản phẩm được áp giá thì sẽ có nút Add to cart / Thêm vào giỏ hàng. Nếu muốn xóa tất cả nút Add to cart này trên shop và chỉ hiện thị giá sản phẩm để […]

Xóa Default sorting và Results counting trong WooCommerce

Thêm đoạn code sau đây vào file functions.php để xóa thành phần “Showing all xx results” hay “Showing xx of xx results” và drop-down “Default sorting” trên trang Shop/Cửa hàng. function remove_before_shop_loop() { remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20 ); remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, […]

Nhập dữ liệu mẫu cho plugin WooCommerce

Bài viết giới thiệu một trong những cách nhập dữ liệu mẫu dùng cho giao diện WooCommerce. 1. Download file sample_products.xml 2. Install WordPress Importer 3. Import file sample_products.xml Notes: Ta nên chọn Import Attachments để download thumbnails cho tiện làm […]