Changelog of Amazon Market Place v5 for Prestashop
Module presentation | Changelog v5 | Changelog v4 | Changelog v3 | Changelog v2
Table of Contents
Amazon Market Place version 5 – 2022-2025
Amazon Market Place version 5.4.10 – 13 November 2025
Fixed FBA multi-channel order creation when combination
Resolved an issue where FBA multi-channel fulfilment orders incorrectly referenced the parent product instead of the variant (combination). The system now correctly identifies and uses the actual variant when creating fulfilment orders, ensuring accurate handling of product combinations.
Amazon Market Place version 5.4.09.2 – 10 October 2025
Added: New key for Polish CSV header mapping
Introduced a new configuration key to support mapping of CSV header titles in the Polish language, enabling the module to correctly read and process CSV data report files.
Fixed: Zero value handling in profile configuration
Resolved an issue where the module could not drop the primary key id_mpo_webservice in the marketplace_product_option table.
Added: New configuration to filter order cronjob by period (days)
Introduced a new configuration option allowing merchants to define a time period (in days) for filtering orders processed by the cronjob. This improves performance by limiting synchronization to recent orders only.
Added: Additional outgoing shipping methods for UK, FR, IT, DE, and IE marketplaces
Expanded the list of supported outgoing shipping methods for Amazon marketplaces in the United Kingdom, France, Italy, Germany, and Ireland to ensure broader compatibility with marketplace requirements.
Fixed: Filter feature affecting products even when disabled
Resolved an issue where products were still being filtered during feed generation even when the filter feature was turned off in the module settings.
Fixed: Recursive function for retrieving enum properties in product type schema
Corrected a recursive function responsible for extracting enum property values from Amazon’s product type schema definition to ensure proper handling of complex product attributes.
Fixed: Display of processing feed result status
Improved the visibility and accuracy of feed processing status messages displayed in the module interface.
Updated: Inventory FBA synchronization handling
Enhanced the internal function managing synchronization of FBA inventory to ensure more accurate updates and stability when communicating with Amazon’s API.
Added: Renew employee and currency data context during FBA inventory update
Implemented new logic to automatically renew the employee and currency context when updating FBA inventory, improving data integrity during synchronization.
Fixed: Incorrect SKU shown in order details when ‘Import by ID’ mode enabled
Resolved a display issue where the SKU in order details was incorrect when the “Import by ID” import mode was active.
Amazon Market Place version 5.4.09.1 – 3 October 2025
Fixed: Creation option appears when Creation Feature is disabled
Resolved an issue where the creation option still appeared inside the product extension sheet, even though the “Create new products” feature is disabled.

Fixed: allow value zero in the profile
When configuring product creation profiles, some required fields did not correctly accept the value “0”. This issue has been resolved — the module now properly sends zero values to Amazon when applicable.
No need to check PRODUCT TYPE when syncing offers
When syncing offers, the type of product (Product Type) is not necessary. We are not including it anymore, because it caused inconsistencies when the Product Type did not match the Product Type used on Amazon.
Fixed missing ‘marketplace_id’ in order list on PrestaShop
Fixed an issue where the marketplace order ID numbers were not displayed when importing Amazon orders.

Column not found when update status orders
Resolved an issue where data columns were not found when running the cron to update the status of orders.
Add log of order importation
Added a log of order importation, to keep better track of the importing of orders and retrieve order import issues easier.
“insert customization field” function in order import
Fixed function “insert customization field” when importing orders
Removed tag displayPrice in template render invoice VCS
Removed the tag “displayPrice” in template “render invoice VCS” (this tag is conflict with version PS 1.7.6.x).
Escape html no longer needed for the VCS PDF file
Escape html is no longer needed when rendering the VCS PDF file.
Amazon Market Place version 5.4.09 – 23 September 2025
Added cronjob report inventory for the cronjob module
Added: New cronjob “Report Listing Inventory” integrated with the PrestaShop Cronjobs module.
This cronjob is now available for users who rely on the PrestaShop Cronjobs module to manage scheduled tasks (introduced in version 5.4.08).
Fixed automatic lowercase conversion
Resolved an issue where mapping entries were automatically converted to lowercase.
Amazon Market Place version 5.4.08 – 18 September 2025
Added filter “exclude product(s) with visibility set to none”
In PrestaShop, it is possible to make a product invisible:

In the filters tab of the module, we have added a new filter to exclude these products from being exported to Amazon:

Fixed profile field “Resolve supplier reference as SKU”
Sometimes when sending a product creation feed, Amazon will return an error that the Manufacturer Part Number (MPN) is required but missing.
In versions prior to Amazon’s API change from XML to JSON (versions prior to 5.4.x), this was solved the following way:
1) Activate the expert mode in the Features tab of the module
2) Edit the profile involved in the issue and select the options “Send the reference /SKU as the Supplier Reference” and “Unconditionaly”

This procedure has been reactivated in the 5.4.08 version of the module.
Actived marketplace Sweden
Actived the Amazon marketplace Sweden with iso code SE.
Fixed display feed result
Fixed: Feed submission result previously displayed XML as the feed type. This has been corrected to JSON, which has been Amazon’s required format since July 2025.
Updated Check Stock
Removed parent products from the process to check the stock, as parent products do not have stock themselves. The parent has no price or stock — it only connects the child products (the variants) into a “variation family.”
Fixed mail content rendering
Fixed a bug which caused the mail content not to be displayed.
Hide shipping template in profile if feature disabled
If the “shipping” feature is not enabled in the “features” tab of the module:

The “default shipping template” option will not appear anymore in the profiles, as they are not enabled:

Added: Cronjob Report Listing Inventory
In the scheduled tasks tab, there is a new cronjob “Report Inventory Offer” that should run every 4 hours.
It records which offers already exist in your Amazon account.
This helps the module decide what to do:
- If the offer already exists → the module just updates it (price/stock).
- If the offer does not exist → the module tries to match it with an Amazon product using the EAN/UPC.
- If a match is found, Amazon adds the offer to your account without creating a new product.
This distinction is important:
If matching is applied to an offer that already exists, Amazon may overwrite some product details (like color or size).
Added new matching mode
In catalog > amazon offers > and in scheduled tasks, there is a new option “matching/correspondance” to select, in order to add offers to existing products on Amazon.


Added filter: exclude zero quantity product(s)
In the filters tab of the module, a new filter is added to excluded zero quantity (out of stock) product(s):

Fixed issue SKU’s in data report offer
Resolved an issue where the module could not insert data from the report offer due to SKU uniqueness being case-sensitive (capital letters were not distinguished correctly).
Added new carriers
Added new outgoing carriers for Marketplace Spain: Ader, Rhenus, GOI, and XPO.
Updated: Allow to send extended data in feed
In catalog > amazon offers > and in scheduled tasks, the extended data option can safely be selected together with the matching option.
Excluded parent product from matching
Removed parent products from the offer matching process, as parent products do not have offers themselves. The parent has no price or stock — it only connects the child products (the variants) into a “variation family.”
Set product name in order detail based on language of master platform
Resolve the product name in the order detail based on the product language of the master platform instead of the order marketplace.

Amazon Market Place version 5.4.07 – 24 July 2025
Updated: No need to export the offer details of the parent product
In Amazon, products with variants (e.g., a shirt with different colours and sizes) are linked using a parent product. The parent has no price or stock — it only connects the child products (the variants) into a “variation family.”
Previously, the module sent offer data from the main PrestaShop combination to the parent product, but this is not needed. From now on, the module will no longer send any offer data for the parent product.
Added Chronopost carrier in Germany
If you use the Chronopost carrier to ship orders to Germany, it can now be selected in the module’s Germany marketplace tab > Carrier Mapping > For Outgoing Orders:

Fixed support chat functionality for Prestashop 1.6
The new live chat for support requests is now compatible with PrestaShop 1.6, you can find it on the bottom right corner of every page of the module configuration:

Fixed “file_get_contents” error when sending feed
Resolved the file_get_contents(): Failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden error that occurred when sending the offer feed.
Resolved module slowness
Enhance the Mapping tab, to resolve the module slowness issue
Added Colour Mapping
In the Mapping tab of the module, when you select the “Colour” PrestaShop attribute in a profile, you can now map it directly to valid Amazon colour values.
Solved business price error
The Amazon Business program (which allows setting a Business price and other features) is not available on all marketplaces — for example, it is not available in Ireland, Netherlands, Poland, Sweden, and Belgium.
Previously, setting a Business price for these marketplaces caused an error and prevented offers from synchronizing. This has now been fixed — if a Business price is set for an unsupported marketplace, it will automatically be converted to a regular price.
Apply price rule to List Price
On Amazon, besides the regular selling price, a list price (RRP or MSRP) is usually required. This value must be equal to or higher than the regular selling price.
Previously, when applying a price rule from the module, the rule was applied only to the regular selling price, not to the list price. This has now been fixed — the price rule is applied to both.

Enhance special case resolve ColorMap/Color
When mapping the Color attribute, the module previously replaced the Amazon Color field with the mapped value, instead of keeping the merchant’s custom color name and applying the mapped value to the Color Map field.
This has been corrected:
- The merchant’s PrestaShop color (e.g., Dark blue) is now exported to the Amazon Color field.
- The mapped Amazon color (e.g., Blue) is exported to the Amazon Color Map field.
This restores the expected behavior, consistent with how the module worked in earlier versions.
Fixed option “no price”
Resolved a bug where the “No Price” option was selected but the module still sent the price. Now, when this option is enabled, no price data will be transmitted.
Updated Offer Feed Logic
The offer feed now includes the Product External ID field (typically the EAN13) and the Condition field.
The feed no longer requires the use of the Extended Data option to send these data.
Amazon Market Place version 5.4.06 – 16 July 2025
Use the main image for the swatch image of variations on Amazon
Resolved an issue where the second image was used as the swatch image of variations, affecting the product gallery layout. This has now been changed to the main image of the product, resulting in a clearer product choice for the customer.
Example Amazon product page: see swatch image of a variation on the right, same as the main image of the same variation on the left:

Added new chat functionality for support requests
New live chat added, on the bottom right corner of every page of the module configuration:

Fixed error descriptions in report
Updated and fixed the error descriptions in the report (catalog > amazon > report).
Data feed change
Switched to field feed_resource instead of field feed_content to send the module’s data feed.
Updated UI Report
Updated the display of the report (catalog > amazon > report).
Errors are now displayed this way, featuring the corresponding SKU (product reference on PrestaShop):

Fixed error “Missing ASIN recommended by the seller”
Reports were indicating a missing field “Missing ASIN recommended by the seller” that needed to be added to the profile. We have now exempted this field, as this field is unnecessary as long as the field “External product identifier type” is configured in the profile.

Updated the SQL (get all products) query
Updated the SQL (get all products) query in order to use the ‘active’ column from the product_shop table
Amazon Market Place version 5.4.05 – 23 June 2025
Allow the same SKU for the parent product and one of its product combinations
The module now allows using the same SKU for both the parent product and one of its combinations.
Added shipping address information for USA FBA orders
Due to Amazon’s privacy restrictions, FBA orders in the US typically only include city, state, and ZIP code—no full address or recipient name is returned via API.
We have updated the module logic to ensure the available data (City, State, PostalCode, Country) is correctly extracted and displayed.

Added configuration to clear the cron failed orders
Added feature to Parameters: Auto Clear order(s) import failed
- Automatically clears orders that failed to import via cron if they are older than a specified number of days.
- Prevents the system from attempting to import expired or outdated orders.
Default value: 30 days.

Fixed issue product type reloading in profile
Resolved a problem where the selected product type would unexpectedly reload or reset when editing a profile.
Resolved missing product external ID in the offer feed
Fixed an issue where the product’s barcode/external ID such as EAN/UPC was not correctly sent to Amazon in the offer feed.
Apply logic “listing offer only”
The offer feed now also supports creating Amazon product pages if they don’t exist yet, as well as updating the existing ones.
Added: new mode rounding price without decimal
Added an extra price rounding mode, “Rounding Without Decimal” to round up prices but remove the decimals. Example: 34.99 will be rounded up to 35.

Amazon Market Place version 5.4.04 – 18 June 2025
Fixed profile duplication bug
Resolved an issue where:
The central section (with required and optional fields) did not load after duplication.
These issues have now been fixed.
Updated: data schema fetching
The module now automatically fetches the latest data schema each time the configuration page is accessed. This ensures up-to-date information, as stored schemas are only valid for 3 days.
Fixed: Fix issue group/ungroup mapping
Resolved an issue where the “Ungroup Mappings” button in the Mappings tab could not be selected/deselected. The toggle now functions correctly.

Added new carriers DACHSER & Trans-o-Flex for marketplaces France & Ireland
Added new carriers DACHSER and Trans-o-Flex for marketplaces France and Ireland in the Marketplace tab under carrier mapping for outgoing orders.

Added new carrier FedEx for marketplaces France, Spain, Germany, and Italy
Added new carrier FedEx for marketplaces France, Spain, Germany, and Italy in the Marketplace tab under carrier mapping for outgoing orders.

Update product query function
We added a language ID condition when querying the product_options table. This is to prevent duplicate entries and avoid order import failures, when dealing with multiple Amazon marketplaces and languages.
Fixed mapping saving issue
Fixed: Resolved issue where mapping could not be saved due to inconsistent input format.
Inputs are now sanitized to a uniform format before saving.
Amazon Market Place version 5.4.03 – 5 June 2025
Using function method_exists
Updated: Improved compatibility by using method_exists to check for attribute methods, instead of relying on PrestaShop version checks.
Resolved attribute Latency Fulfilment (FBA)
Updated: Resolved the Latency Fulfilment (FBA) attribute by ensuring it is now correctly included in the JSON feed content.
Resolved attribute Code Exemption
Updated: Resolved the Code Exemption attribute to ensure it is correctly included in the JSON feed content.
Resolved attribute Item Dimension
Updated: Resolved the Item Dimension attribute to ensure it is correctly included in the JSON feed content.
Added carriers std & std-ez-pl
Carriers std and std-ez-pl have been added to the list of Amazon carriers for incoming order carrier mapping.

Update option ‘Override Payment’ to ‘Force Set Invoice’
Updated: Renamed the option “Override Payment” to “Force Set Invoice”.
A new mechanism has been added to ensure that an invoice is always generated for successfully imported orders.
To activate it, go to Parameters > Advanced Settings > Order Import Settings and enable “Force Set Invoice”. Note: Expert mode must be enabled in the Features tab.

Added field “Search Terms” in profile
Added: New field Search Terms/Generic Keywords in the list of optional fields in template profiles.
This field allows you to define search terms/generic keywords used by Amazon to improve product discoverability.

Update Mapping section
Free Mapping has been removed. From now on, only Constrained Mapping is supported—using valid values provided by Amazon.
This change improves performance and prevents configuration issues caused by excessive unused attributes.
New flexibility added: For some attributes, you can now choose between:
Sending a plain text value, or
Mapping with Amazon’s predefined valid values.


Multiple images in feed
The module now allows sending multiple product images per product in the feed, improving your product’s visual presentation on Amazon.
Amazon Market Place version 5.4.02 – 12 May 2025
Added: option “Force to Out of Stock” in product extension sheet
For sellers who want to set the stock to zero on Amazon for a specific product or group of products, we’ve added a new option in the product extension sheet: “Force to Out of Stock”.
When this option is selected, the module will always send a quantity of zero to Amazon, regardless of the actual stock in PrestaShop. This gives you precise control over which products appear as unavailable on Amazon.

Updated: Replace pSQL to bqSQL for value table/field processing
To improve compatibility and query handling, the module now uses bqSQL instead of pSQL when managing value table and field data. This helps ensure more accurate SQL formatting in specific contexts.
Updated: Payment and invoice are now automatically overridden by the module when necessary
The module now checks and overrides payment and invoice data automatically during order import, ensuring consistency with Amazon order details.
Updated: Order import will no longer proceed if the carrier is missing
To avoid incomplete or invalid orders, the module now stops the import process when no carrier is assigned to the order.
Resolved Gift Options (Gift Wrap & Gift Message)
Gift options — Gift Wrap and Gift Message — found in the product extension sheets, are now correctly synchronized to Amazon through the extended data sync feeds.
This ensures your Amazon listings reflect the correct gift service availability, enhancing the shopping experience for customers and supporting better conversion during gift seasons.
Updated: Improved Logic for ‘Stock Break-Even’ Handling
The module now automatically sends a quantity of 0 to Amazon if the PrestaShop stock is lower than the Stock Break-Even value.
Previously, the update was skipped in this case (to avoid sending a negative number), which could result in incorrect stock levels on Amazon.
Example:
If your Stock Break-Even is set to 10 and your PrestaShop stock is:
- 11, Amazon gets 1 (11 – 10)
- 9, Amazon now gets 0 (instead of skipping the update)
This change helps keep your Amazon stock accurate—even when PrestaShop stock is very low or set to zero manually.
Updated: Resolve attributes Condition Type & Condition Note
The Condition Type and Condition Note attributes are now correctly included in the extended data synchronization feeds. This ensures that product condition details are accurately sent to Amazon during updates.
Amazon Market Place version 5.4.01 – 26 April 2025
You can now map the Title and Description fields directly in your product profiles.
The Title and Description fields can now be mapped directly in the product profile making the setup more centralised and easier to manage.

Fixed: Ignore marketplace connection errors in tab Profiles
The module now ignores marketplaces connection errors in the Profiles tab, so you can continue editing and saving your profiles.
Fixed: Missing parent products
Resolved an issue where the Amazon parent product was not created when the product had variations (also called combinations in PrestaShop). In Amazon, variantions must be linked together under one parent product.
See example parent product and variations on Amazon:

Updated: Removed field ‘child_parent_sku_relationship’ in parent products
We have removed this field for parent products, to resolve the problem of parent products being sent to Amazon as variations.
Explanation: this field must be left empty for parent products to prevent Amazon from misinterpreting them as variations, ensuring proper variation structure and avoiding listing errors.
Added: new option to force tax base on Prestashop for business orders
We added a new option to force PrestaShop tax rules when importing Amazon Business orders, giving you greater control over how taxes are applied during order import. The option above it (force tax on business orders) must also be enabled for it to function properly.
This option can be found in Parameters > Taxes:

Amazon Market Place version 5.4.00 – 15 April 2025
Migration to JSON Listings Feed via Selling Partner API
Starting with version 5.4.00, the module now uses the new JSON format (instead of the old XML format) to send feeds to Amazon.
This change is required because Amazon will stop supporting the old XML format after June 30, 2025.
Thanks to this update, your product data — including prices and stock — will continue to sync with Amazon without interruption.
5.3.92
- Fixed: generate order reference using third-party
- Added: Add option setting order import to use the actual order creation date
5.3.91
- Added: Option configuration “In stock only” for ignore the out-of-stock products
- Updated: rename variable relate “mws”
- Fixed: Move options in tab Filter Manufacturer & Suppliers
- Fixed: Import VAT twice with the sale channel is Singapore when import order
5.3.90
- Fixed: Invalid carrier code CTT Express
- Added: Add attributes unitOfMeasure for field UnitCount in universe Beauty
- Fixed: Import order using override SKU for product attribute
- Updated: Migration for add column “product_sku_override” into table “marketplace_product_option”
5.3.89
- Added: Add new configuration using override SKU for checking product to import order
- Fixed: Alternative title for attribute name combination
- Fixed: Undefined array key “ProductData” in AmazonFeedsSending
- Fixed: Undefined array key “feed_content_url” in AmazonAdminOrder when enable debug mode
5.3.88
- Added: Add new configuration to apply automatic confirm cancel order
5.3.87
- Fixed: Create category product in feature import products from Amazon
- Added: Add new option to update(create) category product in feature import products from Amazon
5.3.86
- Added: Add option to allow fill value override SKU in product options tab
- Added: Add option check EAN before import product from Amazon
- Added: Add option only update override SKU without creating new product
- Fixed: Modify method get product options
- Added: Add new carrier for outgoing order is CTT Express
5.3.85
- Added: Add attribute “unitOfMeasure” into field “UnitCount” for universes are FoodAndBeverages, Health and Beauty
5.3.84
- Fixed: Store & display customize details type image
5.3.83
- Added: Add cron URL for products deletion
- Added: Add option to delete products in Amazon by manual delete products in Prestashop
- Updated: Update content tracking log deletion
- Fixed: Mark the record product delete by manual
5.3.82
- Fixed: Import Order using id_product as SKU
5.3.81
- Added: Display log feed content feature Product
5.3.80
- Fixed: Resolve state address in case empty postcode in order
5.3.79
- Fixed: Ignore attribute FcShelfLife in element parent product in feed
5.3.78
- Added: Mapping the special data state when import orders
5.3.77
- Added: Add Unit Count Type for Industrial
- Updated: Handle configuration disable replacement Bullet Point to Special Features
5.3.76
- Added: Update Ean13 when import products from Amazon with PRODUCT_ID_TYPE_ASIN
- Added: Update description when import products from Amazon
5.3.75
- Added: Mapping the customization field product from Amazon into Prestashop
5.3.74
- Fixed: Get value configuration Amazon Warehouse Ids is wrong
5.3.73
- Fixed: Tag select option manufacturer filters is disable in Filter tab
5.3.72
- Fixed: Use the “?” operator instead of “??” for versions of PHP older than 7.0
5.3.71
- Fixed: Missing the data billing address in case is the serialize data
5.3.70
- Fixed: The carrier mapping will be disappear when saving any carrier
5.3.69
- Added: The query parameter “context_key” in the API is used to get the report result and resolve the issue of unauthorized access in the case of multiple stores
5.3.68
- Added: Add option menu dropdown Parameters Warehouse
- Added: Add configuration AMAZON_ALL_WAREHOUSES
- Update: Get real quantity product
5.3.67
- Added: Add UnitCountType for Beauty
5.3.66
- Fixed: Resolved customer address state with multi langs
5.3.65
- Fixed: Override order invoice and order valid
- Fixed: Order state when import order
5.3.64
- Fixed: vidr upload invoice failed with format totalVatAmount and totalAmount
- Added: Size values – product type Sweater
5.3.63
- Fixed: Replace ReleaseDate with product “available_date” value
5.3.62
- Updated: Add ReleaseDate to product update feed
5.3.61
- Fixed: Add more order information for override payment method
- Fixed: Only override if not have payment method
5.3.60
- Fixed: Variant/Combination is missing with Universe Toys
5.3.59
- Fixed: Addition of BottomsBodyType and SkirtHeightType for ProductClothing Sweater
5.3.58
- Updated: Prefix product title setting with multilangs
5.3.57
- Updated: Get file contents using cURL or allow_url_fopen
5.3.56
- Added: Add setting override payment method (some case not working)
- Fixed: Condition show Prefix product title setting
5.3.55
- Added: Prefix for product title
5.3.54
- Fixed: Deprecated issue with php8
5.3.53
- Added: Disable product tax in each marketplace.
5.3.52
- Fixed: VCS Upload invoice – convert $shipmentData to array
5.3.51
- Fixed: VCS Upload invoice – Correct parse data
5.3.50
- Added: New Carrier – MFN SDD and Rush
5.3.49
- Fixed: The same is done for select_import
5.3.48
- Fixed: shopId was not received correctly in the ajax request. Now it is passed in the request from the front end
5.3.47
- Fixed: Error in sql query. In version 8 of prestashop in the ps_orders table the field “shipping_number” does not exist, it was moved to “order_carrier” and now it is called “tracking_number”
5.3.46
- Fixed: Ignore import by id if have product sku
5.3.45
- Fixed: PS8 – utf8mb4 issue
5.3.44
- Added: Import – Add param for import very past orders with cronjob
- Added: Description for the title/description setting
5.3.43
- Fixed: Creation mode – shoe size required
5.3.42
- Fixed: UVPListPrice for AmazonSPXSD(seller_partner)
5.3.41
- Fixed: VCS – Correct parse billingAddress
5.3.40
- Fixed: Generate order referent before save
5.3.39
- Fixed: $.escapeSelector is not a function
5.3.38
- Added: Carrier Next US D2D Dom
5.3.37
- Added: Manual mapping value setting
5.3.36
- Fixed: check the compatibility ps version and ps validate
5.3.35
- Fixed: Js bug when naming through any character in profile name
5.3.34
- Added: Optimized import of products
5.3.33
- Added: Setting show_prices=1 before updating the cart, because if the merchant has a closed price, the cart is not updated
5.3.32
- Added: “nanometer” for product import
5.3.31
- Added: UVPListPrice for ProductData feed(seller_partner)
5.3.30
- Added: Mapping Feature value with custom option on/off
5.3.29
- Fixed: issue for the Toy universe, ColorMap and Color now go into ColorSpecification
- Fixed: For the function “unSerialize” added a new 2 parameter “$associative” in some cases it is necessary to revive not an object but an array to display data correctly in the template
5.3.28
- Added: pri-be carrier
5.3.27
- Fixed: Corrects encoding to UTF-8 for class AmazonAddress function “filter” (ps 1.5 and above)
5.3.26
- Fixed: Language translate – For France
5.3.25
- Fixed: can’t save the name with ‘\’
5.3.24
- Fixed: “Zero price” visual bug
5.3.23
- Fixed: GDPR issue
5.3.22
- Fixed: Missing variable amazon_za
- Add carrier pri-4
5.3.21
- Fixed: Query SKU products when importing orders: convert SKU into a string (because SKU is not all of the type of int but still exists with string type)
5.3.20
- Fixed: Trying to get property ‘timestart’ of non-object amazon.batch.class.php line 127
5.3.19
- Fixed: Map partnumber variation to MfrPartNumber field
5.3.18
- Fixed: get order id in Webservice Hook (marketplace orders)
5.3.17
- Add new marketplace: South Africa (ZA)
5.3.16
- Validate module with Addon (#cont)
5.3.15
- Fixed: update seller_partner
5.3.14
- Fixed: Fix error show message “Parent ASINs to be fetched” with empty string
5.3.13
- Add product tax by country option
5.3.12
- Fixed: Product import – for ps <8 Class “ProductAttribute” not Found. Error in method_exists, the wrong class was specified
5.3.11
- Added: MSRP / ListPrice in Product Feed includes standard price converted to target currency withouth discounts or price rules applied
5.3.10
- Fixed: Product import – throw Exception issue
5.3.9
- Fixed: Replace Attribute to AttributeGroup for PS8 version
- Fixed: MSRP / ListPrice in Product Feed is now included when extended data is not checked (no profile configuration is needed)
5.3.8
- Validate module with Addon
5.3.7
- Add: include MSRP / ListPrice in Product Feed
5.3.6
- Add carrier expd-be for Belgium
5.3.5
- Product Offers – Add option use bullet point
5.3.4
- Fixed: Report not working
5.3.3
- Update condition clear product action
5.3.2
- Fixed: True/false value can not be update
5.3.1
Refactor data structure from serialize to json