Search found 85 matches
- 12 May 2022, 14:54
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 20875
Re: Several theme loading views problem
After php artisan clear:cache is still a problem. Clearing the cache doesn't matter.
The general template loads fine (new-theme) and the middle part of the page loads from a different theme (new-theme-sk).
The general template loads fine (new-theme) and the middle part of the page loads from a different theme (new-theme-sk).
- 12 May 2022, 14:36
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 20875
Re: Several theme loading views problem
I clear all laravel caches and there is still a problem.
I changed the theme and went back to the previous one and is still a problem.
I changed the theme and went back to the previous one and is still a problem.
- 12 May 2022, 14:09
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 20875
Re: Several theme loading views problem
I have this entry in shop.php and i still have a problem
Structure "new-theme" is:
https://prnt.sc/CKdj7qT4ikKL
And "new-theme-sk" has the same structure.
Structure "new-theme" is:
https://prnt.sc/CKdj7qT4ikKL
And "new-theme-sk" has the same structure.
- 12 May 2022, 12:25
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 20875
Re: Several theme loading views problem
@Aimeos it is important to me to solve this problem
- 11 May 2022, 19:38
- Forum: Laravel package
- Topic: Themes and @include in blade template
- Replies: 3
- Views: 1905
Themes and @include in blade template
In packages\new-theme\client\html\templates\checkout\standard\summary-body-standard.blade.php I have below code: @include('common/summary/detail-standard',[ 'summaryBasket' => $standardBasket, 'summaryTaxRates' => $summaryTaxRates ?? [], 'summaryNamedTaxes' => $summaryNamedTaxes ?? [], 'summaryCosts...
- 11 May 2022, 18:53
- Forum: Laravel package
- Topic: Several theme loading views problem
- Replies: 36
- Views: 20875
Several theme loading views problem
I have two laravel themes: - packages/new-theme/* - packages/new-theme-sk/* and I have two shops: - pl => assign "new-theme" - sk => assign "new-theme-sk" When I go to the product card in the "pl" shop, the aimeos template loads from "new-theme-sk" => packages...
- 11 May 2022, 08:39
- Forum: Laravel package
- Topic: Config shop.php different for each shop
- Replies: 4
- Views: 2436
Re: Config shop.php different for each shop
Ok, thanks
- 11 May 2022, 08:39
- Forum: Laravel package
- Topic: Change Billing Address class
- Replies: 1
- Views: 1036
Change Billing Address class
I want overwrite \vendor\aimeos\ai-client-html\client\html\src\Client\Html\Checkout\Standard\Address\Billing\Standard.php How to do ? Do I need to write a decorator ? Or maybe just copy this class to \packages\new-ext\client\html\src\Client\Html\Checkout\Standard\Address\Billing\Billing.php and chan...
- 11 May 2022, 07:55
- Forum: Laravel package
- Topic: Config shop.php different for each shop
- Replies: 4
- Views: 2436
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: 1644
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.