Mô tả
WooCommerce Cart Dropdown
A simple WordPress plugin for WooCommerce to show cart items as dropdown.
Cài đặt
Go to your dashboard and add new plugin via dashboard. You can also install it manually. Simply extract zip and upload it to plugins folder.
Hỏi đáp
Question 1. How to display cart dropdown?
Answer: Use [wd-mini-cart] shortcode into page or <?php echo do_shortcode('wd-mini-cart') ?>
in templates.
Question 2. Add filter to change cart dropdown text?
Question 3. Add filter to change cart dropdown text?
< ?php
function change_icon($icon) {
$icon = '’;
return $text;
}
add_filter(‘WH_Filter_Icon’,’change_icon’);
?>
- Installation Instructions
-
Go to your dashboard and add new plugin via dashboard. You can also install it manually. Simply extract zip and upload it to plugins folder.
Đánh giá
Người đóng góp & Lập trình viên
“Cart Dropdown – Webaddict” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Cart Dropdown – Webaddict” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.5
This is beta version.