Skip to content

Releases: danslo/ApiImport

fixes backend import

17 Mar 14:07

Choose a tag to compare

fix backend import functionality

Because ApiImport prevents rewrites, we don't force an entity model
across the system. This is fine when doing manual programmatic imports
but the Mage_ImportExport admin controller does its own setup of these
models.

Since the bundle module requires access to a protected property and
the Mage_ImportExport_Model_Entity_Product class doesn't expose it
publicly, we have to fetch it using reflection instead.

Closes #30.

minor bugfixes for category import

11 Feb 17:54

Choose a tag to compare

1.1.3

misc category refactoring

fix import with flat category enabled

11 Feb 17:36

Choose a tag to compare

fix category import when flat catalog is enabled

We should always grab the actual entity table instead of using
getEntityTable on the resource, because that doesn't exist for
flat resource.

Closes #26

minor bugfixes, localization of bundle titles

10 Nov 14:28

Choose a tag to compare

1.1.1

check if EcomDev_UrlRewrite is installed before loading model instance

throw error in the web API if we encountered errors during the import

19 Oct 22:19

Choose a tag to compare

1.1.0

throw error in the web API if we encountered errors during the import.

initial release

02 Jul 10:37

Choose a tag to compare

Merge pull request #12 from bragento/master

Preventing Error if $categoryTableTmp already exists