Search found 148 matches

by ahmed31916
08 Jul 2022, 06:45
Forum: Laravel package
Topic: Route [aimeos_home] not defined.
Replies: 11
Views: 2755

Re: Route [aimeos_home] not defined.

I cleared the route cache, however I still get the same error: Missing required parameter for [b][Route: aimeos_home] [URI: {locale}] [Missing parameter: locale].[/b] you need to configure your routes like this: if( env( 'SHOP_MULTILOCALE' ) ) { $locale = ['prefix' => '{locale}', 'where' => ['local...
by ahmed31916
07 Jul 2022, 18:09
Forum: Laravel package
Topic: Route [aimeos_home] not defined.
Replies: 11
Views: 2755

Re: Route [aimeos_home] not defined.

Adding this route, will solve the problem:

Code: Select all

Route::get('/', '\Aimeos\Shop\Controller\CatalogController@homeAction')->name('aimeos_home');
by ahmed31916
06 Jul 2022, 11:12
Forum: Laravel package
Topic: add more than one language to the attribute type
Replies: 1
Views: 436

add more than one language to the attribute type

Hello,

Is there a possibility to add more than one language to the attribute type? for example: Color
by ahmed31916
06 Jul 2022, 08:23
Forum: Laravel package
Topic: export excel sheet of the products
Replies: 1
Views: 469

export excel sheet of the products

Hello Aimeos, - I'm trying to import and export excel sheet of my products from/to aimeos project. Is there any documentation about it? - I somehow knew that this package serve the purpose : "tulparstudyo/sw-xlsx", but when I install, I got this error: template setting/item does not exist
by ahmed31916
03 Jul 2022, 11:57
Forum: Laravel package
Topic: make a new route for a template
Replies: 3
Views: 773

Re: make a new route for a template

No aimeos, I didn't mean this. I mean how to make a new route for any domain related to the "profile" for example: "profile/something" and this route should be redirects to favorite page (not to "profile" page)? I tried to make ("profile/products"), using aime...
by ahmed31916
03 Jul 2022, 04:22
Forum: Laravel package
Topic: searching for a certain attribute
Replies: 1
Views: 452

searching for a certain attribute

Hello Aimeos,

How can I searching for a certain attribute? "find" method doesn't working here:

Code: Select all

$this->detailProductItem->getRefItems('attribute')->find('color')
by ahmed31916
29 Jun 2022, 09:53
Forum: Laravel package
Topic: unmatched attribute in the searching filter page
Replies: 1
Views: 452

unmatched attribute in the searching filter page

Hello again,

How aimeos hide the unmatched attribute in the searching filter page?
by ahmed31916
29 Jun 2022, 09:30
Forum: Laravel package
Topic: make a new route for a template
Replies: 3
Views: 773

make a new route for a template

Hello Aimeos,

How to make a new route nested from "profile", I have seen helper function "link", but I didn't know how to use it.
by ahmed31916
21 Jun 2022, 12:56
Forum: Laravel package
Topic: extend all src files in one way
Replies: 1
Views: 470

extend all src files in one way

Hello Aimeos,

Can I copy all the files in the path:"vendor\aimeos\ai-client-html\src\Client"
and paste it to the "packages\myExt\src\Client" of the extension, so the templates will relay on it, ineasted of the vendor?

If it succeed, it will give us a lot of comfort.
by ahmed31916
20 Jun 2022, 19:28
Forum: Laravel package
Topic: User manual issue (add characteristic)
Replies: 3
Views: 746

Re: User manual issue (add characteristic)

yes, it is configurable attributes, I will rely on it later in the searching filter.