Search found 5 matches
- 29 Oct 2021, 08:20
- Forum: Laravel package
- Topic: Media's conflict when copying entries
- Replies: 2
- Views: 2224
Re: Media's conflict when copying entries
Noted, thank you !aimeos wrote: 27 Oct 2021, 10:57 Thank you for your issue report. The problem is now fixed in aimeos/ai-admin-jqadm:2021.10.x-dev.
You need to update to 2021.10 LTS because 2021.07.x isn't supported any more.
- 26 Oct 2021, 13:46
- Forum: Laravel package
- Topic: Media's conflict when copying entries
- Replies: 2
- Views: 2224
Media's conflict when copying entries
Aimeos : 2021.07.4
Laravel 8
Hello Aimeos, thank you again for your efforts.
I found a weird behaviour when copying a entire entry from the admin panel :
For products for example, let's say a product A has a media "Media1.jpg", when duplactating the Product A to create a new Product (let's call ...
Laravel 8
Hello Aimeos, thank you again for your efforts.
I found a weird behaviour when copying a entire entry from the admin panel :
For products for example, let's say a product A has a media "Media1.jpg", when duplactating the Product A to create a new Product (let's call ...
- 19 Jul 2021, 15:07
- Forum: Help
- Topic: JSON API - get specific level of catalog from product
- Replies: 3
- Views: 12570
Re: JSON API - get specific level of catalog from product
Yes, using "include=catalog" will only return "Sub Category" and there's no way to retrieve the parent category within the same request. Also, the parent ID isn't exposed via the JSON API at all.
The only option would be to fetch "Main Category" including all subcategories once (depending on how ...
- 05 Jul 2021, 08:48
- Forum: Help
- Topic: JSON API - get specific level of catalog from product
- Replies: 3
- Views: 12570
JSON API - get specific level of catalog from product
Hello Aimeos, thank you for your efforts again
I have a small issue, this is the structure of my catalog, products
Main Category
Level 1 Category
Sub Category
My product
My question is, what is the best way to get the "Level 1 Category" when fetching the product using the json API ( To be ...
I have a small issue, this is the structure of my catalog, products
Main Category
Level 1 Category
Sub Category
My product
My question is, what is the best way to get the "Level 1 Category" when fetching the product using the json API ( To be ...
- 13 Apr 2021, 15:54
- Forum: Laravel package
- Topic: json API does not return process link for gateway payment (Stripe)
- Replies: 1
- Views: 2189
json API does not return process link for gateway payment (Stripe)
Hi aimeos,
I'm working with aimeos on laravel for a big project, i'm first testing the api to see how we will manage things.
Everything looks fine, but i have a small issue after creating order invoice. The response does not contain process link to proceed the payment or (gateway redirection ...
I'm working with aimeos on laravel for a big project, i'm first testing the api to see how we will manage things.
Everything looks fine, but i have a small issue after creating order invoice. The response does not contain process link to proceed the payment or (gateway redirection ...