Page 1 of 1

cant change Product imagetypes

Posted: 05 Dec 2017, 15:44
by mantik
Hello
i've adde a mediatype:
Image


So i can select it on the product


but when i safe it goes back to default...

Re: cant change Product imagetypes

Posted: 05 Dec 2017, 22:21
by aimeos
This is a bug in the current version of the admin interface and will be fixed in the next version.
In the meantime, you can install this one: https://aimeos.org/fileadmin/download/a ... 2-pre3.zip

Re: cant change Product imagetypes

Posted: 16 Dec 2017, 09:33
by mantik
i've update it. still not works. now i both options apear from beginning but when i save its still be the default value

and an other error what i have is still with the languages:
typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mshoplib/src/MShop/Customer/Item/Base.php

Code: Select all

                case 'customer.languageid':
                    switch($value){
                        case 0:
                            $value = 'de';
                            break;
                        case 1:
                            $value = 'fr';
                            break;
                        case 2:
                            $value = 'it';
                            break;
                    }
                    $address->setLanguageId( $value );
                    break;
if i don't do that no customer are displays in the customer module and a message "wrong iso code 0" appear.

Re: cant change Product imagetypes

Posted: 19 Dec 2017, 12:11
by aimeos
The image type wasn't stored. That has been fixed in version 17.10.2:
https://extensions.typo3.org/extension/aimeos/

Re: cant change Product imagetypes

Posted: 20 Dec 2017, 09:09
by mantik
very good. now it works

Re: cant change Product imagetypes

Posted: 20 Dec 2017, 12:22
by mantik
oh boy.... now after update the Salutaions have lost his translated labels...
Image

its really hard to work with a software like this.

customergroup extension delete the product tab by the category module
imagetypes can't be saved
now this....

please improve a little bit your deplyoment quality so the system will stay stable...

Re: cant change Product imagetypes

Posted: 20 Dec 2017, 21:42
by aimeos
Sorry, that was totally unintended :-(
Can you install this version and tell us if it also works for you?
https://aimeos.org/fileadmin/download/a ... 3-pre3.zip

Re: cant change Product imagetypes

Posted: 21 Dec 2017, 08:13
by mantik
No problem - can happen but you must see our side.
for a small update where we think there are some minutes we get a call from our clients for new bugs and then must work few hours for free to see are there any other things that not working too.

the updates solves the problem but not fully. in the backend (customer module - listits) still mr and mrs

The problem appears also in the mails

Re: cant change Product imagetypes

Posted: 21 Dec 2017, 08:59
by aimeos
That's the reason why this must not happen in a LTS release ...

In the customer panel of the admin interface, these values aren't translated so nothing has changed. The e-mails use the same translation source as in the checkout, so there must be a different problem: https://github.com/aimeos/ai-client-htm ... lt.php#L45

Did you enable APCu?