Search found 37 matches

by snicto
03 Dec 2022, 17:06
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3904

Re: On multilocale unable to access /admin

That does not resolve the error
by snicto
02 Dec 2022, 19:27
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3904

On multilocale unable to access /admin

With "SHOP_MULTILOCALE=1" enabled cannot access admin with "/admin". Following error is thrown:

https://flareapp.io/share/Bm0vDkB7#F50

SHOP_MULTISHOP=
SHOP_REGISTRATION=
are not used.
by snicto
28 Nov 2022, 16:53
Forum: Laravel package
Topic: Telephone disabled in checkout
Replies: 4
Views: 921

Re: Telephone disabled in checkout

A space was the cause of the issue.
by snicto
28 Nov 2022, 14:32
Forum: Laravel package
Topic: Telephone disabled in checkout
Replies: 4
Views: 921

Re: Telephone disabled in checkout

- clearing cache did not resolve the issue
- APC is disabled in all settings:

Code: Select all

'apc_enabled' => false, // enable for maximum performance if APCu is available
by snicto
27 Nov 2022, 00:17
Forum: Laravel package
Topic: Telephone disabled in checkout
Replies: 4
Views: 921

Telephone disabled in checkout

Aimeos: 2022.10 I am having an issue with the configuration in the checkout fields. So my client.php config within my custom theme (tried also shop.php) is as follows: 'html' => [ 'checkout' => [ 'standard' => [ 'address' => [ 'billing' => [ 'hidden' => [ 'order.base.address.salutation', 'order.base...
by snicto
24 Nov 2022, 15:49
Forum: Laravel package
Topic: Media for variants of selection product
Replies: 1
Views: 490

Media for variants of selection product

Hello, In short, I have "selection" products that have variants of different colors. Each variant of color should have its own media assigned. So when a user on FE changes color, the gallery also changes. I have not figured out if it is possible to assign media for specific variations, it ...
by snicto
10 Nov 2022, 14:23
Forum: Laravel package
Topic: User registration without {site}
Replies: 8
Views: 2337

Re: User registration without {site}

Is there a way to enable user registration, so people can register before they make a purchase?
by snicto
07 Nov 2022, 17:28
Forum: Laravel package
Topic: User registration without {site}
Replies: 8
Views: 2337

Re: User registration without {site}

If you use the Aimeos Laravel distribution and don't enable SHOP_MULTISHOP in your .env file, the {site} placeholder shouldn't be required in any URL. You should have a look into the ./routes/web.php file: https://github.com/aimeos/aimeos/blob/master/routes/web.php#L30-L45 My routes/web.php is like...
by snicto
03 Nov 2022, 18:10
Forum: Laravel package
Topic: User registration without {site}
Replies: 8
Views: 2337

User registration without {site}

Hello,

I want users to be able to register, however, it seems it requires the site to be passed on all front-end URLs. Is it possible to set it up so the default site is used (multishop is not going to be used)? Since it will become a hassle in the long term to manage URLs with the site included.
by snicto
01 Nov 2022, 15:54
Forum: Laravel package
Topic: Custom service - packaging
Replies: 4
Views: 855

Re: Custom service - packaging

Ok, I will look into it, thanks