Skip to content
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

New version #132

Merged
merged 6 commits into from
Nov 28, 2016
Merged

New version #132

merged 6 commits into from
Nov 28, 2016

Conversation

paales
Copy link
Member

@paales paales commented Oct 24, 2016

  • Update version numbers

tdgroot and others added 6 commits October 4, 2016 18:30
In my case I want to align an array with `media_image` in `media_lable`, using `ho_import/import_product::getFieldCounter`. 

This way it checks if the value is an array, and if so, get the current index of that value.
Accept array as value in getFieldCounter
I've got this warning if I try to run `php hoimport.php -action line -profile profile_name -line 1`:

```
Getting source adapter ho_import/source_adapter_csv
Warning: array_merge(): Argument #1 is not an array in app/code/community/Ho/Import/Model/Import.php on line 831
```

`array_merge` expects first argument to be an array. 
`$arguments` can be string in case if line 825 was executed.
fix Warning: array_merge()
@paales paales merged commit 0db7079 into master Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants