Search found 11 matches
- 02 Jan 2025, 00:33
- Forum: Laravel package
- Topic: How to Import customer XML?
- Replies: 1
- Views: 24783
How to Import customer XML?
What is the difference between “User” and “Customer”? How can I import existing customers? I have the following packages/xxxx-theme/config/controller.php: return [ 'jobs' => [ 'customer' => [ 'export' => [ 'csv' => [ 'location' => 'storage/export/customer' ], ], 'import' => [ 'xml' => [ 'location' =...
- 11 Jun 2024, 20:05
- Forum: Laravel package
- Topic: Checkout Addresses / Setup Values not work properly
- Replies: 9
- Views: 108402
- 04 Jun 2024, 23:21
- Forum: Laravel package
- Topic: Checkout Addresses / Setup Values not work properly
- Replies: 9
- Views: 108402
Re: Checkout Addresses / Setup Values not work properly
Checkout Process > Addresses: Screenshot 2024-06-05 010913.jpg Click on billing address to change. I added "99" to firstname and lastname: Screenshot 2024-06-05 011058.jpg Click submit and you are in delivery. Click back again, nothing changed in billing address: Screenshot 2024-06-05 011...
- 04 Jun 2024, 01:35
- Forum: Laravel package
- Topic: Checkout Addresses / Setup Values not work properly
- Replies: 9
- Views: 108402
Re: Checkout Addresses / Setup Values not work properly
Ckeckout address input does not work properly. When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandator...
- 04 Jun 2024, 01:18
- Forum: Laravel package
- Topic: Administration category products not showing productname after saving
- Replies: 1
- Views: 18520
Administration category products not showing productname after saving
On administration the name of product is not showing after saving the category products. Only the Id of the product. Here the link of official demo: https://admin.demo.aimeos.org/admin/default/jqadm/get/catalog/18?locale=en#product Screenshot 2024-06-04 031037.png Laravel: 11.0 Aimeos: 2024.04.* PHP...
- 23 May 2024, 20:22
- Forum: Laravel package
- Topic: Checkout Addresses / Setup Values not work properly
- Replies: 9
- Views: 108402
Re: Checkout Addresses / Setup Values not work properly
thank you so much. it works.
- 22 May 2024, 20:34
- Forum: Laravel package
- Topic: Checkout Addresses / Setup Values not work properly
- Replies: 9
- Views: 108402
Re: Checkout Addresses / Setup Values not work properly
This happens in several configurations in admin site.
You can see it in the official aimeos laravel admin demo:
https://admin.demo.aimeos.org/admin/def ... ?locale=en
You can see it in the official aimeos laravel admin demo:
https://admin.demo.aimeos.org/admin/def ... ?locale=en
- 22 May 2024, 01:09
- Forum: Laravel package
- Topic: Checkout Addresses / Setup Values not work properly
- Replies: 9
- Views: 108402
Checkout Addresses / Setup Values not work properly
Ckeckout address input does not work properly. When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandatory...
- 09 May 2024, 00:03
- Forum: Laravel package
- Topic: RewriteBase Problem
- Replies: 1
- Views: 15074
Re: RewriteBase Problem
ok it was thie env-configuration.
SHOP_MULTILOCALE=1
SHOP_MULTISHOP=1
SHOP_MULTILOCALE=1
SHOP_MULTISHOP=1
- 07 May 2024, 01:31
- Forum: Laravel package
- Topic: RewriteBase Problem
- Replies: 1
- Views: 15074
RewriteBase Problem
I have installed the standalone version on a managed-server at Strato (Linux). It tells me the following error: [client ::] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. When I use "RewriteBase /", most of the pages work. However, the sta...