Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morganestes/mm-shipping-options
Adds a filter to the MemberMouse WordPress plugin to show/hide shipping options on a checkout form.
https://github.com/morganestes/mm-shipping-options
Last synced: about 1 month ago
JSON representation
Adds a filter to the MemberMouse WordPress plugin to show/hide shipping options on a checkout form.
- Host: GitHub
- URL: https://github.com/morganestes/mm-shipping-options
- Owner: morganestes
- License: gpl-2.0
- Created: 2014-04-30T15:28:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T17:42:34.000Z (over 10 years ago)
- Last Synced: 2023-03-22T16:50:02.804Z (over 1 year ago)
- Language: PHP
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Custom Shipping Options for MemberMouse ===
Contributors: morganestes
Donate link: http://www.morganestes.com/donate/
Tags: membermouse, shipping, checkout, ecommerce, extension
Requires at least: 3.8
Tested up to: 3.9
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://github.com/morganestes/mm-shipping-options/blob/master/LICENSEAdds a filter to the MemberMouse WordPress plugin to show/hide shipping options on a checkout form.
== Description ==
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.
== Installation ==
1. This plugin can only be used in conjunction with the [MemberMouse Platform paid plugin](http://membermouse.com/). It must be installed and activated prior to using this one.
2. Follow standard plugin installation and activation methods.== Frequently Asked Questions ==
= 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.
== Screenshots ==
1. Getting the ID of the shipping option by hovering over the description.
2. All defined shipping options available (default).
3. Shipping options filtered.== Changelog ==
= 1.0.0 =
* Production release. No changes from 0.1.0.
= 0.1.0 =
* Initial release.
* Enable JavaScript filter through URL parameter.