Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

WC Multiple Cart Items Delete

Descripció

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

Instal·lació

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.

PMF

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;
}

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«WC Multiple Cart Items Delete» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.0.0

  • Initial Release