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

ProductBulkLoader issue when creating category pages #747

Open
elliot-sawyer opened this issue May 21, 2020 · 0 comments
Open

ProductBulkLoader issue when creating category pages #747

elliot-sawyer opened this issue May 21, 2020 · 0 comments

Comments

@elliot-sawyer
Copy link

The ProductBulkLoader importer chokes at L182 this when create_new_product_groups is set to true:

Object->__call(): the method 'setTitle' does not exist on 'SilverShop\Page\ProductCategory'

The setTitle method indeed does not exist. I've fixed it in a subclassed importer for my own needs, but is there any reason I could not use $obj->Title = $title; instead? Happy to raise a pull request since it seems like a minor fix

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

No branches or pull requests

1 participant