Import product on database (SQL Directly)

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Lonk324
Posts: 1
Joined: 13 May 2024, 05:58

Import product on database (SQL Directly)

Post by Lonk324 » 13 May 2024, 06:02

Hi everyone,
I am a newbie on this platform and I try it to set test environment. Yesterday, I uploaded directly in SQL a list of product on some table like "mshop_product" with some information (label, siteid....) but when I make a research on web UI I can't find anyone of them.
Could you precise to me the main settings to reach my goal ?
Thanks by advance and have a good day.

User avatar
aimeos
Administrator
Posts: 7955
Joined: 01 Jan 1970, 00:00

Re: Import product on database (SQL Directly)

Post by aimeos » 13 May 2024, 06:27

You have to index your products so they are found. Assuming you are using Laravel, execcute this command:

Code: Select all

php artisan aimeos:jobs index/rebuild
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply