ZODIAC

ZODIAC 10 years ago

OC 2.0.20 ERROR:

Method Not Implemented

Method Not Implemented

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>GET to /admin/index.php not supported.<br />
</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

JNeuhoff

JNeuhoff 10 years ago

Now available for OpenCart 2.1.x releases.

Support for product and category filters added.

JNeuhoff

JNeuhoff 10 years ago

@davidbfranks: Yes, it is.

davidbfranks

davidbfranks 10 years ago

Is this compatible with 2.1.0.1 ?

Thanks

David

Leo2

Leo2 10 years ago

with >700 products I get error
Error: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
Error No: 1104

MAX_JOIN_SIZE=1000000 and can not be increased. I know that this limit can be overridden if inject command
$this->db->query('SET SQL_BIG_SELECTS=1'); somewhere in the extension code.

Where to insert this (or similar) command to eliminate the error?

kooldog

kooldog 10 years ago

Can't install on OC 2.0.1.1 with "Method Not Implemented" message.
What should I do?

onydea

onydea 10 years ago

@ngplpuneet: i have the same problem. Did you resolve?
opencart 2.0.3.1

mohitakmeo

mohitakmeo 10 years ago

hi..

please someone tell me how to import product filters from excel sheet.

Emma.trs

Emma.trs 10 years ago

Hi,

I am using the 1.5.6.x download for my site and when trying to export the products, i am getting a blank screen. Categories and the other download fine and the products will only download in batches, but there are only 1800 products on atm and i would like to be able to import/export more. I have another site which has over 3000 products and works perfectly for that.

Does anyone have any idea how to solve this?

Thankyou in advance!

msl1997

msl1997 10 years ago

Dear Dear,

Can it export from 1.5.1.3 and import to 1.5.6.4 or .2.0.3.1?

Best Regard
Kitty

Squiggles

Squiggles 10 years ago

Disregard, I had to run another extension to be able to upload it through the admin, It didnt work going ftp route.

Squiggles

Squiggles 10 years ago

Hey All, Sorry for the newb question but I just started using opencart. Where do I export my products? I installed the extension but I cannot find it to us it in my admin dashboard. Again, sorry for the newb question.

ocuser1

ocuser1 11 years ago

I have a custom SKU field for Product Options (SKU field for options) and when I use this to export/import the products, that column with the Options SKU is missing. Is their a way to correct this? It imports everything on that row (Option Value, Quantity, Subtract Stock, Price, Points, Weight) but not the SKU column. Any suggestion or help is appreciated. Thanks.

Vurnealibility01

Vurnealibility01 11 years ago

Missing product_ids in worksheet 'Products Error while uploading sheets

Vurnealibility01

Vurnealibility01 11 years ago

I got the error for product id missing in this module contacted on the comapny site link but got no response can any one guide me.
and yesterday i got the error for FATAL Error: Memory Exhausted in /system/library/image.php on line 32 , when i tried to upload the product manualy and clicked on edit image got this mentioned error so please guide me to fix all this and start bulk product upload

Corona Groep NL

Corona Groep NL 11 years ago

$_['text_export_import'] missing in the language file

farmerm3

farmerm3 11 years ago

I don't know if this has been covered in this extensions comments or not but an issue I am having is with the import category image. Opencart is not recognizing urls I input.
I added one in the CMS and it shows up and I copied the format exactly like the exports.
I could really use a resolution as I have 300+ categories that need images.
Thanks

N_A

N_A 11 years ago

Another bug.

In case multiple same options in one product (ex, option "Colours" used twice in product "Two-colored item") this extention generate duplicate rows. For ex. (product has id==100):

a) before export:
--- Select one ---
Red
Green
Blue

--- Select two ---
Red
Green
Blue

b) after export, in Excel file:
"
100 Red
100 Blue
100 Green
100 Red
100 Blue
100 Green
"

c) after reverse imports:

--- Select one ---

--- Select two ---
Red
Red
Green
Green
Blue
Blue

motion2082

motion2082 11 years ago

Hi,

Could you please assist me with this error message?


Fatal error: Allowed memory size of 75497472 bytes exhausted (tried to allocate 80 bytes) in /htdocs/admin/model/tool/export_import.php on line 4133

Tried increasing the memory in php.ini with no luck

CollinP

CollinP 11 years ago

Can i also import csv files or only xls and xlsx? because i need to import all my products from magento to opencart and the export for magento gives me a csv file. if i cant do it with this extension pls give me some tips.