Search found 19 matches

by zaheer
25 Mar 2021, 07:50
Forum: Laravel package
Topic: Error of csv import
Replies: 1
Views: 726

Error of csv import

I am getting the following error on csv import. The madmin_log table shows no errors and the products does not get imported. Can anyone shed some light on cause of the error. php artisan aimeos:jobs product/import/csv dlars Executing the Aimeos jobs for "dlars" TypeError Return value of Ai...
by zaheer
01 Feb 2021, 06:48
Forum: Laravel package
Topic: Selection product not importing properly in CSV Import
Replies: 4
Views: 1296

Re: Selection product not importing properly in CSV Import

Thanks alot.
Yes, this fixed the issue.
by zaheer
30 Jan 2021, 07:22
Forum: Laravel package
Topic: Selection product not importing properly in CSV Import
Replies: 4
Views: 1296

Re: Selection product not importing properly in CSV Import

The documentation says that attributes are automatically created. "Nevertheless, if an attribute doesn't exist, it will be created automatically." "size" attribute was already added. "S/M" & "M/L" no. But I also tried adding them. Still same result. I can ...
by zaheer
28 Jan 2021, 06:32
Forum: Laravel package
Topic: Selection product not importing properly in CSV Import
Replies: 4
Views: 1296

Selection product not importing properly in CSV Import

I am using Sample CSV file for import. There are no errors on import and the products are added to tables. But the variants are not being added. Here are the screen shots. Frontend.jpg Variants.jpg My shop.php is : 'controller' => [ 'jobs' => [ 'product' => [ 'import' => [ 'csv' => [ 'location' => p...
by zaheer
22 Jan 2021, 06:25
Forum: Laravel package
Topic: How to fix Catalog Filter View in Mobile
Replies: 1
Views: 692

How to fix Catalog Filter View in Mobile

Hi, The catalog filter on a mobile device looks like this (width >= 370) : view-disturbed.jpg How can I fix it to look like this : view-correct.jpg I changed the code in \ext\ai-client-html\client\html\templates\catalog\filter\body-standard.php <div style="width:100%;"> <?= $this->block()-...
by zaheer
15 Jan 2021, 12:20
Forum: Laravel package
Topic: Cannot add products after database refresh
Replies: 2
Views: 809

Re: Cannot add products after database refresh

Managed to solve the issue !
by zaheer
15 Jan 2021, 05:45
Forum: Laravel package
Topic: Cannot add products after database refresh
Replies: 2
Views: 809

Cannot add products after database refresh

I needed to recreate the database so I dropped all tables and re-created them using "php artisan aimeos:setup". After that I created a few sites under default. Now when I am trying to add products to my sites I get this error message on save: Item Successfully saved. and then Item with ID ...
by zaheer
13 Jan 2021, 11:53
Forum: Laravel package
Topic: Display all products from all shops
Replies: 1
Views: 718

Display all products from all shops

I have multiple sites and i want to display products of all shops on my main page.
I have already purchased the marketplace extension.
Can you please guide me what steps are needed to configure.

Laravel 8
PHP 7.4
Aimeos 2020.10
by zaheer
13 Jan 2021, 11:11
Forum: Laravel package
Topic: Missing route parameter error
Replies: 3
Views: 4726

Re: Missing route parameter error

Sorry for irrelevant question.
I think it was related to Laravel not Aimeos
Solved it by adding this to controller :
$request->request->add(['locale' => 'en']);

Is this the right way ?
by zaheer
13 Jan 2021, 11:05
Forum: Laravel package
Topic: Missing route parameter error
Replies: 3
Views: 4726

Re: Missing route parameter error

Thanks for the reply. My site is multilingual. Removing locale from jsonapi does solve the issue for main page, but shop pages are not working. Leaving locale intact and adding ?locale=en works. But is there some other way because I need to display home page from main url. In local machine : http://...