Magenerds / BasePrice

38 stars 38 forks source link

Not compatible with 2.3 #40

Closed in-session closed 4 years ago

in-session commented 5 years ago

Modul is not working on Magento 2.3, product attributes are not created in the database.

MarcusWolschon commented 5 years ago

Release 2.0.0 claims to be compatible with Magento 2.3 https://github.com/Magenerds/BasePrice/releases/tag/2.0.0

Since it's 1.3->2.0 , is there anything special to be careful about when upgrading?

celocore commented 5 years ago

Hello,

we installed the module using composer under Magento 2.3.1. There were no error messages. But in the backend the conversion mappings under Stores -> Configuration -> Magenerds -> Base Price are missing.

Any ideas?

MarcusWolschon commented 5 years ago

I tried with 2.3.1 and Stores -> Configuration -> Magenerds -> Base Price exists and looks fine. (English version)

celocore commented 5 years ago

Have you installed it via composer oder as described at the Magenerds homepage?

MarcusWolschon commented 5 years ago

Updated existing setup via composer. Original installation surely was via Marketplace. Never going to do any manual file editing in a composer-managed folder.

celocore commented 5 years ago

We haven't edited any file manually. We've installed it fresh via composer.

Songworks commented 5 years ago

I've installed this extension through composer on a (for the most part basic) Magento ver 2.3.1 and it seems to work fine so far.

Steps:

composer require Magenerds/BasePrice ^2.0.0
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

Also ran indexer:reindex but probably not necessary.

Cheers!

YiffyToys commented 5 years ago

No problems after upgrading to 2.3.2 either.

unixversal commented 4 years ago

also can confirm working in Magento 2.3.4 version.