cant change Product imagetypes

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

cant change Product imagetypes

Post by mantik » 05 Dec 2017, 15:44

Hello
i've adde a mediatype:
Image


So i can select it on the product


but when i safe it goes back to default...
Last edited by mantik on 08 Dec 2017, 14:47, edited 1 time in total.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: cant change Product imagetypes

Post by aimeos » 05 Dec 2017, 22:21

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: cant change Product imagetypes

Post by mantik » 16 Dec 2017, 09:33

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.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: cant change Product imagetypes

Post by aimeos » 19 Dec 2017, 12:11

The image type wasn't stored. That has been fixed in version 17.10.2:
https://extensions.typo3.org/extension/aimeos/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: cant change Product imagetypes

Post by mantik » 20 Dec 2017, 09:09

very good. now it works

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: cant change Product imagetypes

Post by mantik » 20 Dec 2017, 12:22

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...

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: cant change Product imagetypes

Post by aimeos » 20 Dec 2017, 21:42

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: cant change Product imagetypes

Post by mantik » 21 Dec 2017, 08:13

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: cant change Product imagetypes

Post by aimeos » 21 Dec 2017, 08:59

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?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply