btcpayserver / magento2-plugin

4 stars 5 forks source link

plugin v2, magento v2.3.2, PHP 7.2.34 I don't see input for configuration #1

Closed kostia-lev closed 2 years ago

kostia-lev commented 2 years ago

image

woutersamaey commented 2 years ago

Are you sure you installed the plugin v2 correctly (and not v1)? And, are you viewing the config from the global scope?

I can't really think of a reason why this would not work.

Your PHP version is also outdated, so that may prove to be problematic in next steps.

dni commented 2 years ago

it also does not work for me, i do not even see the settings, i get an error the api_key base_url is missing, seems like a default value of the settings are missing

dni commented 2 years ago

oh, this issue gave me a hint though, i disabled single_store_mode now i get settings... :) great

woutersamaey commented 2 years ago

Can you tell me a bit more about this pls? I'm not aware of single store mode. Did you enable it manually or something?

dni commented 2 years ago

yes, there is a single-store mode, without stores / website scopes- you can find it Settings > General > General > Single-Store Mode

woutersamaey commented 2 years ago

Okay, this was never tested. Can you make a PR so it gets added to the README pls?

woutersamaey commented 2 years ago

Thanks man. Can we close this issue now?

dni commented 2 years ago

i think the issuer above me was also in the wrong website scope, you do not see the apikey if you go to "Main Website" View

woutersamaey commented 2 years ago

Correct, most settings are in the global or store view scope. There's not much in website scope.

woutersamaey commented 2 years ago

@kostia-lev was your issue resolved?

kostia-lev commented 2 years ago

@woutersamaey it was installed incorrectly. It should be installed using composer only it cannot be copied

woutersamaey commented 2 years ago

This is the package you should install: https://packagist.org/packages/btcpayserver/magento2-btcpay-module

Is this what you used? If so, please give more detail as I am having trouble understanding your issue.