-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order refund admin show rebuild #309
Conversation
541171d
to
e566409
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also button styling is quite poor :( we should make it more consistent with buttons on regular Sylius' payments 🐎
src/Resources/views/SyliusAdminBundle/Order/Show/_payments.html.twig
Outdated
Show resolved
Hide resolved
src/Resources/views/SyliusAdminBundle/Order/Show/_refund.html.twig
Outdated
Show resolved
Hide resolved
src/Resources/views/SyliusAdminBundle/Order/Show/_refund.html.twig
Outdated
Show resolved
Hide resolved
src/Resources/views/SyliusAdminBundle/Order/Show/_refund.html.twig
Outdated
Show resolved
Hide resolved
38910b2
to
600e7ef
Compare
src/Resources/views/SyliusAdminBundle/Order/Show/_refund.html.twig
Outdated
Show resolved
Hide resolved
600e7ef
to
c68ee60
Compare
c68ee60
to
2467d2b
Compare
@@ -0,0 +1,18 @@ | |||
{% if order.hasPayments %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should link these templates with src/Resources/templates/bundles/*
Thank you, Tomasz! 🥇 |
New:
![Screenshot 2021-06-10 at 15 05 05](https://user-images.githubusercontent.com/39232096/121530130-64cd0a00-c9fd-11eb-9ff5-bae81823376c.png)