Search found 72 matches

by Ahmad
12 Nov 2020, 08:39
Forum: Laravel package
Topic: how can get Bestsellers or Most Popular products?
Replies: 16
Views: 9428

Re: how can get Bestsellers or Most Popular products?

@aimeos
how can I get just top 10 product, I mean I want to query that sent to mysql just get top 10 not all products?
by Ahmad
10 Nov 2020, 18:47
Forum: Laravel package
Topic: what is the difference between a user and a customer table?
Replies: 15
Views: 5462

Re: what is the difference between a user and a customer table?

I do it and work for me but I have a problem with my extended laravel customer manager: I create a class named MyCustomerManager in my extension like as the attached image, and a class named MyCustomerItem in path lib/custom/src/MShop/Customer/Item in my extension like as the attached image, the fro...
by Ahmad
10 Nov 2020, 18:10
Forum: Laravel package
Topic: what is the difference between a user and a customer table?
Replies: 15
Views: 5462

Re: what is the difference between a user and a customer table?

In Laravel, only the users table is uses. The mshop_customer table is the default Aimeos table and is created too because the setup tasks are independent from each other and the task creating the mshop_customer table doesn't know that Laravel also creates the users table. Therefore, the mshop_custo...
by Ahmad
08 Nov 2020, 12:58
Forum: Laravel package
Topic: what is the difference between a user and a customer table?
Replies: 15
Views: 5462

what is the difference between a user and a customer table?

hi, i use aimeos/laravel 2020.07 I want to know what is the difference between a user and a customer table? I mean when a guest customer make an order and want to create an account during order registration, customer data In what table is user information stored? I make email field in billing addres...
by Ahmad
06 Oct 2020, 06:17
Forum: Laravel package
Topic: customer, customer address and users data don't store in the tables
Replies: 0
Views: 50090

customer, customer address and users data don't store in the tables

hi, i use aimeos laravel 2020.04 i make a few changes in checkout process: - i just get customer first_name, last_name, (custom state_id and city_id), address, telephone as mobile number. i create own order address class and this data save in order address correctly. but however customer filled chec...
by Ahmad
14 Sep 2020, 06:23
Forum: Laravel package
Topic: how to don't show home category in catalog/filter?
Replies: 5
Views: 1816

how to don't show home category in catalog/filter?

i use aimeos/laravel 2020.07 i want to show categories in catalog/filter from next level after home, because the home level is useless (users can click on logo or another button to go home page/cagetory. i want to show categories like: shoes bags shirts instead of home shoes bags shirts what can i d...
by Ahmad
12 Sep 2020, 14:01
Forum: Laravel package
Topic: The selected attributes are not displayed in the catalog filter
Replies: 2
Views: 1038

The selected attributes are not displayed in the catalog filter

i use aimeos/laravel 2020.07 The selected attributes are not displayed in the catalog filter, for example when i choose a color attribute in a category and then switch to another category that have not product with this color, list of available (selectable) color attributes not displayed and also se...
by Ahmad
11 Sep 2020, 13:29
Forum: Laravel package
Topic: when choose two color for filter use and but it bust be use or
Replies: 1
Views: 789

when choose two color for filter use and but it bust be use or

i use aimeos/laravel 2020.07 i have 2 products with Red color and 0 product with Black color. in catalog filter when i choose Red checkbox i see 2 product in list but when choose Red checkbox and Black check box, don't show any products, but it must show 2 products with Red color because it must sho...
by Ahmad
09 Sep 2020, 08:34
Forum: Laravel package
Topic: how can get Bestsellers or Most Popular products?
Replies: 16
Views: 9428

Re: how can get Bestsellers or Most Popular products?

aimeos wrote: 09 Sep 2020, 06:43 Please note that this works in 2020.07+ and older versions like 2020.04 are not supported any more.
in version 2020.04 what can i do to get this result?