Search found 44 matches

by michal.fehér
30 Jul 2018, 16:48
Forum: Laravel package
Topic: Slow product detail with 400 variants
Replies: 12
Views: 5367

Re: Slow product detail with 400 variants

Do you also plan to change logic for stock info? For products with large amount of variants it looks like this and it causes "414 URI too long" error on most of the server providers
by michal.fehér
30 Jul 2018, 13:48
Forum: Laravel package
Topic: Artisan commands runs twice?
Replies: 8
Views: 3859

Re: Artisan commands runs twice?

It's the same when I dump it in run method:
by michal.fehér
30 Jul 2018, 13:16
Forum: Help
Topic: Show number of items in category also for main category
Replies: 3
Views: 1899

Re: Show number of items in category also for main category

I tried that - it has no effect on showing products, neither for showing product count in main category name.
by michal.fehér
29 Jul 2018, 17:29
Forum: Laravel package
Topic: Artisan commands runs twice?
Replies: 8
Views: 3859

Artisan commands runs twice?

Hi. I am not sure if this is normal, but I find it strange. When I am working with artisan commands, for example importing products from CSV or running services, and I dump anything, I get it twice in command line (see attached screenshot). This happens in each command, in every Aimeos version. Afte...
by michal.fehér
29 Jul 2018, 17:19
Forum: Help
Topic: Show number of items in category also for main category
Replies: 3
Views: 1899

Show number of items in category also for main category

Hi. Is there an easy way how to show number of products for main categories, not only subcategories? Maybe in config or something. I couldnt find it in docs. Thanks.
by michal.fehér
16 Jul 2018, 11:56
Forum: Laravel package
Topic: Slow product detail with 400 variants
Replies: 12
Views: 5367

Re: Slow product detail with 400 variants

I can already see some speed improvements in latest version.
by michal.fehér
09 Jul 2018, 10:49
Forum: Laravel package
Topic: locale languageid and currencyid NULL
Replies: 4
Views: 2161

Re: locale languageid and currencyid NULL

Yes, it's in controller called via CLI (product import -> Text processor).

How do these lines work then?

Code: Select all

if( !isset( $list['text.languageid'] ) ) {
	$list['text.languageid'] = $this->getContext()->getLocale()->getLanguageId();
}
will this ever be populated if it's NULL?
by michal.fehér
07 Jul 2018, 10:15
Forum: Laravel package
Topic: locale languageid and currencyid NULL
Replies: 4
Views: 2161

locale languageid and currencyid NULL

Hi. Any idea why values of $this->getContext()->getLocale() has languageid and currencyid NULL while bdata contains this data? I am attaching also local DB tables data.
by michal.fehér
06 Jul 2018, 13:14
Forum: Laravel package
Topic: Slow product detail with 400 variants
Replies: 12
Views: 5367

Re: Slow product detail with 400 variants

I did, but it didnt help. still around 30s