這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WC Shipping Option by User Role

描述

WC Shipping Option by User Role gives site administrators the ability to control shipping option based on user role

螢幕截圖

  • Plugin’s settings page view
  • Cart page view
  • Checkout Page View

安裝

  1. Upload the plugin files to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to Woocommerce > Shipping Option to manage settings

常見問題

Why isn’t shipping method not appearing in the plugin settings page?

Verify that your shipping method is both installed and enabled. Disabled methods are not shown in the settings page.

I have a shipping method enabled for a role, but when I checkout as that role, the shipping option is not available.

Confirm that the shipping method is available to the user when the extension is disabled. A shipping method still won’t appear at checkout if the method or gateway has used its own parameters to determine unavailability.
For example, a shipping method may not be available to customers entering certain billing information, or if products in the cart don’t have dimension or weight information available.

Additionally, the site Admin may have disabled certain shipping sub-methods.

評價

2020年12月11日
Este plugin é sensacional, mas por algum motivo não mostra as opções de correios. Como eu não preciso de regras para o envio dos correios, esse snipet na função de filtros do plugin já resolve e faz com que ele não filtre os correios. Fix for Brazilian CORREIOS shipping method: [PT] Editar plugins > seleciona o plugin > classes > filter_methods.php Substituir o interior do if da linha 35 por: $method = $rate_id; $method = explode(‘-‘, $method); if ( $method[0] != ‘correios’ ) { unset($rates[$rate_id]);} [EN] Plugin editor > select the plugin > classes > filter_methods.php Overwrite the “if clause” at line 35 with the following: $method = $rate_id; $method = explode(‘-‘, $method); if ( $method[0] != ‘correios’ ) { unset($rates[$rate_id]);}
閱讀全部3個評價

貢獻者及開發者

“WC Shipping Option by User Role” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WC Shipping Option by User Role 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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