Search found 148 matches

by ahmed31916
17 May 2022, 20:31
Forum: Laravel package
Topic: Decorator get no result
Replies: 9
Views: 1604

Re: Decorator get no result

thanks for your response.
is now an array but it must be a string
would you write a complete config for it, please! (it made me tired)
by ahmed31916
16 May 2022, 19:26
Forum: Laravel package
Topic: Validation for request input field
Replies: 5
Views: 1009

Validation for request input field

Hello,

How could we make a validation for an input field and display the error message inside the template page?
by ahmed31916
16 May 2022, 07:51
Forum: Laravel package
Topic: Decorator get no result
Replies: 9
Views: 1604

Re: Decorator get no result

Nothing changed :| . I want to know is the namespace is correct? and the return value is $view? and the aregument interface of the function is correct? namespace Aimeos\Client\Html\Common\Decorator; class my_product_decorator extends \Aimeos\Client\Html\Common\Decorator\Base implements \Aimeos\Clien...
by ahmed31916
15 May 2022, 10:49
Forum: Laravel package
Topic: Decorator get no result
Replies: 9
Views: 1604

Re: Decorator get no result

Unfortunately, the problem is still not resolved.

"Aimeos\Base\View\Helper\Partial\Standard::transform(): Argument #1 ($file) must be of type string, array given"
by ahmed31916
15 May 2022, 06:55
Forum: Laravel package
Topic: Does the admin panel change both theme style and template path
Replies: 3
Views: 688

Re: Does the admin panel change both theme style and template path

thanks for your response.
But why it loads from the ext4, while current is ext3.
by ahmed31916
14 May 2022, 08:12
Forum: Laravel package
Topic: Decorator get no result
Replies: 9
Views: 1604

Re: Decorator get no result

Thanks, I edit it, and got this error: "Aimeos\Base\View\Helper\Partial\Standard::transform(): Argument #1 ($file) must be of type string, array given" the complete error trace: https://flareapp.io/share/V7jLOMjm#F65 the config: 'html' => [ 'common' => [ 'partials' => [ 'products' => [ 'de...
by ahmed31916
14 May 2022, 02:55
Forum: Laravel package
Topic: Does the admin panel change both theme style and template path
Replies: 3
Views: 688

Does the admin panel change both theme style and template path

Hello, Does when I change the theme from the admin panel, only the theme path changes (I mean the style files), or does it also change the template path and views of this extension theme? For me, it just change the theme style, and take the templates of ext4 why? this is the list of Template Paths o...
by ahmed31916
13 May 2022, 13:47
Forum: Laravel package
Topic: Decorator get no result
Replies: 9
Views: 1604

Re: Decorator get no result

@Aimeos
Where is the problem?
by ahmed31916
13 May 2022, 07:44
Forum: Laravel package
Topic: Decorator get no result
Replies: 9
Views: 1604

Decorator get no result

Hello, I'm trying to add new data to the view object required by the product template, (from my extension). I create decorator path "myextension\src\Client\Html\Common\Decorator\my_product_decorator.php", and put this code in it: namespace Aimeos\Client\Html\Common\Decorator; class my_prod...
by ahmed31916
11 May 2022, 19:45
Forum: Laravel package
Topic: Can I separate the Merchant panel from the admin panel
Replies: 1
Views: 468

Can I separate the Merchant panel from the admin panel

Hello,

How can I separate the Merchant admin interface from the super admin interface?
(theme and template)