=== Hyyan WooCommerce Polylang Integration=== Contributors: hyyan Tags: cms, commerce, e-commerce, e-shop, ecommerce, multilingual, products, shop, woocommerce, polylang ,bilingual, international, language, localization, multilanguage, multilingual, translate, translation Requires at least: 3.8 Tested up to: 4.2 Stable tag: 0.21 License: MIT License URI: https://github.com/hyyan/woo-poly-integration/blob/master/LICENSE Integrates Woocommerce With Polylang == Description == This plugin makes it possible to run multilingual e-commerce sites using WooCommerce and Polylang.It makes products and store pages translatable, lets visitors switch languages and order products in their language. and all that frome the same interface you love. = Features = - [√] Page Translation - [√] Product Translation - [√] Categories - [√] Tags - [√] Attributes - [√] Shipping Classes - [√] Meta Synchronization - [√] Variation Product - [√] Product Gallery - [√] Order Translation - [√] Cart Synchronization `Without Variation Support` - [√] Coupon Synchronization - [√] Emails - [√] Reports - [√] Filter by language - [√] Combine reports for all languages = What you need to know about this plugin = 1. The plugin support variable products , but using them will `disallow you to change the default language` , because of the way the plugin implements this support. So you have to make sure to choose the default language before start adding new variable products. = Setup your environment = 1. Make sure to setup your woocommerce permalinks correctly 2. You need to translate woocommerce pages by yourself 3. The plugin will handle the rest for you = Contributing = Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute: * Reporting issues (please read [issue guidelines](https://github.com/necolas/issue-guidelines)) * Suggesting new features * Writing or refactoring code * Fixing [issues](https://github.com/hyyan/woo-poly-integration/issues) == Installation == = Classical way = 1. Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there. 2. Activate the plugin from your admin panel = Composer way = 1. run composer command : ``` composer require hyyan/woo-poly-integration``` == Frequently Asked Questions == = Does this work with other e-commerce plugins ? = No. This plugin is for polylang and woocommerce = Does this work with WPML plugin? = No. This plugin is for polylang and woocommerce = What do I need to do in my theme = Well , Nothing = Products Category or tags pages are blank = Just make sure to setup your permalinks , and every thing will be fine , I promise == Screenshots == 1. Add and translate products from the same interface you love 2. Products meta is synced , no need to do anything by your own 3. Orders use the customer chosen language 4. Orders language can be changed 5. Get reports in specific language and combine reports for all langauges 6. Control plugin features from its admin page == Changelog == = 0.21 = * Added admin interface to allow user to control plugin features * Added link for every attribute to search for its translation in the polylang strings table * Added generic fields locker * Added POT file for translation * Fixed product_type is not synced in 0.20 version * General code improvements = 0.20 = * Added the ability to sync total_sales when stock value is changed * Added the ability to combine product report with its translation * Added the ability to combine category report with its translation * Fixed database error in sales_be_category reports * Fixed Orders Interface to use the current user language instead of the order language = 0.19 = * Added the ability to set the write permalinks that can work with polylang if the default woocomerce permalinks are used = 0.18 = * Added basic support for reports (filter by language) * General fixes = 0.17.2 = * Fixed issue#2 (https://github.com/hyyan/woo-poly-integration/issues/2) = 0.17.1 = * Removed wrong php used statement = 0.17 = * Fixed (Polylang language switcher is disabled even if there is no variable products) * Added the ability to sync product category custom fields = 0.16 = * Added support for product gallery translation = 0.15 = * Extended meta list to include _visibility = 0.14 = * Released in the wordpress repository == Upgrade Notice == = 0.20 = The release includes many new features for reports , improve the support for emails , and include new bug fixes