Hello JNeuhoff!
I want to use the great export/import tool with new field as "cptitle" (custom titles).
I been readen all the last pages, and tried to make it like you suggest there..but without succsseed.
Can you publish here export.php file with all the lines of "cptitle" for export\import ?
Thanks !
I want to use the great export/import tool with new field as "cptitle" (custom titles).
I been readen all the last pages, and tried to make it like you suggest there..but without succsseed.
Can you publish here export.php file with all the lines of "cptitle" for export\import ?
Thanks !
Hey there,
First and foremost, thanks a lot for this great extension, I'm using this tool for a few clients of mine.
Now I stumbled upon an error for the first time. I'm using OpenCart version 1.5.5.1 and the 1.5.5.1 version of the import / export tool.
Weirdly enough, I just copied a working opencart website to another server, copied the database too and on the older website the export goes fine but it borks on the new version.
I can't open the XLSX file when you click export and you download the XLSX file.
When I try to open it I get the following error:
Error: excel cannot open the file .xlsx because the file format or file extension is not valid, check if the file is damaged etcetc.
I CAN open it in openoffice but then I just get gibberish, I didn't change anything in the code so I'm really puzzled about this.
First and foremost, thanks a lot for this great extension, I'm using this tool for a few clients of mine.
Now I stumbled upon an error for the first time. I'm using OpenCart version 1.5.5.1 and the 1.5.5.1 version of the import / export tool.
Weirdly enough, I just copied a working opencart website to another server, copied the database too and on the older website the export goes fine but it borks on the new version.
I can't open the XLSX file when you click export and you download the XLSX file.
When I try to open it I get the following error:
Error: excel cannot open the file .xlsx because the file format or file extension is not valid, check if the file is damaged etcetc.
I CAN open it in openoffice but then I just get gibberish, I didn't change anything in the code so I'm really puzzled about this.
Fatal Error: Call to undefined method PHPExcel_Reader_CSV::setReadDataOnly() in D:\wamp\www\cheapBlank\admin\model\tool\export.php on line 1644,
i got this error while i importing file after successfully export by using this extension
i got this error while i importing file after successfully export by using this extension
Use XLS or XLSX file format for imports, with the same worksheets and columns.ranairfan wrote:Fatal Error: Call to undefined method PHPExcel_Reader_CSV::setReadDataOnly() in D:\wamp\www\cheapBlank\admin\model\tool\export.php on line 1644,
i got this error while i importing file after successfully export by using this extension
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Thanks for the great tool, has saved me a lot of time. The problem I'm having is that none of my product options are linking to the appropriate products. All the options are there in Catalog > Options, but then don't appear on the product pages.
Hello guys,
nice free module .I instaled and i want to use it.
But i get this error message.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/brisell/public_html/system/PHPExcel/Classes/PHPExcel/Style/Color.php on line 501
I have 1700 products.
I have tested with memory_linit=64/126/512/2048m
NOthing.pls help me.i need it
nice free module .I instaled and i want to use it.
But i get this error message.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/brisell/public_html/system/PHPExcel/Classes/PHPExcel/Style/Color.php on line 501
I have 1700 products.
I have tested with memory_linit=64/126/512/2048m
NOthing.pls help me.i need it
I am using this fine tool for some time now.
I have a problem now.
Downloaded, made some changes and uploaded to the server.
Result is that all is working except display of articles in the last subcategory.
Although in brackets on front showing there are some articles in that ending subcategory, upon click on it, nor products could be found.
Admin side shows products in fine order.
Weird...
any hints?
I have a problem now.
Downloaded, made some changes and uploaded to the server.
Result is that all is working except display of articles in the last subcategory.
Although in brackets on front showing there are some articles in that ending subcategory, upon click on it, nor products could be found.
Admin side shows products in fine order.
Weird...
any hints?
Ljubo, anything odd about cells in those fields (columns), particularly "general" or other odd formats even though entries are okay? Where spreadsheet cells usually have ', ", ^ to format horizontal alignment, some of those might pass and cause problems; any odd cells in that way?
lucky2004alex, your php.ini values (mem only) are insufficient to support the tool, peek at http://forum.opencart.com/viewtopic.php ... 00#p447627 .
lucky2004alex, your php.ini values (mem only) are insufficient to support the tool, peek at http://forum.opencart.com/viewtopic.php ... 00#p447627 .
Okay, there are at least a couple of practical approaches.
if you can find a known good row, anywhere below the row 1 labels, just block copy that and block paste it into all rows below the row 1 labels. You may need to use a prior good file as source of the block to paste into a current file. Even if an older source file differs across the top. you can still pluck and plop selected cells or row segments spanning a few cells. Just be certain that all column labels are the same (what they say, and which columns are which), when you pluck and plop whole rows or row segments.
Check your preferences/settings/etc. (whatever they're called in your version), for the global formats, and for the spreadsheet/worksheet formats, to see whether defaults ("General" where you wouldn't want it, etc.) are interfering. For example, a plain bald integer can be forced to that, where the tool should not be loaded with "General" baggage or garbage (asking Excel to think is pushing the envelope anyway). Settings like that a-r-e nice for entering telephone numbers and addresses on the fly, where formalities of numbering are automatically made people-friendly as soon as alphanumeric mix shows up in a "General" cell. Databases are not for people-friendliness, and people-friendly cells can screw them up.
if you can find a known good row, anywhere below the row 1 labels, just block copy that and block paste it into all rows below the row 1 labels. You may need to use a prior good file as source of the block to paste into a current file. Even if an older source file differs across the top. you can still pluck and plop selected cells or row segments spanning a few cells. Just be certain that all column labels are the same (what they say, and which columns are which), when you pluck and plop whole rows or row segments.
Check your preferences/settings/etc. (whatever they're called in your version), for the global formats, and for the spreadsheet/worksheet formats, to see whether defaults ("General" where you wouldn't want it, etc.) are interfering. For example, a plain bald integer can be forced to that, where the tool should not be loaded with "General" baggage or garbage (asking Excel to think is pushing the envelope anyway). Settings like that a-r-e nice for entering telephone numbers and addresses on the fly, where formalities of numbering are automatically made people-friendly as soon as alphanumeric mix shows up in a "General" cell. Databases are not for people-friendliness, and people-friendly cells can screw them up.
A trick for unique keywords or SKUs is to tie_the_terms_together_if_there_are_several. In the extensions store some authors go overboard with that, _ing entire paragraphs. You might give that a whirl -- in your spreadsheet you can ChangeAll spaces to underscores (" " to "_") and then in a twinkling you can try the result.
Hello, i have a problem when i'm tring to import xls. I export the products from an opencart 1.4.9.3 and i want to import it into an opencart 1.5.4. When i click to import, i receive this message: Uploaded file is not a valid spreadsheet file or its values are not in the expected formats! I want to say that i installed the specific version for each opencart.
How can i solve this problem? Thank You Very Much.
How can i solve this problem? Thank You Very Much.
j0cher90, you have two OC versions, each with the right tool version, BUT the two (sets of) TABLES are not laid out the same way, so the error is telling you that the "values are not in the expected formats!" for that reason. That is a significant version jump, it straddles significant core and database changes. One way around that is to make a perfect clone of the old one and upgrade it to 1.5.4.1 CE RC1 (see both http://forum.opencart.com/viewtopic.php ... 82#p444959 and http://forum.opencart.com/viewtopic.php ... 20#p445975).
Another wrinkle is your file format (you may have mistyped but that still raises the point). There are several versions of the .xls and .xlsx formats themselves, and not all Excel versions can open all of the others' files. You must SaveAs or Export into a format the the tool recognizes AND uses. Here you didn't get that far, because the two OC versions' tables are too different anyway.
Another wrinkle is your file format (you may have mistyped but that still raises the point). There are several versions of the .xls and .xlsx formats themselves, and not all Excel versions can open all of the others' files. You must SaveAs or Export into a format the the tool recognizes AND uses. Here you didn't get that far, because the two OC versions' tables are too different anyway.
Who is online
Users browsing this forum: No registered users and 1 guest