OVERVIEW
This release contains updates from eCommerce versions 6.300.0 and 6.301.0.
ENHANCEMENT AND MAJOR UPDATES
Updated File Extensions List for Upload Control
Neto has added file upload control to restrict file upload to the following file extensions:
- Compressed: .zip , .rar , .gz , .tar , .z , .arc , .sit , .xyz
- Image: .jpg , .jpeg , .gif , .png , .bmp
- Document: .pdf , .doc , .docx , .ppt , .pptx , .xls , .xlsx , .odt , .ods
- Text: .csv , .xml , .json , .txt , .dat
These restrictions are implemented for security reason on all pages where file uploads are supported including product images, product brochures, customer logos, staff user images, canned responses and the data import tool.
Ability to List All Kit Components Regardless of the Component Status
You can now list all components that are part of a kit regardless of the component’s “Approved to show on Webstore” status. A new parameter, called ‘preview', has been added to the [%item_kitting%] function. The parameter accepts ‘y’ for Yes/True and “n” for No/False, with ‘n’ being the default value.
Set the preview parameter to “y” in the [%item_kitting%] function to list all kit components regardless of the component’s “Approved to show on Webstore” status. In order to identify the kit components that are approved for the webstore, use the [@approval@] tag.
Amazon Integration Updates
We made improvements to the Amazon integration, to optimise the listing process by checking the availability of configured product attributes in the destination category. Attributes that are not available will be removed from the feed.
This update ensures more dynamic compliance with Amazon listing requirements and dramatically reduces the occurrence of the common "The attributes are invalid" error.
MINOR UPDATES AND FIXES
- Earlier, if a warehouse location ID (updated via API) had a space character at the start of the value, it was not possible to delete/edit it from the control panel. This issue has been fixed.

- Earlier, the AddOrder API could accommodate only upto 4 customer related fields (customer_ref1 through customer_ref4). The API has been modified to handle upto 10 custom fields per call.
- In cases where “Parcel Locker” was typed as “Postal Locker” in the shipping address, customers could select a shipping option that was disabled for PO Box addresses. This has been fixed so that the Postal Locker address is detected as a PO Box address.