Search found 98 matches

by peter69
03 Jul 2024, 00:39
Forum: Laravel package
Topic: Text type translations
Replies: 1
Views: 17910

Text type translations

Hello Aimeos Team,

I was wondering if there is a way to translate the text type options. Please see the attached file for more details

Best regards,
by peter69
10 Jun 2024, 15:04
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 9
Views: 120376

Re: Custom.css changes arent working

Got it!, Thanks!
by peter69
07 Jun 2024, 05:33
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 9
Views: 120376

Re: Custom.css changes arent working

I have the same issue. It only works if I set the 'file' to 'index-css'.

I'm using:

'aimeos/aimeos-laravel': '~2024.04'
'laravel/framework': '^11.0'
by peter69
12 Jun 2023, 05:41
Forum: Laravel package
Topic: After logged in second site error shows
Replies: 3
Views: 8737

Re: After logged in second site error shows

Hello!

Is there any configuration to allow users to log in with the same account on all sites?

Greetings,
by peter69
05 Jun 2023, 07:26
Forum: Laravel package
Topic: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos
Replies: 10
Views: 14021

Re: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

It doesn't work either, I get a 404 error. I share with you my configurations: config/shop.php $prefix = config( 'app.shop_multilocale' ) ? '{locale}/' : ''; $config = [ 'apc_enabled' => false, // enable for maximum performance if APCu is available 'apc_prefix' => 'aimeos:', // prefix for caching co...
by peter69
05 Jun 2023, 07:03
Forum: Laravel package
Topic: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos
Replies: 10
Views: 14021

Re: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

It is set to true. Since I have configured two languages (spanish and english)
by peter69
05 Jun 2023, 06:39
Forum: Laravel package
Topic: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos
Replies: 10
Views: 14021

Re: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

Hello, That's exactly how I have it configured but it doesn't work either: routes/web.php: <?php use Illuminate\Support\Facades\Request; use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | Web Routes |--------------------------------...
by peter69
04 Jun 2023, 18:07
Forum: Laravel package
Topic: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos
Replies: 10
Views: 14021

Re: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

I have noticed that it only works if I access it in the following way: https://shop2.mydomain.com/?locale=es&site=shop2.mydomain.com Certainly, this is not a user-friendly URL. What I want is for https://shop2.mydomain.com to correctly display the catalog-home component of the theme I have creat...
by peter69
04 Jun 2023, 17:32
Forum: Laravel package
Topic: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos
Replies: 10
Views: 14021

Re: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

Thank you for the provided information. However, it seems that when I access https://shop2.mydomain.com, I still see the template of the theme configured for https://mydomain.com (shop1). The template/theme I have created and configured for shop2 doesn't appear. Interestingly, on other pages such as...
by peter69
04 Jun 2023, 06:11
Forum: Laravel package
Topic: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos
Replies: 10
Views: 14021

Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

Hello Laravel Aimeos! I am developing a " multishop " project. I have created two stores: shop1 and shop2. The shop1 store is the default one, which should be displayed at https://mydomain.com, and shop2 should be displayed at https://shop2.mydomain.com. I have followed the steps mentioned...