Search found 85 matches

by krzysiekp
10 May 2022, 16:54
Forum: Laravel package
Topic: Config shop.php different for each shop
Replies: 4
Views: 992

Config shop.php different for each shop

I have multi shop application.

I have defined validation fields for billing and delivery address in config/shop.php and I have defined decorators etc.. How to do another configuration for each shop/themes ?
by krzysiekp
10 May 2022, 10:13
Forum: Laravel package
Topic: Multishop advanced configuration
Replies: 3
Views: 781

Multishop advanced configuration

For example, we have two domains: - domain1.com, - domain2.com. There are different markets within these domains, e.g. - Poland => domain1.com/pl, domain2.com/pl, - Slovakia => domain1.com/sk, domain2.com/sk, - Czech Republic => domain1.com/cz, domain2.com/cz. There will be different products on eac...
by krzysiekp
09 May 2022, 17:04
Forum: Laravel package
Topic: Decorators / Components for selected themes
Replies: 1
Views: 495

Decorators / Components for selected themes

How to do to create different decorators for different shops. It is a multishop application. For example. For one shop I have one decorator: client/html/catalog/lists/decorators/global = ['Mydecorator'] but for another shop I have: client/html/catalog/lists/decorators/global = ['MydecoratorNew'] How...
by krzysiekp
09 May 2022, 13:54
Forum: Laravel package
Topic: Differents layouts for sites
Replies: 10
Views: 1877

Re: Differents layouts for sites

I have error after execute

Code: Select all

composer req aimeos-extensions/my-theme
Symlink failed, fallback to use mirroring!
by krzysiekp
09 May 2022, 13:37
Forum: Laravel package
Topic: Differents layouts for sites
Replies: 10
Views: 1877

Re: Differents layouts for sites

But I want change my extension in package folder and I have to composer update ?
How to make the changes immediately visible ?
For example I change file

Code: Select all

.\packages\new-theme\client\html\templates\catalog\detail\body-standard.blade.php
How to make the change visible on the shop ?
by krzysiekp
09 May 2022, 12:30
Forum: Laravel package
Topic: Differents layouts for sites
Replies: 10
Views: 1877

Re: Differents layouts for sites

I create extension on https://aimeos.org/extensions (Aimeos Laravel 2021) I copy extension to /ext/my-theme folder and change layout but not working. I need a very detailed description of how to install extension / theme and change the layout in it and other things because the one on the website doe...
by krzysiekp
09 May 2022, 08:04
Forum: Laravel package
Topic: Aimeos create extension " Could not find a matching version of package aimeos-extensions/new-test. Check the package sp"
Replies: 2
Views: 920

Aimeos create extension " Could not find a matching version of package aimeos-extensions/new-test. Check the package sp"

I try install new theme: composer req aimeos-extensions/new-test I always receive error: [InvalidArgumentException] Could not find a matching version of package aimeos-extensions/new-test. Check the package spelling, your version constraint and that the package is available in a stability which matc...
by krzysiekp
06 May 2022, 10:30
Forum: Laravel package
Topic: Differents layouts for sites
Replies: 10
Views: 1877

Re: Differents layouts for sites

Theme allows add only css and js but I want change my html structure for different sites. I use /ext/my-theme folder.
I don't know how use several extension theme for different sites and configure it.
by krzysiekp
06 May 2022, 07:59
Forum: Laravel package
Topic: Differents layouts for sites
Replies: 10
Views: 1877

Re: Differents layouts for sites

@Aimeos Can you answer this question ? This subject is important for me
by krzysiekp
06 May 2022, 06:10
Forum: Laravel package
Topic: Locale object not available after change routes
Replies: 4
Views: 866

Re: Locale object not available after change routes

But I have two sites. First site has site code = test.localhost and second site has site code = test2.localhost.
Each domain has this error.