AvS_FastSimpleImport icon indicating copy to clipboard operation
AvS_FastSimpleImport copied to clipboard

Wrapper for Magento ImportExport functionality, which imports products and customers from arrays

Results 101 AvS_FastSimpleImport issues
Sort by recently updated
recently updated
newest added

please explain me, how I can add upsell products?

Hi, We tried import categories with array of available_sort_by. Ex: `'available_sort_by' => array('position', 'name', 'price')` But it did not work although `Support Nested Arrays for Import` is enable. Could you...

Hello, i need to import products based in the product id, not by sku. Is this possible with this module?

The problem is weird, the images are displayed nicely on the frontend of the website but on the admin page they are not displayed at all. > [8]=> array(25) {...

Hi , We are using the Fast Simple Import module for importing data into Magento. Since we have updated our Magento to version 1.9.3 we are receiving many errors during...

- add possibility to have category image overwritten during import using setAllowRenameFiles - fix for empty smart categories beeing added collection of fixes from other PRs: - fix sorting options...

I figured out an error which i want to report here: ## Preconditions installed Magento1 in any Version ## Steps to reproduce: Try to import a Bundle Product with the...

Hello, Currently it is not possible to set options labels per store for dropdown and multi-select attributes. Each store label is added as a new option, which is not the...

Hello, Could you please tell me if there is the way to import group prices through this module? Thank you.

The code below is expected to write 'test en_ww' to the default store view en_ww and 'test de_de' to the store view de_de. This works as expected on 0.6.4 however...