Skip to content
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

[Bug]: Cancel Order button not displayed #92

Open
shelemiah opened this issue Sep 5, 2024 · 1 comment
Open

[Bug]: Cancel Order button not displayed #92

shelemiah opened this issue Sep 5, 2024 · 1 comment

Comments

@shelemiah
Copy link

What happened?

After placing and order the Cancel Order button is not displayed on the order status page. Also, after an order's delivery/pick-up time has passed the Cancel Order button appears.

What did you expect to happen?

The button is to be displayed before an order is processed or fulfilled.

Version

3.x

What browser are you seeing the problem on?

Firefox

Relevant log output

No response

@shelemiah
Copy link
Author

shelemiah commented Sep 5, 2024

The test logic in status.blade.php

@if (!$__SELF__->showCancelButton())
seems to incorrect and should have been:
@if ($SELF->showCancelButton())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant