Description
This is a plugin for getting items from a Storenvy shop and displaying them. It gets the info from the ‘products.json’ feed, so only information that’s in the feed can be pulled in to your page/post.
The plugin allows you to configure how the info is displayed.
The plugin has not been tested with anything prior to WordPress 3.0 (at least not recently)
Supports shorcodes and template tags.
Old Vimeo Walkthrough
Screenshots
Installation
- Upload
storenvy
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Find Settings > Storenvy
- Enter your store’s URL
- Place [storenvy] in a page or post
FAQ
- [some feature] isn’t working, what’s up with that?
-
This is definitely still in beta. While the plugin works for my tests, I need more feedback to try and get it to rock-solid status.
If you find something that doesn’t work, please let me know (trepmal (at) gmail (dot) com) rather than just leaving poor feedback. - The layout is screwy
-
Try adding
div.se-item { clear:both; }
Better yet, find some CSS tutorials so you can fully customize the layout.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Storenvy” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Storenvy” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4
- Beta again! (errr… still.)
- Works with new Storenvy API
- Hopefully a good start to get you going again. Basic options for now, will aim to get more added soon.
0.3
- Still “beta”
- Add default CSS
- Little bit of code cleanup
0.2
- (Still in beta) Better code for retrieving the RSS file
- whitespace cleanup
0.1
- First Beta release