switch off different modules in frontend so they are not shown

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!
S0l
Posts: 8
Joined: 22 Nov 2020, 15:15

switch off different modules in frontend so they are not shown

Post by S0l » 02 Dec 2020, 14:32

Hello,
We would like to find a simple solution to switch off things like
- Reviews (details page)
- Provider (root page of the site)

in the frontend of our typo3 9.5.21 aimeos 20.10.1 installation (php version 7.3.19-1~deb10u1) so they are not shown to the customers but still exist - so we can switch them on later if necessary.

Is there a way to do this, and if so, where is the "switch"?

Also, we have a strange string appearing above the "add to basket" button in the product page:

Code: Select all

Existencia:
stocktype:default,
existencia-baja
How can we change this or switch it off altogether, since if there is no more stock, the product will not be shown anymore.

Thank you for your help.
Sol
aimeos 20.10.4 with aimeos_dist 20.10.1 on Typo3 10.4.12 with php 7.3.19-1 ~ deb10u1

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

Re: switch off different modules in frontend so they are not shown

Post by aimeos » 04 Dec 2020, 07:58

S0l wrote: 02 Dec 2020, 14:32 We would like to find a simple solution to switch off things like
- Reviews (details page)
You need to remove that section from your copy of the catalog detail template.
S0l wrote: 02 Dec 2020, 14:32 - Provider (root page of the site)
What's this? Do you mean the suppliers?
If yes, you can remove them by configuration if you change this setting:
https://aimeos.org/docs/2020.x/config/c ... /#subparts
S0l wrote: 02 Dec 2020, 14:32 Also, we have a strange string appearing above the "add to basket" button in the product page:

Code: Select all

Existencia:
stocktype:default,
existencia-baja
How can we change this or switch it off altogether, since if there is no more stock, the product will not be shown anymore.
This is a misleading translation for the out of stock text. Can you fix it for your language here?
https://www.transifex.com/aimeos/public/
Just create an account for free and change the string in the "client" translation
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

S0l
Posts: 8
Joined: 22 Nov 2020, 15:15

Re: switch off different modules in frontend so they are not shown

Post by S0l » 02 Feb 2021, 15:11

I tried transifex but I had no idea where to start, where to find the client section. Is there a good manual around for us beginners - aimeos related? Also, the free account on transifex is time limited, so this seems quite problematic for us right now. Maybe it is best to send the .po files over to you guys? Would love to help translating so can give something back to you/the community. Stay safe and healthy!
aimeos 20.10.4 with aimeos_dist 20.10.1 on Typo3 10.4.12 with php 7.3.19-1 ~ deb10u1

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

Re: switch off different modules in frontend so they are not shown

Post by aimeos » 05 Feb 2021, 06:59

Choose your language in the list when you are in the Aimeos project:
transifex-1.png
transifex-1.png (99.33 KiB) Viewed 1885 times
From there, you can select the resource and start translating.

The Transifex account for translators isn't time limited, only if you want to create your own project which isn't Open Source.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

S0l
Posts: 8
Joined: 22 Nov 2020, 15:15

Re: switch off different modules in frontend so they are not shown

Post by S0l » 11 Feb 2021, 00:47

Ok, so I went to the Spanish language but could not find the code I searched for , not in clients, nor in clients-code. I searched in some other domains as well and translated some stuff on the way ;) There was some source which looked like this "" so obviously that cant get translated.
In transifex , one sees ( or starts to see) the tremendous project Aimeos is. I pull my hat for that. Have a good day!
aimeos 20.10.4 with aimeos_dist 20.10.1 on Typo3 10.4.12 with php 7.3.19-1 ~ deb10u1

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

Re: switch off different modules in frontend so they are not shown

Post by aimeos » 12 Feb 2021, 08:17

Thank you very much! :D
Your translations have been merged into dev-master and will be also available in the next minor releases of the 2020.10 branch.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply