Pascal Querner
Pascal Querner
I'm having trouble to understand how this works too. I have entities with OneToMany relations and the example provided seems not to explain this.
Or even this simple example: ``` $array = array( 'foo' => 2, 'bar' => 'test', 'name' => NULL, ); var_dump($array); /* array(3) { 'foo' => int(2) 'bar' => string(4) "test"...
But it should've, because like in this example the result is not correct. I expect a string, get a NULL and its still valid.
I think I tracked it down to not "URLs" but points ".". ie, this fails: ``` @example couponCode "ABC.DEF" @example couponCode "https://google.com" ``` and this doesnt fail ``` @example couponCode...
@Vinai Do you have the slightest idea you could give me on where to start? Do I somehow add your modules index to the magento cores "index_event" table, and hope...
Your webserver (which is either running inside its own docker too or not) needs to have the cert files.
My movie config looked like the default one: ``` [movie] check_credits = False check_credits_action = check_credits_sec = 600 credits_delay = 0 check_intro_ffmpeg_sec = 600 process_recently_added = False process_deleted = False...
Attribute kommen auf die selbe Ebene wie "sku". Hier musst du nur aufpassen, wann du zu einem Attribut den Optionwert angibst und wann du den Optionlable angibst. Das sagt dir...
Or it might be just clever to extend the class `AvS_FastSimpleImport_Model_Import_Entity_Product` to manipulate the `$_indexValueAttributes` class variable.
I tried some hours to extend your classes and have the importer take mine instead. That worked to some extend, until the "real" importer did start. I managed to have...