Àpèjúwe
This “WC Multiple Cart Items Delete” plugin can be used to delete cart items in bulk on cart page using checkbox.
Ìgbéwọlẹ̀
Please check following steps for installation.
-
Add plugin to the /wp-content/plugins/ directory
-
Check first Woocommerce plugin is activated or not from backend plugin list. If itÌtumọ̀ Yorùbá: ’s not activated then active it otherwise it will show error like ‘Please activate WooCommerce plugin first’.
-
Activate the plugin from backend plugins list.
FAQ
- How can i change “Delete Cart Items” button text?
-
To change button text , you need to add filter in functions.php file of your activated theme/child theme.
add_filter(‘delete_items_text’,Ìtumọ̀ Yorùbá: ’delete_items_text_callback’);
function delete_items_text_callback($string){
$string = ‘Delete Items’;
return $string;
}
Àwọn àgbéyẹ̀wò
Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.
Àwọn Olùkópa & Olùgbéejáde
“WC Multiple Cart Items Delete” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “WC Multiple Cart Items Delete” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
1.0.0
- Initial Release