Search found 148 matches

by ahmed31916
20 Jun 2022, 07:59
Forum: Help
Topic: get this error when trying to overwrite "admin/jqadm/navbar"
Replies: 1
Views: 570

get this error when trying to overwrite "admin/jqadm/navbar"

Hello Aimeos,

get this error when trying to overwrite "admin/jqadm/navbar":
"Undefined variable $nav"
full trace: https://flareapp.io/share/95Jko80m#F64
by ahmed31916
20 Jun 2022, 07:39
Forum: Laravel package
Topic: group array by it's attribute
Replies: 1
Views: 476

group array by it's attribute

Hello Aimeos, For this array, how can I group it by it's attribute? array:35 [▼ 61 => Aimeos\MShop\Product\Item\Standard {#494 ▼ -available: true -modified: false -prefix: "product." #bdata: array:20 [▶] -date: "2022-06-20 07:37:00" -listItems: array:1 [▶] -listRefItems: array:1 ...
by ahmed31916
19 Jun 2022, 10:19
Forum: Laravel package
Topic: User manual issue (add characteristic)
Replies: 3
Views: 746

User manual issue (add characteristic)

Hello Aimeos,

My website is a car seller, and I want to add a new car. The new car have characteristic for each part, like: engine characteristics, Body characteristics and Transmission characteristics .. etc. how can I add this for the new car?
by ahmed31916
17 Jun 2022, 16:56
Forum: Laravel package
Topic: add search filter by store rating
Replies: 4
Views: 987

Re: add search filter by store rating

First, I'm wondering, why aimeos created twice text tables (mshop_text and index_text)? Is it not possible to add a secondary foreign key to the mshop_text table to indicate which product, so we have dispensed with the index_text table? Second, where can I add the manager code of the new mshop_index...
by ahmed31916
16 Jun 2022, 11:13
Forum: Laravel package
Topic: add search filter by store rating
Replies: 4
Views: 987

Re: add search filter by store rating

the filter searches for a product according to the store rating.
by ahmed31916
15 Jun 2022, 16:54
Forum: Laravel package
Topic: add search filter by store rating
Replies: 4
Views: 987

add search filter by store rating

Hello Aimeos,

If I want to add a new column for a store rating in mshop_locale_site table (in multi vendor case).
How can I include it to the searching filter of the product?

In other words, I need to add a new filter to the product filter, to search for a product by it's store rating.
by ahmed31916
15 Jun 2022, 03:31
Forum: Laravel package
Topic: How to display the content of the CMS page
Replies: 3
Views: 1189

Re: How to display the content of the CMS page

Thank you, but why I should to pass a "?path=" parameter?
Can I overwrite the Standard class for the CMS, in my extension? (I asked this question because the CMS code and template inside grapesjs package).
by ahmed31916
13 Jun 2022, 04:11
Forum: Laravel package
Topic: How to display the content of the CMS page
Replies: 3
Views: 1189

How to display the content of the CMS page

Hello, I made a new cms page for "about us" page. I added this to the web.php: Route::group(['prefix' => '{site}', 'middleware' => ['web']], function () { Route::match(['GET', 'POST'], '{path?}', 'App\Http\Controllers\AboutUsController@index') ->name('about_us')->where( 'path', '.*' )->whe...
by ahmed31916
11 Jun 2022, 21:06
Forum: Laravel package
Topic: Edit super admin interface
Replies: 8
Views: 1579

Re: Edit super admin interface

Perfect
by ahmed31916
10 Jun 2022, 17:44
Forum: Laravel package
Topic: Edit super admin interface
Replies: 8
Views: 1579

Re: Edit super admin interface

Did you create a Laravel theme extension or a standard Aimeos extension where you've stored your new template?
The extension installed is Laravel theme extension, and it working fine with client html templates, but not working in jqadm templates.