這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Cart Dropdown – Webaddict

描述

WooCommerce Cart Dropdown
A simple WordPress plugin for WooCommerce to show cart items as dropdown.

螢幕截圖

安裝

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.

常見問題

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.

評價

2018年8月10日
I am using this plugin and it's really helped me for drop-down functionality in the header menu. just one suggestion, Please check w3cvalidation one div is missing and bold tag closing before anchor tag.
閱讀全部1個評價

貢獻者及開發者

“Cart Dropdown – Webaddict” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Cart Dropdown – Webaddict 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.5

This is beta version.