=== Plugin Name === Contributors: jasonrbriggs Donate link: http://www.briggs.net.nz/log/projects/yak-for-wordpress/#donations Tags: shop, e-commerce, shopping, cart, commerce, selling, paypal, shopping cart Requires at least: 2.5 Tested up to: 2.7 Stable tag: v1.4.6 YAK is a shopping cart plugin for WordPress which associates products with weblog entries. == Description == YAK is an open source shopping cart plugin for WordPress. It associates products with weblog entries, so the post ID also becomes the product code. It supports both pages and posts as products, handles different types of product through categories, and provides customisable purchase options (cheque or deposit, basic credit card form, basic Google Checkout integration, standard PayPal integration, PayPal Payments Pro, and Authorize.net). Detailed installation and configuration instructions can be found in the YAK [Handbook](http://www.briggs.net.nz/log/projects/yak-for-wordpress/handbook), but basic installation instructions are included in the plugin (after activation, in the “Settings” menu, click “Yak” and then read the “About” tab). *WARNING: Before updating to version 1.3.5, make note of your shipping settings. I've made changes to the shipping calculation which means you'll need to reapply your shipping details.* Further discussion can be found in the [discussion group](http://groups.google.com/group/yak-discuss), and post bugs or problems you find in the [bugs group](http://groups.google.com/group/yak-bugs). To keep up-to-date with releases, subscribe to the [feed](http://www.briggs.net.nz/log/projects/yak-for-wordpress/feed "feed"), or check the [changelog](http://svn.wp-plugins.org/yak-for-wordpress/trunk/changelog.txt). A detailed configuration handbook is available (for sale) from [here](http://www.briggs.net.nz/log/projects/yak-for-wordpress/handbook/), but basic installation instructions are bundled with the package (see Installation to get started). == Installation == 1. Download the zip distribution and unzip into your wp-content/plugins directory, or alternatively, in the WP dashboard, under plugins, select "Add New", and enter YAK as the term to search for. 2. Activate the plugin. 3. Check WordPress settings -- there will be a new option "Yak". The "About" tab contains the rest of the basic setup instructions. If you need more information on more advanced configuration, check out the [handbook](http://www.briggs.net.nz/log/projects/yak-for-wordpress/handbook/) == Frequently Asked Questions == Q. Why doesn't my post show up properly as a product? A. Have you setup your categories correctly? At the very least you should have a "Products" category, with a "Default" child category. The child category should be selected on your post. == Version 1.4.6 == * Add override for the shipping weight calculator value -- you can specify the value that is used for the first X grams in shipping calculation, and then the subsequent X grams. Files changed: yak-for-wordpress.php, yak-view-confirm.php, yak-static.php, yak-view-settings.php, yak-promo-utils.php == Version 1.4.5.1 == * Missed a Git collision marker in yak-settings.php == Changes (Version 1.4.5) == * Localisation fix for the product page (patch provided by DjZoNe) * Fix a minor problem with the tests * Add facility to set session.cache_limiter to private for specific pages (such as checkout). This stops the "webpage has expired" messages in Internet Explorer. * Add promotion code access (specify a comma-separated list of user[name]s who are allowed to access a promotion) Files changed: yak-for-wordpress.php, yak-model.php, resources/ui.css, yak-static.php, yak-view-settings.php, yak-view-acc-recv.php, yak-view-address.php, yak-view-cart.php, yak-view-cc.php, yak-view-confirm.php, yak-view-orders.php, == Changes (Version 1.4.4) == * [html\_shipping\_address] no longer includes email address * billing address is now passed to PayPal Standard (shipping address was being sent through before) * add Portuguese translation provided by Álvaro Files changed: yak-for-wordpress.php, yak-utils.php, yak-payments.php, yak-view-settings.php, yak-model.php == Changes (Version 1.4.3) == * wrong order for product type columns == Changes (version 1.4.2) == * fix bug with html emails * change yak\_google\_analytics so that it's also a callable function (can use from within theme) * add more detail to submission to Authorize.net