Setono / sylius-order-edit-plugin

Edit your Sylius orders from the admin interface
MIT License
2 stars 1 forks source link

[Bug]: Cannot edit order #42

Open jenbhu opened 1 week ago

jenbhu commented 1 week ago

Plugin version

1.0.0-beta2

Sylius version

1.13.4

What happened?

I've installed the module as per steps on readme and also done the migrations.\

However i cannot edit the order. I can only edit the shipping details. Tested on orders with state new and and awaiting payment and shipping state ready.

Any idea ?

Relevant log output

No response

loevgaard commented 1 week ago

Oh, yeah, sorry about that. There are some missing steps. You need to copy/edit some templates also. You can see what is done in the test application here: https://github.com/Setono/sylius-order-edit-plugin/tree/master/tests/Application/templates/bundles/SyliusAdminBundle/Order

loevgaard commented 2 days ago

Did it work? Ifyes, could you do a PR with the steps? :)