Search found 85 matches

by krzysiekp
18 May 2022, 14:48
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5956

Re: Several theme loading views problem

$filename variable contains full path for file. Example:

C:\xampp\htdocs\giftcard\vendor\aimeos-themes\sk-theme\client\html\templates\catalog\stage\body-standard.blade.php
by krzysiekp
18 May 2022, 07:19
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5956

Re: Several theme loading views problem

Are you able to fix it ?
Then, it's most likely that the Laravel Blade view integration mixes things up as it doesn't happen when using the Aimeos PHP templates.
Then I have to use Aimeos standalone shop ?
by krzysiekp
18 May 2022, 06:32
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5956

Re: Several theme loading views problem

But that's how I got it done now and it keeps on mixing.
I had done as you write from the very beginning and there is still a problem.
by krzysiekp
17 May 2022, 08:56
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5956

Re: Several theme loading views problem

I have a small mutlishop, so I will convert it into my own controllers and template and use the Aimeos code, then I will have full control over it.
by krzysiekp
16 May 2022, 18:18
Forum: Laravel package
Topic: [SOLVED] Adding new column to mshop_order
Replies: 2
Views: 631

Re: Adding new column to mshop_order

@Aimeos

How to make the columns that were manually added to the mshop_order table not removed during php artisan aimeos: setup ?
by krzysiekp
16 May 2022, 11:47
Forum: Laravel package
Topic: [SOLVED] Adding new column to mshop_order
Replies: 2
Views: 631

[SOLVED] Adding new column to mshop_order

I have added a new column to mshop_order . How to write a task that will install this ? My schema file in custom extension packages\new-ext\lib\custom\setup\default\schema\order.php return array( 'table' => array( 'mshop_order' => function(\Doctrine\DBAL\Schema\Schema $schema ) { $table = $schema->g...
by krzysiekp
16 May 2022, 09:28
Forum: Laravel package
Topic: [SOLVED] summaryBasket object in custom Laravel controller
Replies: 1
Views: 453

Re: summaryBasket object in custom Laravel controller

summaryBasket is standardBasket.

Code: Select all

 $basketCntl = \Aimeos\Controller\Frontend::create($context, 'basket' );
 $standardBasket = $basketCntl->get();
by krzysiekp
16 May 2022, 07:42
Forum: Laravel package
Topic: [SOLVED] summaryBasket object in custom Laravel controller
Replies: 1
Views: 453

[SOLVED] summaryBasket object in custom Laravel controller

How to get summaryBasket object in custom laravel controller ?
summaryBasket is Aimeos\MShop\Order\Item\Base\Standard class.
by krzysiekp
13 May 2022, 07:12
Forum: Laravel package
Topic: Several theme loading views problem
Replies: 36
Views: 5956

Re: Several theme loading views problem

@Aimeos please help what could be wrong ?

Maybe there are some extra settings that I don't set?
My friend has the same error