forked from avstudnitz/AvS_FastSimpleImport
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #4
Merged
Merged
Develop #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update version in readme
Don't remove invalid rows from the bunch data, so when processing the data in the _saveCustomers() function, the invalid rownumbers will still match.
# Conflicts: # src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Customer.php
… set to Store Id 0
Also fixed some codestyle to get rid of the mass of style warnings in the fixed file.
The image download fails if the import gets remote media file targets with _media_target_filename containing subdirectories. The download now creates the parent directories below the tmp folder if required and also checks if the file handle for the target file is valid.
…id-rows Fix customer import wrong invalid rows
If the tests are run together with other installed projects, the fixture load fails.
…d on instable unittests
…dditional inner joins to catalog_product_index_price and let the unittests fail
…ort wishlist data.
If the image fetch by http gets a 404, the 404 page content is saved as image file. The image fetch by http checks now if a 404 was returned and throws an exception.
Revert of the no-caching header fix. If curl sends headers, it also writes headers to the result. As a fast fix we just don't send headers and rely on uncached image data
Stock data was not being filtered and so values with ###IGNORE### or ###EMPTY### (or whatever token is set for those) was being used as values for the database and hence overwriting stock data values when user was not updating them in CSV.
Filtered stock data before save
…new keyword" This reverts commit f29edeb.
#258 fix positioning of super attributes in configurable products.
OnTab enterprise module + Solve Image memory issue
Problem with Enterprise Edition and loading order of modules
[FIX] avoid syntax error, unexpected '['
Fix invalid root category validation
Conflicts: src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php
[fix] add support for PHP 5.3
mbijnsdorp
added a commit
that referenced
this pull request
Mar 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.