תוסף זה לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס. ייתכן והתוסף כבר לא מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות יותר.

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.

סקירות

10 באוגוסט 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.
קראו את כל הסקירות

מפתחים

"Cart Dropdown – Webaddict" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "Cart Dropdown – Webaddict" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

0.5

This is beta version.