Search found 85 matches

by krzysiekp
14 Oct 2022, 07:53
Forum: Laravel package
Topic: Admin panel and change default site code error
Replies: 4
Views: 971

Admin panel and change default site code error

I changed default site code from "default" to "pl" and during logging to admin panel I receive error: https://prnt.sc/AyKuQdolTNko I have added in shop.php: 'mshop' => [ 'locale' => [ 'site' => 'pl', // used instead of "default" ] ],
by krzysiekp
08 Jun 2022, 07:36
Forum: Laravel package
Topic: Change site "default" name
Replies: 1
Views: 504

Change site "default" name

What operations do I need to perform to change the current name of the shop, e.g. from "default" to "pl" (table => mshop_locale_site, field => code)
by krzysiekp
24 May 2022, 13:49
Forum: Laravel package
Topic: Error ($currency) must be of type string, null given
Replies: 4
Views: 948

Re: Error ($currency) must be of type string, null given

So far there is no this error. If I find it the second time, I will share the entire error.
by krzysiekp
20 May 2022, 15:09
Forum: Laravel package
Topic: Payment status updated in batch job
Replies: 3
Views: 798

Re: Payment status updated in batch job

I don't think updateBatch() method exists.

Maybe updateAsync() ?
by krzysiekp
20 May 2022, 10:24
Forum: Laravel package
Topic: Error ($currency) must be of type string, null given
Replies: 4
Views: 948

Re: Error ($currency) must be of type string, null given

Aimeos\MShop\Locale\Manager\Standard::bootstrap(): Argument #3 ($currency) must be of type string, null given

\vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Locale\Manager\Standard.php:122

https://prnt.sc/gyrTxaI9_j4X
by krzysiekp
20 May 2022, 07:20
Forum: Laravel package
Topic: Error ($currency) must be of type string, null given
Replies: 4
Views: 948

Error ($currency) must be of type string, null given

Another error:

POST http://giftcard.localhost:8080/pl/shop/confirm/card

Aimeos\MShop\Locale\Manager\Standard::bootstrap(): Argument #3 ($currency) must be of type string, null given
by krzysiekp
19 May 2022, 21:33
Forum: Laravel package
Topic: Payment status updated in batch job
Replies: 3
Views: 798

Payment status updated in batch job

How to get status from payment gateway on batch job via API ? In doc are describe updateBatch updateSync and query method. Which and when is it used ?
by krzysiekp
19 May 2022, 19:32
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5892

Re: Several theme loading views problem

I will expand this shop to different countries. Each country may have different validation of customer data and for different payment methods. Aimeos has the limitation that you cannot redirect to a page, but display an indirect page with a click link. It may also have restrictions on validation etc...
by krzysiekp
19 May 2022, 14:52
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5892

Re: Several theme loading views problem

It works, but I wonder if I should rewrite it on my own controllers to have more control over it
by krzysiekp
19 May 2022, 10:46
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5892

Re: Several theme loading views problem

If you switch sites with different themes, is the theme name in the file path still the same? Yes Can you dump "$this->paths" here and check what the array contains when you switch sites with different themes? The same is displayed in both cases: array:4 [▼ array:4 [▼ "C:\xampp\htdoc...