adiseshan

adiseshan 3 years ago

Pre-Sales: Is import / export possible between two different versions of open cart? Ex: Products/Customers/Orders from OC 2.3.0.2 to 3.0.3.8. Thx.

GeekoDev

GeekoDev 3 years ago

Yes this is possible.

refresh

cha0s

cha0s 3 years ago

Hi, this module possible skip product by condition? for example if quantity = 0 in xml, then just skip this product, or does the module only load the full list of products?

GeekoDev

GeekoDev 3 years ago

Yes it is possible to skip.

refresh

bcoramik

bcoramik 3 years ago

Hello
Just what should we do for the PRICE update.
100% data update is required every time. Only I want how to update price and discounted Price.

GeekoDev

GeekoDev 3 years ago

You can use function Skip on import value to filter things you don't want to update.

bcoramik

bcoramik 3 years ago

I just don't understand if I should write the price. I don't want to update any other data. I just need to update the price every day.

GeekoDev

GeekoDev 3 years ago

Ah, then just set the price in the profile and let all other fields empty.

refresh

marwan83

marwan83 3 years ago

I'm using this extension since few years and it works like a charm! I would like to know, how to import attributes?

Example:
Attribute: Color
Value: Red

How should it be in the CSV file to be imported?
I'm doing this: ":Color:Red" Is that right?

GeekoDev

GeekoDev 3 years ago

Yes just Color:Red is fine it will be importing directly.

marwan83

marwan83 3 years ago

Just tried "Color:Red" and not good. Both "Color:Red" & ":Color:Red" are not working.

GeekoDev

GeekoDev 3 years ago

Strange, it should be working fine, I forward your request to support so they will assist you with that.

refresh

Open Web Creations

Open Web Creations 3 years ago

Hi, is it also possible to make excel export with embed images?

GeekoDev

GeekoDev 3 years ago

Hi, no sorry embed images is not possible, only image url.

refresh

loganopen

loganopen 3 years ago

Hi,
1. How to sync Inventory between POS of Physical Store & opencart?
2. How to export and Import variation inventory? The variation option is using third party extension .
Thank you!

GeekoDev

GeekoDev 3 years ago

Hi,
1. If you have some inventory file for your POS then you will just need to get this file from the module and set it to update periodically based on this file.
2. This would require to adapt the module to make it to support the 3rd party extension, you can contact us on support so we can check that further.

loganopen

loganopen 3 years ago

Thanks

refresh

mehmet.karakuzu

mehmet.karakuzu 3 years ago

Hello, how many minutes does it take to update 12 thousand products from xml data?

GeekoDev

GeekoDev 3 years ago

This depends a lot on your server speed, and also if there is lot of images to download, if just basic update of data like quantity, price, etc then it could be done in few minutes to 1 hour depending on your server.

refresh

dimitris212

dimitris212 3 years ago

The module is fantastic, is the better!
The team is great!
Thank you very much for all!!!

GeekoDev

GeekoDev 3 years ago

Thanks :)

refresh

dkontod

dkontod 3 years ago

This is an amazing tool! You can do literally anything with this.
Thanks for the astonishing work!
We are expecting a more detailed manual than the - already very helpfull - online help. There are things that this tool can do that are not described in the online help.

GeekoDev

GeekoDev 3 years ago

Thanks :)

refresh

Chetanergode

Chetanergode 3 years ago

Can We delete products, categories, and manufacturers in bulk? If yes How unable to find in demo

GeekoDev

GeekoDev 3 years ago

Yes that's possible.

refresh

fortoonas

fortoonas 3 years ago

Hi,
Does your extension work with the Russian language?
I saw in your extension that Extra Functions-> Remote HTML content->Description can be used.
Is it possible for your extension to extract data (for product description) from the link https://www.4tochki.ru/descriptions/models/bridgestone/Blizzak_VRX/info.html and at the same time the encoding recognizes Russian and English? :)

GeekoDev

GeekoDev 3 years ago

Yes all languages are supported.
Yes it can extract data from the remote link in your example and handle correctly English and Russian encoding.

fortoonas

fortoonas 3 years ago

On demo site 3.6.1
What is the latest version of your extension?

fortoonas

fortoonas 3 years ago

Another question:
I have additional fields on the site not only in the product, but also in the manufacturer and category.
Is it possible to add additional fields for the manufacturer and category through the import module?

GeekoDev

GeekoDev 3 years ago

Latest is 3.9.3.
Yes the module can import additional fields in some cases (if simple fields), if complex fields sometimes it is necessary to make compatibility.

refresh

sbcmidoc

sbcmidoc 3 years ago

Hi Dev,
Successfully I can import by cron job from this extension but, Is it possible to get http url, running the same from browser data will get imprted?

GeekoDev

GeekoDev 3 years ago

Hi, it can get data from http url but only if it is outputed in one of these formats: xml, csv, tsv, xls, xlsx, json, ods.

refresh

karbonaras

karbonaras 3 years ago

Does it support greek language?

GeekoDev

GeekoDev 3 years ago

Yes, all languages are supported :)

refresh

Artful

Artful 3 years ago

Hello,
Would it be possible for your extension to extract data from a non-opencart ecommerce website and import into an Opencart website, automatically? eg. the parent company uses Shopware and the child company uses Opencart and they would like to ensure it is always up to date with products.

If so, what would be required from the Parent company website to provide access?
Is there likely to be any issue with language? The parent site is German, child site to be in English.
Are you aware of any theme conficts, eg with Journal theme?
Is there a way to adjust the price upon import? eg. the Child website would need to add a margin onto the existing parent pricing.
The parent pricing is also likely to be in Euro', the child site would need sell in Australian dollars.

Can your extension handle all of that?? :)

Thanks

GeekoDev

GeekoDev 3 years ago

The extension will be able to handle the opencart side to import all the data, but not the shopware side, you would need a module for that platform that can export the data, and save it on your server, for example let's say you have such module and it generates a file on yourwebsite/export/products.xml, then with our module you will be able to automatically get this file periodically to update the opencart store.

Then about language it's not a problem itself, just I guess you will need to translate, it can be done these ways:
- import German, then manually translate data in opencart
- or get our Auto Translate Pro module: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=41729
it combines perfectly with import module so you will be able to automatically translate German to English during the import, so all is automatic in this case

GeekoDev

GeekoDev 3 years ago

There will be no conflict with any theme, because when the data is imported it is just like if you had it entered manually in the website, so the source of data does not matter.

Indeed the module can change the price during import, it is very common need, there is even functions to change price based on advanced settings, like different percentage per category, or depending the initial price, etc.
No problem either to convert from a currency to another.

To resume the module can handle all that, except the parent shop side as this module is working only on opencart, so the extra requirement is to have an export module on shopware, even quite basic one will do (just one that can work with cron to export also periodically).

refresh

Arsons72

Arsons72 3 years ago

Hello,
Does this extension work for two different OC versions?
For example I export all data from OC 2.2.0.0, Can I import to OC 3.0.3.7?
I really appreciate your help!

GeekoDev

GeekoDev 3 years ago

Yes it works on all OC versions, you can export from all to import on all.

Arsons72

Arsons72 3 years ago

Thank you for quick reply :)

refresh

nadapestilor

nadapestilor 3 years ago

Best all in one import/export tool. Oh, and custom profiles + cron-job... im in love! Great support at GeekoDev. Great job guys!

GeekoDev

GeekoDev 3 years ago

Thanks :)

refresh

vasvasvas123

vasvasvas123 3 years ago

The best extension by far !!! Very easy set up and the support team are realy professionals. I highly recommend it !!!

GeekoDev

GeekoDev 3 years ago

Thanks :)

refresh

naman

naman 3 years ago

Simply the best import/export extension...by far. Possibilities are huge, and the UI is clear and easy to use. Support is incredibly efficient and fast.

The module is compatible with two other essential modules from same dev : Complete SEO and Auto Translate.

If you use the 3 modules together, you'll get SEO and translations automatically done during importation. Amazing.

GeekoDev

GeekoDev 3 years ago

Thanks :)

refresh

joker1411

joker1411 3 years ago

1-)There are 2 websites xxx.com and xxx.ru I am constantly entering products to xxx.com, I want the products I enter here to appear on xxx.ru, so I want to manage the sites from one place, is this possible?
2-)To explain more, the product I entered on my main site will be processed instantly on my other site, but the servers are on different hosting.

GeekoDev

GeekoDev 3 years ago

Yes the module will be fine for that.
Basically you will have to set up cron job on both websites, on the source website an export, and then on target website import cron job so it will keep products updated on target website.

refresh

jobertgaigher

jobertgaigher 3 years ago

excellent and essential extension, could not live without it. for those who need to change prices and promos frequently, it's a gem. Technical support, when I needed it, was very attentive, patient and effective... Solved all problems quickly. Congratulations to the developers. I highly recommend!

GeekoDev

GeekoDev 3 years ago

Thanks for your feedback :)

refresh