TWO-24757/docs: Document the deliberate self-invoice upload gap#327
Open
dgjlindsay wants to merge 1 commit into
Open
TWO-24757/docs: Document the deliberate self-invoice upload gap#327dgjlindsay wants to merge 1 commit into
dgjlindsay wants to merge 1 commit into
Conversation
WooCommerce will not get merchant self-invoice upload: unlike PrestaShop there is no native invoice renderer, and bundling a PDF generator into client sites is a maintenance and security overhead we won't take on without merchant demand. The comment marks where the implementation goes if that changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
🖌 Pre-commit success 🏆DetailsExit code: 0 Author ✍️@dgjlindsay |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WooCommerce will not get merchant self-invoice upload (TWO-24757 cancelled). Unlike PrestaShop — which renders its native invoice PDF and uploads it on fulfilment — WooCommerce has no native invoice renderer, so the feature would mean bundling a PDF generator (dompdf) into client ecommerce sites. That is a maintenance and security overhead we are not taking on without merchant demand.
This PR adds a comment in
on_order_completedmarking exactly where the implementation goes (Action Scheduler job after the fulfillments call) if demand materialises; TWO-24757 retains the full design.🤖 Generated with Claude Code