Redirect & 404 Helper for Ecwid
The only WordPress 404/redirect tool that understands Ecwid's embedded store URLs. Companion plugin for the Redirect & 404 Manager Ecwid app.
by Forest Valley · github.com/forest-valley-apps/redirect-404-helper-for-ecwid · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/forest-valley-apps/redirect-404-helper-for-ecwid/archive/refs/heads/main.zipThe only WordPress 404/redirect tool that understands Ecwid's embedded store URLs.
Description
Redirect & 404 Helper for Ecwid is a companion plugin for stores running the official Ecwid Shopping Cart plugin on WordPress. Because Ecwid products are JavaScript-rendered views on a single host page, generic redirect plugins cannot classify or redirect them. This plugin is Ecwid-aware.
This is an early scaffold. Features arrive per the implementation plan:
- Ecwid-aware 404 logging and classification (product / category / WordPress page)
- "Deleted vs. typo" detection against the live Ecwid catalog
- False-404 collision warner for WordPress slugs that collide with Ecwid's
-(p|c)123URL pattern - Manual 301 redirects and CSV export of the 404 log
Installation
- Upload the plugin to
/wp-content/plugins/ecwid-redirect-404-helper, or install it from the Plugins screen. - Activate it through the Plugins screen in WordPress.
- Ensure the official Ecwid Shopping Cart plugin is installed and configured.
Frequently Asked Questions
Does this work without the Ecwid plugin?
The Ecwid-aware features require the official Ecwid Shopping Cart plugin. Generic 404 logging works regardless.
Changelog
0.1.0
- Initial plugin scaffold (tooling and bootstrap only; no user-facing features yet).