Product Export
-
I am getting an error when trying to export product. it seems to work for customers:
ArgumentCountError
Too few arguments to function Webkul\Admin\DataGrids\ProductDataGrid::__construct(), 0 passed in C:\xampp\htdocs\bagisto\packages\Webkul\Admin\src\Http\Controllers\ExportController.php on line 36 and exactly 2 expected
http://bagisto.test/admin/admin/export?locale=en
any thoughts?
thanks - tony
-
Hi @AnthonySica,
Yes this is a bug and recently we had a PR that fixed this issue,
https://github.com/bagisto/bagisto/pull/5363Please have a look.
-
That Worked.
Thanks Tony -