=== Quick Shop === Contributors: zackdesign Donate link: http://www.zackdesign.biz/wp-plugins/34 Tags: cart, shop, widget, post, sidebar, contact, php, plugin, paypal, tinymce Requires at least: 2.3 Tested up to: 2.3 Stable tag: 1.2.4.7 QuickShop has two shopping-cart widgets, automatically adds buttons to your posts, and includes a TinyMCE editor button. == Description == QuickShop supports any Wordpress that has the Sidebar Widgets installed, really. I've only used it on 2.3.x but I wouldn't imagine it would break on 2.0 or later. It adds a SideBar widget that shows the user what they currently have in the cart and allows them to remove the items, not to mention a TinyMCE button to easily allow you to add products to your posts/pages. I've integrated QuickShop with the [Wordpress Contact Form](http://green-beast.com/blog/?page_id=136 "WP-GBCF") but there are several other possible ways of doing it. Want me to do it for you? Contact me at [Zack Design](http://www.zackdesign.biz "Zack Design"). Also, you will need to make your own CSS for this. I've included enough classes/ids for you. Features: * A TinyMCE button. This is practically a copy and changeover from the NextGen Gallery - I would like to thank the developers of NextGen Gallery for an excellent solution. * Full range of formatting for widget layout in Admin -> Options -> Quickshop * Two widgets - one is Paypal, the other is set for your custom solution One of my clients required a quick and dirty shopping cart for Wordpress. The background: 1. They had more than one product per post 2. They only wanted orders to be sent via email 3. They only needed EFT (Electronic Fund Transfer - like Direct Debit or Internet Banking) Thus, QuickShop was born thanks to the excellent way in which the Wordpress Plugin API is set up. List of possible future features: * AJAX implementation * Possibly MoneyBookers addition * Inventory * Better integration with the new WP-GBCF currently being developed Please be aware that I'll only be updating this if I need to or if I'm paid to. Feel free to come on board and contribute! == Installation == 1. Upload the 'quick-shop' folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add tags to your post text: You may now use the TinyMCE button!!! OR In any post where you have a product add this tag: [quickshop:NAME_OF_YOUR_PRODUCT:price:YOUR_PRODUCT_PRICE:shipping:YOUR_SHIPPING_PRICE:shipping2:SHIPPING_PRICE_FOR_MULTIPLE_PRODUCTS_AFTER_FIRST:end] This will create the form button 'Add to Cart' as well as pricing. Shipping is optional, you can end it like so: [quickshop:Test:price:30:end], or even [quickshop:Test:price:30:shipping:2:end]. 4. Integrate it with your contact form (if not using the Paypal functionality). Given below is the implementation for WP-GBCF. Please note it is different to 1.0! If you want shipping calculated as well in this form I'll add it here as soon as I can... Add this after Line 1221 of WP-GBCF V2.0 (wp-gbcf_form.php): -------------------------------------------- `unset($_SESSION['qscart']); // This line clears the cart after the email is sent.` -------------------------------------------- Starting from Line 1292 of WP-GBCF V. 2.0 (wp-gbcf_form.php): -------------------------------------------- ` ` -------------------------------------------- == Frequently Asked Questions == = How do I change the currency in Quick Shop? = You may now do it in the QuickShop admin options page. You can put in any currency you wish to set as the default currency. = I Need HELP!!! = That's what I'm here for. I do Wordpress sites for many people in a professional capacity and can do the same for you. Check out www.zackdesign.biz = Why didn't I include the changed WP-GBCF as well? = Because they may upgrade it in future. Nothing worse than out-of-date code. = Where do I get WP-GBCF? = Weren't you paying attention? Read the Description again!!!