|
Project Information
Members
Featured
Downloads
Links
|
Spreadshop Wordpress PluginThis plugin it's tested on WordPress 2.3.1Nowadays I'm writing the goPHP5 version 2.0 that will use a slim SOAP client instead of the huge XML parser. Ok guys I'm sorry. This project is abandoned. If someone wants to join, is welcome. Spreadshirt is a online gadget service, with it you can easily sell online your personal t-shirts and gadgets with a cool and fast Macromedia Flash creator interface. Items quality seem excelent but prices aren't so cheap. This plugin is already quite stable. I have to praise all active users who posted bugs in the forum and helped with developement. Installation
UsageTo get entire the shop embed into your blog, you must push it in a normal page. Create that page, and give it a pretty title, then fill the content with this string only: <!--spreadshop--> Now save the page and your Spreadshop will just appear online like a sharme. If you want to embed a single product into a post, or a page, you should use the following code syntax into your posts: <!--spreadarticle=3811625--> The number must be an existent article id, you can find that number in the URL of details page. The column separator is optional and size string too, it's used to force a specific image size: <!--spreadarticle=3811625:huge--> If you want to show a random product from your shop, you must edit the theme. Probably you'll want it into the sidebar, so edit sidebar.php and put in this code: <?php randomSpreadArticle(); ?> You can manage the size of the random thumbnail. Simply add into parenthesis one of this words between two single or double quotes: small, medium, big, huge. Size reference stands in the administration page. You can find it in a drop down list, with pixel dimensions. Upgrading
Changelog
TranslationsIf you're good with PoEdit you'll find the .pot template into the file archive distribution. Please contact me and send me your translation. I'll be pleased to embed it on next releases. If you're not yet good, learn how to localize WordPress plugins. |