Search found 54 matches

by mahammadareef
24 Nov 2022, 13:09
Forum: Laravel package
Topic: listing categories
Replies: 3
Views: 832

listing categories

I want to list out 20 categories on the home page (in the shop by category section) - based on the option value given in categories - how to achieve this -explain to me with steps

and what is the exact use of option + value options available in the catalog adding part
by mahammadareef
22 Nov 2022, 06:41
Forum: Laravel package
Topic: catalog supplier not showing
Replies: 1
Views: 766

catalog supplier not showing

hello team aimeos
in the catalog filter, suppliers related to the catalog list are not showing in my aimeos latest version,

and I don't want to disable the supplier input check box I want to hide it, how I can do this


I am using the latest (version=2022.10.3) aimeos
by mahammadareef
18 Nov 2022, 13:51
Forum: Laravel package
Topic: creating managers
Replies: 15
Views: 6808

Re: creating managers

Thank you team for helping me understand aimeos , now i want to understand the logic behind this code (manager config file) 'count' => array( 'ansi' => ' SELECT COUNT(*) AS "count" FROM ( SELECT mrev."id" FROM "mshop_review" mrev :joins WHERE :cond GROUP BY mrev."i...
by mahammadareef
15 Nov 2022, 14:00
Forum: Laravel package
Topic: creating managers
Replies: 15
Views: 6808

Re: creating managers

I created the manager class it showing me this error SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mshop/contact/manager/counts' at line 1: mshop/contact/m...
by mahammadareef
15 Nov 2022, 11:53
Forum: Laravel package
Topic: creating managers
Replies: 15
Views: 6808

Re: creating managers

i created the contact table migration using laravel style, is it possible to get this data and show it in aimeos admin panel
by mahammadareef
14 Nov 2022, 07:55
Forum: Laravel package
Topic: creating managers
Replies: 15
Views: 6808

Re: creating managers

please explain it in step by step process wih reference
by mahammadareef
14 Nov 2022, 07:08
Forum: Laravel package
Topic: creating managers
Replies: 15
Views: 6808

creating managers

I wanted to fetch the data from my newly created table called customer_contact and show it in the admin panel including all the default options like add new delete update search filter etc ...,
by mahammadareef
11 Nov 2022, 09:42
Forum: Laravel package
Topic: component creation
Replies: 5
Views: 972

Re: component creation

yes I implemented this slider component by seeing cataloglist block of the CMS module, in which category is selected when the page is designed but in my case, i want it in my separate pages
by mahammadareef
10 Nov 2022, 10:39
Forum: Laravel package
Topic: saving the search data
Replies: 1
Views: 405

saving the search data

if I want to save the search term of visitors how it can be done
please specify the step-by-step procedure ..
and attach the documents
by mahammadareef
10 Nov 2022, 08:52
Forum: Laravel package
Topic: component creation
Replies: 5
Views: 972

Re: component creation

I created the new component additional/product slider for product sliding, now I want to use this component multiple times on the home page with some conditions like category-wise, I want to pass the category info from my blade file (home.blade.php)- how i can achieve this