Search found 97 matches
- 11 May 2022, 07:55
- Forum: Laravel package
- Topic: Config shop.php different for each shop
- Replies: 4
- Views: 3617
Re: Config shop.php different for each shop
I added to config locale site below variable client/html/checkout/standard/address/billing/mandatory Value is ["order.base.address.firstname","order.base.address.lastname","order.base.address.address1","order.base.address.address2","order.base.address.pos...
- 11 May 2022, 06:35
- Forum: Laravel package
- Topic: Multishop advanced configuration
- Replies: 3
- Views: 2069
Re: Multishop advanced configuration
But note that the country codes repeat within these two domains. As far as I know, the page code must be unique.
- 10 May 2022, 16:54
- Forum: Laravel package
- Topic: Config shop.php different for each shop
- Replies: 4
- Views: 3617
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 ?
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 ?
- 10 May 2022, 10:13
- Forum: Laravel package
- Topic: Multishop advanced configuration
- Replies: 3
- Views: 2069
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...
- 09 May 2022, 17:04
- Forum: Laravel package
- Topic: Decorators / Components for selected themes
- Replies: 1
- Views: 1188
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...
- 09 May 2022, 13:54
- Forum: Laravel package
- Topic: Differents layouts for sites
- Replies: 10
- Views: 6735
Re: Differents layouts for sites
I have error after execute
Symlink failed, fallback to use mirroring!
Code: Select all
composer req aimeos-extensions/my-theme
- 09 May 2022, 13:37
- Forum: Laravel package
- Topic: Differents layouts for sites
- Replies: 10
- Views: 6735
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
How to make the change visible on the shop ?
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
- 09 May 2022, 12:30
- Forum: Laravel package
- Topic: Differents layouts for sites
- Replies: 10
- Views: 6735
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...
- 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: 2266
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...
- 06 May 2022, 10:30
- Forum: Laravel package
- Topic: Differents layouts for sites
- Replies: 10
- Views: 6735
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.
I don't know how use several extension theme for different sites and configure it.