Search found 11 matches

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

Re: Customergroups extension

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

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: 4138

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 scre...
by alesconti
17 Mar 2021, 18:00
Forum: Laravel package
Topic: Product filter configuration for alloy wheels
Replies: 2
Views: 1096

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: 1096

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: B...
by alesconti
27 Feb 2021, 13:25
Forum: Laravel package
Topic: Error: Cannot use a scalar value as an array
Replies: 2
Views: 1741

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: 1741

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: 997

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