Simon Sprankel

Results 263 comments of Simon Sprankel

Simply download it from the [releases tab](https://github.com/avstudnitz/AvS_FastSimpleImport/releases).

Thanks for your contribution. It is hard to understand though. Could you base your commit on the latest development branch and propose a new PR to the development branch, please?...

This is much better, thanks! Once someone is able to work on the issues again, it should be possible to merge this after successful testing.

Two general notes: 1. You should really update to 1.9.3.4 since 1.9.3.3 has many known issues. 2. Instead of doing the `processProductImport` in a `foreach` loop, you should really simply...

Thanks for your review! Please see my last commits. I agree that the usage of `@` should really be avoided. To be honest I basically simply copied the method `_getUploader`,...

@nhp Would you approve the changes after my updates? Thanks!

@nhp would you have a short look again? Thanks!

Assuming that `$installer` is an instance of `Mage_Catalog_Model_Resource_Setup`, you can use this snippet in an install/upgrade script: ``` $installer->updateAttribute(Mage_Catalog_Model_Category::ENTITY, 'available_sort_by', 'is_required', false); $installer->updateAttribute(Mage_Catalog_Model_Category::ENTITY, 'default_sort_by', 'is_required', false); ```

If I am not mistaken, #5 is a different thing. It adds support for the categories a **product** is assigned to, so this works on the product edit page. What...

Just wanted to create an issue for this and found this existing one. That would be an awesome feature! It could also be quite helpful to not only search by...