Changeset 3212219
- Timestamp:
- 12/23/2024 02:06:25 PM (15 months ago)
- File:
-
- 1 edited
-
ali2woo-lite/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ali2woo-lite/trunk/readme.txt
r3208487 r3212219 208 208 ► **Find best products using built-in search tool**: 209 209 210 **[pro versionfeature]** Get more search requests to find the best products for your store. In contrast to AliNext Lite allowing you to make only 100 operations per day.210 **[pro feature]** Get more search requests to find the best products for your store. In contrast to AliNext Lite allowing you to make only 100 operations per day. 211 211 212 212 ► **Find all products of the specific store or seller on AliExpress**: 213 213 214 **[pro versionfeature]** Get more search requests to find the best products of specific AliExpress store or seller. In contrast to AliNext Lite allowing you to make only 100 operations per day.214 **[pro feature]** Get more search requests to find the best products of specific AliExpress store or seller. In contrast to AliNext Lite allowing you to make only 100 operations per day. 215 215 216 216 ► **Load whole category tree from AliExpress**: 217 217 218 **[pro versionfeature]** Get more category requests to load whole category tree from AliExpress. In contrast to AliNext Lite allowing you to make only 5 such requests per day.218 **[pro feature]** Get more category requests to load whole category tree from AliExpress. In contrast to AliNext Lite allowing you to make only 5 such requests per day. 219 219 220 220 ► **Fast Order fulfillment using API**: 221 221 222 **[pro versionfeature]** Place more orders on AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to place ONLY 1 orders using the API.222 **[pro feature]** Place more orders on AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to place ONLY 1 orders using the API. 223 223 224 224 ► **Sync Orders using API**: 225 225 226 **[pro versionfeature]** Sync more orders with AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to sync ONLY 1 orders using the API.226 **[pro feature]** Sync more orders with AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to sync ONLY 1 orders using the API. 227 227 228 228 ► **Set options related to the product synchronization**: 229 229 230 **[pro version feature]** This set of features allows synchronizing an imported product automatically with AliExpress. Also, you can set a specific action that applies to the product depending on change occurring on AliExpress. Go to AliNext Settings > Common Settings > Schedule Settings. 231 232 - **AliExpress Sync**: Enable product sync with AliExpress in your store. It can sync product price, quantity and variants. 233 234 - **When product is no longer available**: Choose an action when some imported product is no longer available on AliExpress. 235 236 - **When variant is no longer available**: Choose an action when some product variant becomes not available on AliExpress. 237 238 - **When a new variant has appeared**: Choose an action when a new product variant appears on AliExpress. 239 240 - **When the price changes**: Choose an action when the price of some imported product changes on AliExpress. 241 242 - **When inventory changes**: Choose an action when the inventory level of some imported product changes on AliExpress. 243 230 **[pro feature]** This set of features allows synchronizing an imported product automatically with AliExpress. Also, you can set a specific action that applies to the product depending on change occurring on AliExpress. Go to AliNext Settings > Common Settings > Schedule Settings. 244 231 245 232 ► **Get email alerts on product changes**: 246 233 247 **[pro versionfeature]** Get email notification if product price, stock or availability change, also be alerted if new product variations appear on AliExpress.234 **[pro feature]** Get email notification if product price, stock or availability change, also be alerted if new product variations appear on AliExpress. 248 235 249 236 You can set email address for notifications and override the email template if needed. The plugin sends notification once per half-hour. … … 251 238 ► **Sync reviews from AliExpress**: 252 239 253 **[pro versionfeature]** Check for an appearance of new reviews in all imported products. Unlock "Import more reviews automatically" option in the review settings.240 **[pro feature]** Check for an appearance of new reviews in all imported products. Unlock "Import more reviews automatically" option in the review settings. 254 241 255 242 ► **Import shipping methods from AliExpress and/or show shipping selection on your website frontend**: 256 243 257 **[pro versionfeature]** Easily import delivery methods from AliExpress, set pricing rules to add your own margin over the original shipping cost, show shipping methods selection on the product page, cart page, checkout page.244 **[pro feature]** Easily import delivery methods from AliExpress, set pricing rules to add your own margin over the original shipping cost, show shipping methods selection on the product page, cart page, checkout page. 258 245 259 246 Go to AliNext Settings > Shipping settings. … … 261 248 See a detailed guide on this topic [HERE.](https://help.ali2woo.com/codex/shipping-settings/?utm_source=lite&utm_medium=wporg&utm_campaign=alinext-lite) 262 249 263 **[pro versionfeature]** Select AliExpress Region, choose the specific AliExpress region to ensure accurate pricing, stock, and shipping details. You have to contact our support center in order to set the region for your premium plugin license.250 **[pro feature]** Select AliExpress Region, choose the specific AliExpress region to ensure accurate pricing, stock, and shipping details. You have to contact our support center in order to set the region for your premium plugin license. 264 251 265 252 [GET PRO VERSION](https://ali2woo.com/dropshipping-plugin/?utm_source=lite&utm_medium=wporg&utm_campaign=alinext-lite) or [https://ali2woo.com/dropshipping-plugin/](https://ali2woo.com/dropshipping-plugin/?utm_source=lite&utm_medium=wporg&utm_campaign=alinext-lite) … … 312 299 8. Feature to quick search for all products of the same seller/store from AliExpress 313 300 314 == Changelog ==315 = 3.4.9 - 2024.12.16 =316 * Add WordPress 6.7.2 compatibility317 * Add A2W_PRODUCT_SEARCH_LIMIT and A2W_STORE_PRODUCT_SEARCH_LIMIT (max 40 items per page)318 * Fix bug in a global message service module319 * Fix minor bugs and code refactor320 321 = 3.4.8 - 2024.12.03 =322 * Fix xss vulnerability in api keys settings page323 * Add A2W_JOB_MEMORY_LIMIT constant allowing to set max RAM size for background job324 * Improve get access token feature (fix undefined alert)325 * Add compatibility with WooCommerce 9.5.*326 * Fix build categories feature327 * Fix old variation matching bug328 * Fix minor bugs and code refactor329 330 = 3.4.7 - 2024.11.18 =331 * Add compatibility with WooCommerce 9.4.*332 * Add Tip of the day popup to notify about new plugin feature and opportunities for earning333 * Update Promo module information334 * Fix minor bugs and code refactor335 336 = 3.4.6 - 2024.11.06 =337 * Fix the order fulfillment warning showing when phone field is empty338 * Change built-in search page template according to new parser features339 * Add more information about imported variants on product edited page340 * Fix the manual mode of the product split feature341 * Enhance product split feature. Skip images related to skipped product variants.342 * Fix minor bugs343 344 = 3.4.5 - 2024.10.07 =345 * Enhance settings transfer module346 * Fix minor bugs347 348 = 3.4.4 - 2024.09.30 =349 * Add compatibility with WooCommerce 9.3.*350 * Add server max execution time and memory limit checks on the System Info page351 * Enhance product background loader (should work faster even on cheap hosting plans)352 * Fix shipping loader (premium plugin version)353 * Fix built-in store products` search354 * Fix issue causing Wordfence notice355 356 = 3.4.3 - 2024.08.26 =357 * Fix bug pricing rules type is not applied on choosing pricing set;358 * Add compatibility with WooCommerce 9.2.*359 360 301 == Upgrade Notice == 361 302
Note: See TracChangeset
for help on using the changeset viewer.