I am having trouble figuring out what is wrong. Here's what I've done.
I exported a 1 record product to Excel file and then copied the spreadsheet.
I copied the appropriate data fields from the inventory, normalized the data and assigned product_id from 1 to 681.
On import, after 4-5 seconds, I get the: "Success: You have successfully imported your data!" message.
I check the Products page and there are no products.
Without an error message or some feedback, I can't figure out what's wrong, but I did check the ocmod.log file and found this block 17 times:
Code: Select all
MOD: Export/Import Tool for OpenCart 2.0.x
FILE: admin/controller/common/menu.php
CODE: $data['text_backup'] = $this->language->get('text_backup');
LINE: 12
CODE: $data['backup'] = $this->url->link('tool/backup', 'token=' . $this->session->data['token'], 'SSL');
LINE: 118
FILE: admin/language/english/common/menu.php
CODE: $_['text_backup'] = 'Backup / Restore';
LINE: 9
FILE: admin/view/template/common/menu.tpl
CODE: <li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>
LINE: 163