Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

Cart Dropdown – Webaddict

Deskripsi

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

Tangkapan Layar

Instalasi

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.

Tanya Jawab

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.

Ulasan

10 Agustus 2018
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.
Baca semua 1 ulasan

Kontributor & Pengembang

“Cart Dropdown – Webaddict” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

Log Perubahan

0.5

This is beta version.