ਵੇਰਵਾ
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.
ਸਮੀਖਿਆਵਾਂ
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Cart Dropdown – Webaddict” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Cart Dropdown – Webaddict” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
0.5
This is beta version.