Dizze plugin is net hifke mei de lêste 3 grutte releases fan WordPress . It kin net langer wurde ûnderhâlden of stipe en kin kompatibiliteitsproblemen hawwe as it wurdt brûkt mei resinte ferzjes fan WordPress.

WC Multiple Cart Items Delete

Beskriuwing

This “WC Multiple Cart Items Delete” plugin can be used to delete cart items in bulk on cart page using checkbox.

Ynstallaasje

Please check following steps for installation.

  1. Add plugin to the /wp-content/plugins/ directory

  2. Check first Woocommerce plugin is activated or not from backend plugin list. If it’s not activated then active it otherwise it will show error like ‘Please activate WooCommerce plugin first’.

  3. 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’,’delete_items_text_callback’);
function delete_items_text_callback($string){
$string = ‘Delete Items’;
return $string;
}

Resinsjes

D'r binne gjin resinsjes foar dizze plugin.

Meiwurkers & amp; Untwikkelders

"WC Multiple Cart Items Delete" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.

Meiwurkers

Oersette "WC Multiple Cart Items Delete" yn jo taal.

Ynteressearre yn ûntwikkeling?

Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .

Feroaringslog

1.0.0

  • Initial Release