The wizard screen doesn't seem to be showing up
Opened this issue · 2 comments
probably an xml issue. a handle not being picked up http://demo.merchantprotocol.com/M1-advanced-data-flow/index.php/admin/system_convert_gui/edit/id/1/key/c5544208d56ed7d6ede4c46e4c0c7e00/
Hi Jonathon,
It's trying to access a template file: advanceddataflow/system/convert/profile/wizard.phtml
This file doesn't exist in the repo (the whole directory actually doesn't exist)
There was getExternalAttributes method missing in Innoexts_AdvancedDataflow_Model_Sales_Convert_Parser_Order. There was Order2.php which has that method so used that file.
Changed $_entityTypeCode = 'sales_order ' to $_entityTypeCode = 'order' in Innoexts_AdvancedDataflow_Model_Mysql4_Sales_Order_Attribute_Collection
Wizard appears now. I tried to export order but empty csv file is saved. I selected Entity type:
order and direction:export