Description
Grab your Ecwid products and categories into a variety of WordPress widgets including:
- A slider
- A popup
- An accordion
- An autosuggest
- A sortable table
- A link to an RSS feed for your products.
Screenshots
Installation
- Upload the
ecwid-widgets-avalanche
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Make sure you have an Ecwid store with an account that allows API access
- Visit the plugin settings page and click the button to connect your store
FAQ
- The plugin won’t work. Why?
-
Make sure you have an ecwid store with an account that allows API access. This may mean you need a paid ecwid account.
- Does this plugin make my site really slow?
-
Only for one page load. It calls Ecwid, gets your store data, and saves it to your WordPress database for future use. Unless you have WordPress in debug mode and you are logged in to the site. Then it does not cache.
- Wait, so there is a slow page load? For every user?
-
No, just for one user. Once one user loads the page, your WordPress site will have cached the data from Ecwid, and this establishes the cache from which all other users will benefit for the lifetime of that cache.
- A cache? What if I make changes to my products in Ecwid.com?
-
You’ll need to dump your cached data in order to see those changes. There are three ways to do that:
1. Wait a few hours. The cache resets each day.
2. Click the button to dump your cache in the plugin settings page.
3. Save or re-save any widget from this plugin. - The accordion widget shows some products multiple times. This is dumb.
-
It loops through all your categories, and shows all the products in each category. If a product is in multiple categories, it will appear multiple times.
- Some of these widgets don’t do exactly what I want them to do. Can you change something?
-
Probably! Contact me at [email protected] to inquire about custom work.
Reviews
Contributors & Developers
“Widgets Avalanche for Ecwid” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Widgets Avalanche for Ecwid” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.6.1
- Added “enabled” arg to autosuggest.
1.6
- Added “limit” arg to rss feed.
1.5.9
- Fixed bug with RSS Feed.
1.5.8
- Accordion widget can order and order_by.
1.5.7
- Fixed plugin to wait until dom ready to start widgets.
1.5.6
- Fixed plugin to work properly in environments with object caching.
1.5.5
- Widgets load via ajax now.
1.5.4
- Improved FAQ.
1.5.3
- Move docs sections into their widget files.
1.5.2
- Fixed JS error in wp admin, moved JS to its own file.
1.5.1
- Fixed trailing slash error with feed 404.
1.5
- Added RSS widget & feed.
1.4
- Added sortable table widget.
- Standardized CSS classes, breaking backwards compatibility with old css classes.
1.3
- Added debug console in wp-admin.
1.2
- Added Autosuggest widget.
1.1.1
- Stop asking Ecwid for permissions we don’t need.
1.1
- Smarter welcome and error messages for new accounts.
1.0
- Initial release.