Search found 274 matches

by MikaelNazarenko
18 Jan 2022, 10:32
Forum: Laravel package
Topic: variant attributes for selection not displayed on FE
Replies: 11
Views: 2936

Re: variant attributes for selection not displayed on FE

Sure, Here you see attributes for variants https://prnt.sc/26f439e And they are displayed on FE https://prnt.sc/26f43s6 And here you see variant attributes for main selection product https://prnt.sc/26f449p And pink color not shown on FE, only colors from variants are displayed.. The template code I...
by MikaelNazarenko
17 Jan 2022, 13:32
Forum: Laravel package
Topic: variant attributes for selection not displayed on FE
Replies: 11
Views: 2936

variant attributes for selection not displayed on FE

Hi Aimeos )

When I add variant attributes to selection product - they not displayed on FE inside single product page.. Is it correct behavior ?
by MikaelNazarenko
11 Dec 2021, 12:13
Forum: Laravel package
Topic: Product attributes related on each other
Replies: 5
Views: 1189

Re: Product attributes related on each other

When nothing is selected - must not be possible to put product to basket. Only is color && size is selected then should be possible to put product to basket.. This is my task now..
by MikaelNazarenko
09 Dec 2021, 12:27
Forum: Laravel package
Topic: Product attributes related on each other
Replies: 5
Views: 1189

Re: Product attributes related on each other

Yeah I checked this, this is great, thank you !

But another question - is there a good simple way to make impossible to put product to basket if customer did not select COLOR AND SIZE ?

Best regards!
by MikaelNazarenko
30 Nov 2021, 12:58
Forum: Laravel package
Topic: Image background becomes black
Replies: 3
Views: 968

Re: Image background becomes black

I think because of imagick not installed )
by MikaelNazarenko
30 Nov 2021, 11:50
Forum: Laravel package
Topic: Image background becomes black
Replies: 3
Views: 968

Re: Image background becomes black

I just tried to add to the config/shop.php 'controller' => [ 'common' => [ 'media' => [ 'standard' => [ 'options' => [ 'image' => [ 'name' => 'Imagick', 'quality' => 75, ] ] ] ] ] ], Does not help ((
by MikaelNazarenko
30 Nov 2021, 11:45
Forum: Laravel package
Topic: Image background becomes black
Replies: 3
Views: 968

Image background becomes black

Hi community! I faced with strange problem. When I attach image to product and save product - png image with transparent background gets black background... We use last aimeos version. It happens on remote server. On my local dev ubuntu machine it works fine. What could be the problem.. ? Does it de...
by MikaelNazarenko
29 Nov 2021, 17:41
Forum: Laravel package
Topic: Product attributes related on each other
Replies: 5
Views: 1189

Product attributes related on each other

Hello community.. Seems I faced to difficult problem which is not implemented in aimeos.. When I am on FE single product page I need to have possibility to select the color and size. But the problem is that each color has specific sizes. So when you select specific color - specific sizes is possible...
by MikaelNazarenko
10 Nov 2021, 15:21
Forum: Laravel package
Topic: Show min price for selection product in catalog
Replies: 1
Views: 600

Show min price for selection product in catalog

Hello community! Does anybody know how to show lowest price for selection product (including selection product and variants) ? I need to display it not inside product detail page but on catalog list page! There possible problems with DB speed and so on because additional data need to retrieve ? I me...
by MikaelNazarenko
10 Nov 2021, 14:37
Forum: Laravel package
Topic: Product media depends on selected attribute
Replies: 3
Views: 1025

Re: Product media depends on selected attribute

Hi Aimeos! Sorry but for me it is not clear. I figured out how it works with variant attributes - for this I create selection product and add variant products and add attributes to variant products. But how can it work with one simple product ? I think I have to set the color to each image.. but how...