How to customize default values in add form (admin backend)?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
bar_on
Posts: 11
Joined: 28 Jul 2024, 01:45

How to customize default values in add form (admin backend)?

Post by bar_on » 19 Jan 2025, 10:50

When creating new product, I want the tax rate in all new price to be 0 by default, also currency to be EUD. Is there a way I can achieve this easily?

Version:
"aimeos/aimeos-laravel": "~2023.10",
"php": "^8.1.0",

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

Re: How to customize default values in add form (admin backend)?

Post by aimeos » 20 Jan 2025, 10:01

You can create datasets which automatically adds a price with the values when selected:
https://aimeos.org/docs/2024.x/config/a ... t/#product

If EUD is the only currency you use, then you should deactivate all other currencies the EUD is selected by default
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply