Plugin enables to create in NOP association between main product and variation via Excel import. Store owner can upload file manually to nopCommerce.
To use this functionality, you have to create Excel file with two columns:
main product sku
variation product sku
Plugin uses sku value to make associations between main product and variations.
To upload a file, you have to find in plugin settings special tabel for variations import
(path: /Admin/ProductVariation/Import)
To upload a file, click on Import button, select file and upload it.
On import page is a table with import reports.
On the top of page are displayed filters, which you can use to to filter reports.
Start date - you can select start date, to filter out reports, which are created starting from this date.
End date - you can select end date, to filter out reports, which are created until this date.
Status - you can select from dropdown status name and filter out all reports with this status.
Under filters is list of reports.Â
Reports are ordered starting from the last one.
If you click on the arrow before line, then you can open report's details.
On the reports details are displayed details about errors, encountered during importing associations.
You can see main product's and variation product's code and short message describing error.
Store owner can also delete reports manually in nopCommerce admin.
NB! It is enabled to delete single report, when click on Delete button on then end of row or delete all report when click on Delete all button.