Search found 85 matches
- 14 Oct 2022, 07:53
- Forum: Laravel package
- Topic: Admin panel and change default site code error
- Replies: 4
- Views: 3691
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" ] ],
- 08 Jun 2022, 07:36
- Forum: Laravel package
- Topic: Change site "default" name
- Replies: 1
- Views: 1036
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)
- 24 May 2022, 13:49
- Forum: Laravel package
- Topic: Error ($currency) must be of type string, null given
- Replies: 4
- Views: 2640
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.
- 20 May 2022, 15:09
- Forum: Laravel package
- Topic: Payment status updated in batch job
- Replies: 3
- Views: 2126
Re: Payment status updated in batch job
I don't think updateBatch() method exists.
Maybe updateAsync() ?
Maybe updateAsync() ?
- 20 May 2022, 10:24
- Forum: Laravel package
- Topic: Error ($currency) must be of type string, null given
- Replies: 4
- Views: 2640
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
\vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Locale\Manager\Standard.php:122
https://prnt.sc/gyrTxaI9_j4X
- 20 May 2022, 07:20
- Forum: Laravel package
- Topic: Error ($currency) must be of type string, null given
- Replies: 4
- Views: 2640
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
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
- 19 May 2022, 21:33
- Forum: Laravel package
- Topic: Payment status updated in batch job
- Replies: 3
- Views: 2126
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 ?
- 19 May 2022, 19:32
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 23041
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...
- 19 May 2022, 14:52
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 23041
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
- 19 May 2022, 10:46
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 23041
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...