Search found 56 matches

by DmS
27 Jun 2022, 07:23
Forum: Laravel package
Topic: Generating site map job fails, missing site param?
Replies: 2
Views: 739

Re: Generating site map job fails, missing site param?

Ah, that explains it.
Thank you
by DmS
22 Jun 2022, 11:00
Forum: Laravel package
Topic: Generating site map job fails, missing site param?
Replies: 2
Views: 739

Generating site map job fails, missing site param?

Hi. the cronjobs to generate sitemaps fails for us. The conf is correct but I'm getting "Missing required parameter for [Route: aimeos_shop_detail] [URI: {site}/shop/{d_name}/{d_pos?}/{d_prodid?}] [Missing parameter: site].#0 " Full backtrace on error: php artisan aimeos:jobs "product...
by DmS
27 May 2022, 07:47
Forum: Laravel package
Topic: Price rules applied in catalog but not in basket
Replies: 6
Views: 1447

Re: Price rules applied in catalog but not in basket

I see.
Will try this and report back.
Thank you
by DmS
24 May 2022, 14:20
Forum: Laravel package
Topic: Price rules applied in catalog but not in basket
Replies: 6
Views: 1447

Price rules applied in catalog but not in basket

As the subject says, I've setup a price rule with -10% on a specific category. I've added catalog to domains per the instructions here: https://aimeos.org/docs/2021.x/manual/rule-decorators/ And the price is adjusted in lists and product detail page, exactly as advertized, but the price in the baske...
by DmS
17 May 2022, 07:16
Forum: Laravel package
Topic: Question on dashboard data between vendors
Replies: 2
Views: 598

Re: Question on dashboard data between vendors

Ah, ok.
Thank you
by DmS
16 May 2022, 14:54
Forum: Laravel package
Topic: Question on dashboard data between vendors
Replies: 2
Views: 598

Question on dashboard data between vendors

Our customer have noticed some things on the data in the dashboard that they feel is wrong, or at least very odd. (it's multi vendor marketplace) Looking at a specific order holding products from, different vendors, in the order row we see that in the top level we see the sum from all products in th...
by DmS
21 Apr 2022, 20:38
Forum: Laravel package
Topic: Issue set product order in admin
Replies: 21
Views: 4216

Re: Issue set product order in admin

Never mind, found the error.
Got it working now :)
by DmS
21 Apr 2022, 13:42
Forum: Laravel package
Topic: Issue set product order in admin
Replies: 21
Views: 4216

Re: Issue set product order in admin

Tried truncating and running index on vendor sites, it worked locally and sorting now functions as intended. But when I tried it on the stage site I got multiple deadlocks when running the job, I get data in the tables, and the sorting now works. But what kind of issues can these errors cause? DELET...
by DmS
07 Apr 2022, 08:12
Forum: Laravel package
Topic: Issue set product order in admin
Replies: 21
Views: 4216

Re: Issue set product order in admin

- Assumed Setup matches mine. - Vendors working principle as described matches ours. mshop_index_* tables are updated as you describe - Customers browse at the marketplace using the "default" site. Correct. and records from the mshop_index_* tables are aggregated to the default site (by de...
by DmS
04 Apr 2022, 12:49
Forum: Laravel package
Topic: Issue set product order in admin
Replies: 21
Views: 4216

Re: Issue set product order in admin

Ok, so you are saying: "dont' index the parent site, aggregate the vendors index". But. If the admin only updates the index for the vendor site as you change position for products in a category, the change is not reflected in the default site where all the purchases are made. Customers don...