StepSelect for WooCommerce
A WooCommerce plugin that displays variable product options as a step-by-step process with a progress indicator, ensuring sequential selection.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 252 days ago
Is StepSelect for WooCommerce abandoned?
Likely maintained (last update 252 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Summary
With StepSelect for WooCommerce, selecting the options of your Variable Products will become more of a step-by-step process. It will hide/obscure every select box until the previous option has been selected, and it will show a progress bar which will indicate how many options the customer has left to select before they can add it to their cart.
Installation
- Upload the “stepselect-for-woocommerce” directory to your “wp-content/plugins” directory.
- In your WordPress admin, go to PLUGINS and activate “StepSelect for WooCommerce”
- Done!
Frequently Asked Questions
With the plugin enabled, your Variable Products will not show all selectable options right away. Instead, it will show the first option only, then when that’s selected it will show the second option, then when that’s selected it will show the third option, and so on. Additionally, it will show a progress bar on the product page, that shows how many options have been selected and how many are left.
Let’s say you have a Variable Product with 3 attributes: Color, Size and Fabric. Normally, you will see all three options shown on the page and people can select Fabric first, then Color, then Size. Or in whichever order they want! With StepSelect for WooCommerce, it will only show the Color option first (Size and Fabric are hidden). Only when someone selects a Color, the Size option will become visible. Then when they select a Size, the Fabric option will appear.
If you have default selections set, then that will be considered a selection made. For example, you have 3 attributes Color, Size and Fabric, and you’ve set a default option for Size. At first, it will only show Color. Then once you select a color, the Size will appear. Though, because it already has a default value, the Fabric option will also appear right away.
You can do that by editing the file /assets/stepselect-for-woocommerce.js.
– If you want select boxes to be visible until the previous option has been chosen, comment line 24 only.
– If you want select boxes to be fully hidden until the previous option has been chosen, comment line 25 only (default setting).
This will be an option to change in WP-admin in the next version.
You can change that by editing line 54 in the file /assets/stepselect-for-woocommerce.js.
– Mode 0: everything goes to it’s standard, non-selected selection
– Mode 1: if a field has a default option, it goes to that selection
– Mode 2: does not change anything (default setting)
This will be an option to change in WP-admin in the next version.
It’s possible that your theme or another plugin is part of the issue. This plugin will only work with the standard WooCommerce code is used, so if your theme (or another plugin) makes any changes to that, it might not work. To check this, check if your theme has a file called wp-content/themes/your-theme/woocommerce/single-product/add-to-cart/variable.php . If it does, then that’s an indicator that that file overrides WooCommerce’s default selection process, and would probably be why the plugin is not working.
If you’re not sure how to use this, or you’re running into any issues with it, post a message on the plugin’s WordPress.org support forum.
Plugin Status Snapshotter’s community support forum at https://wordpress.org/support/plugin/stepselect-for-woocommerce would a good place, though if you want to add all sorts of -technical- details, it’s best to report it on the plugin’s Github page at https://github.com/senff/WordPress-StepSelect-for-Woocommerce/issues . This is also where I consider code contributions.
Please go to the plugin’s community support forum at https://wordpress.org/support/plugin/stepselect-for-woocommerce and post a message. Note that support is provided on a voluntary basis and that it can be difficult to troubleshoot, and may require access to your admin area. Needless to say, NEVER include any passwords of your site on a public forum!
Review feed
Screenshots
Changelog
1.0
- Initial release.