- Created by AashikP
- 🗓 Last Updated: 15/06/26 06:27:47
- 🌟 Stars on GitHub: 1
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Workflow
- Get Source Code
From their README
Credits
- Inspired by WPCOM workflow by Chris
- Workflow icon: https://www.iconfinder.com/icons/211784/navigate_icon
WooCommerce Navigation Workflow
What's this?
This Alfred workflow to guide user to navigate WooCommerce configuration option by pasting the path to the front most app on your mac.
Is it useful to me?
Only if your work includes sending instructions on accessing various WooCommerce features and configuration options 🙂
Setup
- Download
WooCommerce Navigation.alfredworkflow - Install the workflow on your device
- Search for navigation paths by
wn YOUR_QUERY
Usage
wn YOUR_QUERY
- By default, the keyword is set to
wnfor stock configuration options - After typing the query, Alfred prompts for an output style: Plain, Strong (HTML
), or Bold (Markdown**) - Eg: If you want to search for the configuration path for
Hold Stock, launch alfred and typewn hold stock, then pick a style - Plain output:
WooCommerce > Settings > Products > Inventory > Hold stock (minutes) > Define - Hold Stock in minutes
wnca NAME|PATH
- This would add a new, custom navigation path to a separate db table
- Make sure that the custom path does not have the same name as any of the existing stock names. This is because the workflow only searches the custom database if there are no results found for your query in stock database
- Custom path is saved in a different table so that if there's an update to this workflow in the future, your custom paths are not lost
wncr NAME or wncr PATH
- Removes the custom name|path combination that you've added
- This is irreversible as there's no backup of custom table anywhere outside of your device
- Please also note that there is no warning prior to removing a custom item
What about the new WooCommerce Navigation?
Use wnn YOUR_QUERY instead of wn YOUR_QUERY and the results would be in the new WooCommerce Navigation format. The same Plain / Strong / Bold style picker is shown after the query.
What about WPCOM eCommerce sites?
Use wne YOUR_QUERY to search navigation paths specific to WPCOM eCommerce sites. The same Plain / Strong / Bold style picker is shown after the query.
How to update?
-
If you don't have any custom navigation paths added: just delete the existing workflow, and install new one
-
If you have custom navigation paths added:
- Right-click on workflow and open the folder in finder
- Copy the
custom.dbfile to a different folder - Delete the workflow
- Install the latest version of workflow
- Open the workflow folder in finder, and replae the
custom.dbfile with the one you copied instep 2. - All your custom path should now be retained.
Changelog
1.4.0
- Consolidated style variants (
wnb,wns,wnnb,wnns) into a single style picker shown afterwn/wnn - Added
wnefor WPCOM eCommerce navigation paths - Removed the
WP Adminprefix variants (wpn,wpnb,wpns) and the correspondingwp-admin-stock.db
1.3.0
- Added support for the new WooCommerce Navigation.
1.2
- Updated navigation paths to reflect the changes to Coupon path (Marketing > Coupon)
- Default queries don't include WP Admin now.
- CSV file names changed.