evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
3.69k stars 982 forks source link

[BUG] Custom copyright text not appearing #505

Closed GPlay97 closed 3 weeks ago

GPlay97 commented 1 month ago

Describe the bug As described in your docs, I changed copyright text via themeConfig in my config json. For other things , like currency, it is working, so the file is loaded. But copyright inside themeConfig seems to have no effect, since original default text still appears.

treoden commented 1 month ago

Can you share your config file here?

GPlay97 commented 1 month ago
{
  "shop": {
    "currency": "EUR",
    "language": "de"
   },
  "themeConfig": {
    "copyright": "© 2024 Test. All rights reserved."
  }
}
GPlay97 commented 1 month ago

image

Easy fix. It needs to be copyRight instead of copyright. Wrong in documentation, took some time to come to the idea to have a look inside your code

treoden commented 1 month ago

Thanks @GPlay97

Let me update the docs

treoden commented 3 weeks ago

Doc is updated. CLosing the ticket