Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Configuration in YAML #43

Open
batwolf opened this issue May 25, 2020 · 2 comments
Open

Import Configuration in YAML #43

batwolf opened this issue May 25, 2020 · 2 comments
Labels

Comments

@batwolf
Copy link

batwolf commented May 25, 2020

In OXID 6.1 (and below) we could store the shop license in shopx.yaml like so:

GeneralShopSettings:
    aSerials:

This does not work in OXID 6.2, and this (or a suitable replacement method) is required for development pace and ease-of-use.

@alfredbez
Copy link

This does not work in OXID 6.2

You mean all other GeneralShopSettings are imported, but aSerials is not imported to the oxconfig table? Is the OXSERIAL column in the oxshops table also not updated?

Can you please check if aSerials or OXSERIAL are mentioned in your oxpsconfigmodulesettings.php?

@batwolf
Copy link
Author

batwolf commented May 25, 2020

There is no reference to GeneralShopSettings in my project, and there is no oxpsconfigmodulesettings.php file either, which is why I asked the question on the slack channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants