Search found 11 matches

by alesconti
14 Sep 2022, 07:33
Forum: Laravel package
Topic: Customergroups extension
Replies: 2
Views: 2292

Re: Customergroups extension

Thanks
by alesconti
01 Sep 2022, 12:15
Forum: Laravel package
Topic: Customergroups extension
Replies: 2
Views: 2292

Customergroups extension

I would like to know how the extension architecture is structured with respect to pricing for customer groups.
Is there a single price list and then some discount rules associated with the customer groups or are there specific price lists for each customer group -> products ?

thanks
Alessandro
by alesconti
17 Mar 2021, 18:04
Forum: Laravel package
Topic: Missing required parameters for [Route: aimeos_shop_tree] [URI: shop/{f_name}~{f_catid}].
Replies: 5
Views: 10476

Missing required parameters for [Route: aimeos_shop_tree] [URI: shop/{f_name}~{f_catid}].

I have enabled
'filter' => [
'tree' => [
'force-search' => 1,
parameter to permit to filter products in the current category.
But when i try to choose an attribute value, i receive the error:
Missing required parameters for [Route: aimeos_shop_tree] [URI: shop/{f_name}~{f_catid}].

In attach the ...
by alesconti
17 Mar 2021, 18:00
Forum: Laravel package
Topic: Product filter configuration for alloy wheels
Replies: 2
Views: 3167

Re: Product filter configuration for alloy wheels

At the end i develop a specific extension that permit to search autos and then pass the attribute id at the standard search model.
by alesconti
10 Mar 2021, 15:22
Forum: Laravel package
Topic: Product filter configuration for alloy wheels
Replies: 2
Views: 3167

Product filter configuration for alloy wheels

I need some help on how to best configure a product catalog for alloy wheels.
These products must be searched through a filter consisting of 3 attributes: Car Brand - Car Model - Car Year
Each product can have one or more compatibility with car models. I give an example:
Product 1 Compatible with ...
by alesconti
27 Feb 2021, 13:25
Forum: Laravel package
Topic: Error: Cannot use a scalar value as an array
Replies: 2
Views: 4163

Re: Error: Cannot use a scalar value as an array

Downgraded my server to php 7.4
Thanks for the support !
by alesconti
27 Feb 2021, 12:12
Forum: Laravel package
Topic: Error: Cannot use a scalar value as an array
Replies: 2
Views: 4163

Error: Cannot use a scalar value as an array

I have now website on nginx and php 8.0 environment.
I used composer to install complete package without problems.

Now when i'm try to open demo product a receive the following error:
Symfony\Component\Debug\Exception\FatalThrowableError
Cannot use a scalar value as an array
----
Aimeos\MShop\Index ...
by alesconti
27 Feb 2021, 12:09
Forum: Laravel package
Topic: Unable to import product: Invalid type "size" (attribute)
Replies: 2
Views: 3216

Re: Unable to import product: Invalid type "size" (attribute)

I have found the problem.
Attribute types must be in "product" Domain and not in "attribute" Domain.
Solved !

thanks
Alessandro