Search found 108 matches

by mohal_04
10 Jul 2018, 10:21
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Re: Catalog (Category) Import via Script

Here you can read how to work with managers to search and save items like products, attributes, texts, prices, etc. first: https://aimeos.org/docs/Developers#Managers_and_items Hi, I have another small question related to this same issue. Currently, all jobs are inside "ai-controller-jobs"...
by mohal_04
06 Jul 2018, 11:03
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Re: Catalog (Category) Import via Script

Like said, create a job controller that uses the managers to import an arbitrary format directly: - https://aimeos.org/docs/Developers/Controller/Implement_job_controller - https://aimeos.org/api/latest/namespace-Aimeos.MShop.html Hi, I know you are trying your best to help me but the links you sen...
by mohal_04
04 Jul 2018, 08:02
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Re: Catalog (Category) Import via Script

Hi,

I have very different data in JSON format. Is there any alternative method of importing product data? I want to conditionally import catalog code.

Thanks!
by mohal_04
03 Jul 2018, 10:09
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Re: Catalog (Category) Import via Script

Execute the "catalog/import/csv" job: https://aimeos.org/docs/Laravel/Configure_cronjobs Your location has to be a directory by default as long as you don't configure this otherwise. Hi, Thank you very much for your help! I successfully imported Categories. Now the next difficult task is ...
by mohal_04
02 Jul 2018, 07:43
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Re: Catalog (Category) Import via Script

You can use the catalog CSV importer if you can export your old categories in that format: https://aimeos.org/docs/Developers/Controller/Import_catalog_from_CSV The alternative is to create a job controller that uses the catalog manager to import an arbitrary format: - https://aimeos.org/docs/Devel...
by mohal_04
29 Jun 2018, 11:55
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Re: Catalog (Category) Import via Script

You can use the catalog CSV importer if you can export your old categories in that format: https://aimeos.org/docs/Developers/Controller/Import_catalog_from_CSV The alternative is to create a job controller that uses the catalog manager to import an arbitrary format: - https://aimeos.org/docs/Devel...
by mohal_04
28 Jun 2018, 12:15
Forum: Laravel package
Topic: Catalog (Category) Import via Script
Replies: 13
Views: 5647

Catalog (Category) Import via Script

Laravel: 5.6 Aimeos: 2018.04 PHP: 7.1.18 Hi guys, I need to import product categories from old website into this new Laravel Aimeos setup. So, can you guide me how to do it using a PHP Script. Or is there any Laravel (Aimeos) Package that could help me? In "mshop_catalog" table, I see all ...
by mohal_04
21 Jun 2018, 11:49
Forum: Laravel package
Topic: Suggested Products giving Error "A non-recoverable error"
Replies: 4
Views: 2456

Re: Suggested Products giving Error "A non-recoverable error

Did you overwrite the product manager with an own version and misses the createItemBase() method of your own manager this line: https://github.com/aimeos/aimeos-core/blob/2018.04/lib/mshoplib/src/MShop/Product/Manager/Standard.php#L780 Hi, Thanks for the hint. It helped. I had to add that line in m...
by mohal_04
21 Jun 2018, 11:02
Forum: Laravel package
Topic: Checkout Process - Error on Summary Tab
Replies: 13
Views: 8439

Re: Checkout Process - Error on Summary Tab

Can you please run "composer update"? There's a new route used in the summary page use (cancellation policy) which needs a new route definition: https://github.com/aimeos/aimeos-laravel/blob/master/src/default.php#L206 Hi, Thanks for the suggestion, it really helped. Issue is gone. Best r...
by mohal_04
21 Jun 2018, 10:59
Forum: Laravel package
Topic: Suggested Products giving Error "A non-recoverable error"
Replies: 4
Views: 2456

Re: Suggested Products giving Error "A non-recoverable error

Can you please post the error message and the stack trace for this error stored in the madmin_log table. You can also see it in the log panel of the admin interface. Hi, I am getting following error message: Undefined index: date And here is the stack trace: #0 E:\xampp_php7_1_18\htdocs\interloper-...