Search found 4 matches

by Manaf
28 Nov 2018, 08:43
Forum: Help
Topic: Multi-Shop site help
Replies: 1
Views: 1926

Multi-Shop site help

Aimeos Laravel, does it support multi-shop site for the frontend? I want to list all shop names on the homepage, when clicking on any shop then list their own products like "aimeos.com/myshop2/list" List condition /list page should list all shops products /list/myshop2 should list only the...
by Manaf
28 Nov 2018, 01:22
Forum: Help
Topic: Multi-Shop Search not working
Replies: 2
Views: 2328

Re: Multi-Shop Search not working

Thanks the reply, i executed the command index/rebuilt, but myshop2 products are not showing in serach-list and suggest-list pages, i dig the code path: \vendor\aimeos\aimeos-core\lib\mwlib\src\MW\Criteria\Expression\Compare\SQL.php, assume only site_id =1 is including in the :cond, may be my mistak...
by Manaf
26 Nov 2018, 12:24
Forum: Help
Topic: Multi-Shop Search not working
Replies: 2
Views: 2328

Multi-Shop Search not working

In Aimeos laravel, I created multi-shop using the command ./artisan aimeos:setup myshop2 default ./artisan aimeos:account --admin me@example.com myshop2 Then i added following lines in config/shop.php, the listing is working fine. but in search listing and search suggest dropdown not listing myshop2...
by Manaf
23 Oct 2018, 09:15
Forum: Help
Topic: SQLSTATE Integrity constraint violation on Product/Selection
Replies: 1
Views: 1872

SQLSTATE Integrity constraint violation on Product/Selection

(demo site, which is 2017.10.4) Admin->product->selection(type) working fine, but it wouldn't work in latest versions, getting an error error.jpg aimeos/ext/ai-admin-jqadm/admin/jqadm/src/Admin/JQAdm/Product/Standard.php, latest.jpg the logic seems to be tried to save all attribute when submitting t...