Dynamic Cart Quantity for WooCommerce

外掛說明

This plugin will hide the WooCommerce “Update Cart” button and reload the quantity changes dynamic over jQuery. You don’t need this extra click anymore!

This Plugin is based on a posting on StackExchange related to WordPress developers. I modified the basic concept and created a plugin out of it that WordPress users with less experience in PHP can integrate this function easily without destroying their functions.php file.

There are no options. Just activate the plugin and it will work.

Please note: Since WooCommerce introduced block-based templates, this plugin only works when you are using the classic WooCommerce cart shortcode [woocommerce_cart] added to a page. It is not needed when using the WooCommerce Cart Block.

Plugin Requirements

  • This plugin requires WordPress 4.9 or greater
  • This plugin requires WooCommerce 3.0.0
  • This plugin requires PHP 5.6 or greater

螢幕擷圖

  • WooCommerce cart page after plugin activation.

安裝方式

  1. Go to your WP Dashboard > Plugins and search for ‘Dynamic Cart Quantity for WooCommerce’ or…
  2. Download the plugin from WP repository.
  3. Upload the ‘woo-update-cart-qty-dynamic’ folder to the ‘/wp-content/plugins/’ directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Dynamic Cart Quantity for WooCommerce〉的開發相關工作。

參與者

〈Dynamic Cart Quantity for WooCommerce〉外掛目前已有 3 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Dynamic Cart Quantity for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • Removed deprecated load_plugin_textdomain() call
  • Tested up to WP 6.9

1.1

  • Tested up to WP 6.0

1.0

  • Initial release