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

Remove store address editing #10321

Merged
merged 18 commits into from
Jul 3, 2023
Merged

Conversation

notbakaneko
Copy link
Collaborator

@notbakaneko notbakaneko commented Jun 29, 2023

No longer supported, handling of physical item shipping has gone via shopify partners for a while now.
Extra validation that forces an error if a non-shopify shippable item tries to checkout.
Placeholders hardcoded for old invoices.

closes #9490

@notbakaneko notbakaneko self-assigned this Jun 29, 2023
@nanaya
Copy link
Collaborator

nanaya commented Jun 30, 2023

Should the invoice printing related stuff be removed as well? Or at least the copies parameter and javascript for auto printing it.

@notbakaneko notbakaneko mentioned this pull request Jun 30, 2023
1 task
@notbakaneko
Copy link
Collaborator Author

notbakaneko commented Jun 30, 2023

printing and shipping-only versions probably not needed either, without shipping being handled on our end 🤔

@@ -19,13 +19,8 @@
</div>
@endif

@for ($i = 0; $i < $copies; $i++)
@if ($i > 0)
<div class='print-page-break'></div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the class style can be removed

Copy link
Collaborator

@nanaya nanaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I clearly forgot about the comment I made a bit ago

@nanaya nanaya enabled auto-merge July 3, 2023 07:58
@nanaya nanaya merged commit 1bfba8e into ppy:master Jul 3, 2023
3 checks passed
@notbakaneko notbakaneko deleted the feature/remove-address-edit branch July 4, 2023 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove address management portions of store
2 participants