Brille24 / SyliusCustomOptionsPlugin

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

Using plugin with attributes #136

Closed cwa-cc closed 4 months ago

cwa-cc commented 1 year ago

Hi,

Can you please confirm me that the plugin doesn't work with attributes in the entities ?

Think in advance.

mamazu commented 1 year ago

Yes, this plugin uses the doctrine XML Configuration for entities. But I am more than happy to merge a PR if you want to switch the entities over to attributes.

cwa-cc commented 1 year ago

Oh yes please 👍

Thanks so much, because I'm using (and maybe more people) attributes ...

mamazu commented 1 year ago

We are already in the process of updating our plugins, if you have time and can contribute yourself, that would be much appreciated.

cwa-cc commented 1 year ago

Hi @mamazu, I come back to you to know if the plugin already works with attributes in the entities ? Thanks for your reply Have a good day

mamazu commented 1 year ago

I'm sorry to tell you that we haven't had the time to work on this.

cwa-cc commented 1 year ago

And do you think that you will do soon ? If not, can you please tell me what I need to do exactly to use the attributes ? Thanks in advance Have a nice day

mamazu commented 12 months ago

As far as I know, you only have to take a look at the attributes that are currently located under src/Resources/config/doctrine/ and add their respective counter parts to the Entities in the src/Entities directory.

mamazu commented 4 months ago

Closing this as the latest version actually does support attributes now. :tada: