M
M
Maxim2022-02-23 12:53:40
MODX
Maxim, 2022-02-23 12:53:40

Import/export goods to the ModX site?

Good day.
The question arose: maybe someone can suggest a way / module how can I simply and quickly upload an .xls table with products to the site?

I found an article/video about CatalogFill on this site ( https://modx.ru/novosti-i-stati/article/431/ ). Tried to understand and install. During the installation, I was told that this method is not relevant. (since the download site is no longer available; because that component is for ModX Evo, etc.)
I also tried to download through another instruction, which I also found on this site, but I don’t have an assets / modules / directory , which indicates that the method is suitable for ModX Evo (?). Here are the instructions:

Installation:
1. Upload the catalogFill folder to assets/modules/ of your site.
2. Set permissions to 777 on the assets/modules/catalogFill/import/ and assets/modules/catalogFill/export/ folders.
3. Log in to the MODx control system.
4. Go to "Modules" -> "Manage Modules" and click the "New Module" button.
5. Fill in the fields.
Module Name: Import/Export Products
Description: Import/Export Shopkeeper catalog products or MODx documents
Module code (php):
require MODX_BASE_PATH."assets/modules/catalogFill/catalog_fill.inc.php";
6. Click the "Save" button and refresh the browser window.
7. Copy the assets/modules/catalogFill/config/default.php file, save it under a different name and configure the settings.
The file contains comments describing the parameters.

Please help with advice or other ways to solve this problem. I’ll apologize right away, I don’t work very much on this platform and area, the level is higher than a beginner, so maybe I didn’t finish something or explained the problem wrong. Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Golyagin, 2022-02-24
@ronteequee

As I understand it, you have Revo, there are at least 2 paid components for it in the modstore:
GoogleSheets - Import and export of goods / resources / orders / users (quite slow, and there are troubles with the settings) - it didn’t really work for me, but it has the advantage that it works with almost all types of resources.
msImportExport - Import and export for miniShop2 (this component is cool if the site is on Minishop2)
And here is a free one in the modx repository: importX (works with .csv)

A
Anton Tarasov, 2022-02-23
@an-tar

As an alternative, I uploaded products with a custom snippet, first converting the .xls file into .csv, which is convenient to quickly parse in php. If you need a script, I'll look

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question