This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WC Multiple Cart Items Delete

ਵੇਰਵਾ

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

ਸਥਾਪਤੀਕਰਨ

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.

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

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

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WC Multiple Cart Items Delete” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WC Multiple Cart Items Delete” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.0.0

  • Initial Release