该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.5

This is beta version.