Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Cart Dropdown – Webaddict

Beschrijving

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

Schermafdrukken

Installatie

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.

FAQ

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.

Beoordelingen

10 augustus 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.
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“Cart Dropdown – Webaddict” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Cart Dropdown – Webaddict” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.5

This is beta version.