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

Custom Shipping Options for MemberMouse

外掛說明

By default, MemberMouse adds every shipping option you have configured to an order form, even if you don’t want them displayed (like ones that are internal use, free shipping options, etc.).

Custom Shipping Options for MemberMouse enables you to filter out those extra options by specifying which ones you do want displayed. Only want U.S. and International shipping as choices (leaving free shipping for your Customer Service reps, or as a special offer)? No problem! Just add it to your URL and you’re good to go.

螢幕擷圖

  • Getting the ID of the shipping option by hovering over the description.
  • All defined shipping options available (default).
  • Shipping options filtered.

安裝方式

  1. This plugin can only be used in conjunction with the MemberMouse Platform paid plugin. It must be installed and activated prior to using this one.
  2. Follow standard plugin installation and activation methods.

常見問題集

How do I filter out specific shipping methods?

Add the mm-fso query string to the URL of your checkout page and specify the IDs of the methods you want to offer.
For example https://shop.example.com/cool-product/?mm-fso=1,4 will only show shipping methods 1 and 4.

Can I filter the methods prior to them being displayed?

Not at this time.

What if JavaScript is disabled?

MemberMouse relies on JavaScript for the sales process. If it’s disabled in the browser, none of it will work properly.

Will this change the shipping options in MemberMouse?

No, this only removes the unwanted options from the checkout page. Everything else remains as you set it up.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Custom Shipping Options for MemberMouse〉的開發相關工作。

參與者

變更記錄

1.0.0

  • Production release. No changes from 0.1.0.

0.1.0

  • Initial release.
  • Enable JavaScript filter through URL parameter.