Search found 85 matches

by krzysiekp
12 May 2022, 14:54
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5915

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).
by krzysiekp
12 May 2022, 14:36
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5915

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.
by krzysiekp
12 May 2022, 14:09
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5915

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.
by krzysiekp
12 May 2022, 12:25
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5915

Re: Several theme loading views problem

@Aimeos it is important to me to solve this problem
by krzysiekp
11 May 2022, 19:38
Forum: Laravel package
Topic: Themes and @include in blade template
Replies: 3
Views: 784

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...
by krzysiekp
11 May 2022, 18:53
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5915

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...
by krzysiekp
11 May 2022, 08:39
Forum: Laravel package
Topic: Change Billing Address class
Replies: 1
Views: 509

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...
by krzysiekp
11 May 2022, 07:55
Forum: Laravel package
Topic: Config shop.php different for each shop
Replies: 4
Views: 977

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...
by krzysiekp
11 May 2022, 06:35
Forum: Laravel package
Topic: Multishop advanced configuration
Replies: 3
Views: 764

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.