Brille24 / SyliusCustomOptionsPlugin

A Sylius plugin that adds customer options
MIT License
46 stars 34 forks source link

Compatibility with Sylius 1.7 #53

Closed atapatel closed 4 years ago

atapatel commented 4 years ago

Hello can you guys tell me how can I install it with latest Sylius version 1.7 ?

mamazu commented 4 years ago

You should just be able to install it with composer require brille24/brille24/sylius-customer-options-plugin. If you run into problems with some packages not working please add a screen shot or a dump of your conflicts. (The CI is currently not working so it might be buggy).

atapatel commented 4 years ago

composer require brille24/sylius-customer-options-plugin Using version ^2.4 for brille24/sylius-customer-options-plugin ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

mamazu commented 4 years ago

Apparently this plugin is not compatible with Sylius 1.7 yet.

moussaclarke commented 4 years ago

@mamazu Do you know what changes might be needed to make it compatible with 1.7?

mamazu commented 4 years ago

Yes, we are using some form types from the sonata bundle that Sylius removed in 1.7.

mamazu commented 4 years ago

We will be upgrading to Sylius 1.7 with production in a few weeks so we will probably upgrade the plugin too.

antiseptikk commented 4 years ago

For the moment you can try to add "brille24/sylius-customer-options-plugin": "dev-master as 2.4", in your composer.json

euperia commented 4 years ago

I've installed this on a 1.7.6 site using the repository pin as mentioned above (https://github.com/Brille24/SyliusCustomOptionsPlugin/issues/53#issuecomment-654282992).

There are a couple of issues with the admin area and with the checkout pages. Should I wait until a 1.7 release or would you like the issues reporting?

mamazu commented 4 years ago

Please feel free to report the issues. Then we will know what the stuff is we need to fix when migrating the plugin.

mamazu commented 4 years ago

It should be compatible with 1.7 (we have it in production with Sylius 1.7). Closing now, if there are any other bug please open new tickets.