Questions tagged [invoice]
Magento payment invoice generated as a confirmation of payment receipt
720 questions
0 votes
0 answers
33 views
m2e automatic invoice upload and xtento
I want to turn on automatic invoice uploading on amazon . I am using m2e pro extension and it has that option but it still uploads basic magento invoice instead of my custom one which is created with ...
0 votes
0 answers
52 views
I have an issue with the invoice pdf when I try print it
Payment Method: Shipping Method: Stripe Checkout - Redirect flow class="admin__table-secondary order-information-table stripe payment-info"> Payment status class="stripe-payment-...
0 votes
1 answer
116 views
Use extension attribute in order invoice table
how can I add a custom column into an order invoice table and use extension attribute to save some data in this column via REST Api. thank you!! Hi thank you very much for your answer, it seems to ...
0 votes
1 answer
97 views
Product Options overlapping in Invoice pdf
While Priting invoice pdf from admin, i have overlapping issues. In our website, product has more than 6 options. When the product with more options added to cart, the products options get overlapped ...
0 votes
2 answers
202 views
Custom discount not showing on invoice
I have added a custom discount on order using below code and its working perfectly fine but when create invoice from admin then custom discount not showing. File: app/code/Vendorname/Modulename/etc/...
0 votes
0 answers
98 views
How to attach invoice pdf generate and send with custom email in magento 2.4.6
I would like to attach the invoice PDF to the custom email. I have searched through several links on Stack Exchange, but unfortunately, I have not been able to make any progress on this issue. I hope ...
0 votes
0 answers
126 views
Magento2 Getting Error: The invoice can't be saved at this time. Please try again later
Steps to replicate the problem: Create Order by user Press invoice by admin Cannot Submit invoice Error: The invoice can't be saved at this time. Please try again later. Can you please suggest how I ...
0 votes
1 answer
45 views
Refund with extra shipping costs via API
We have a webshop for shoes, and if shoes, which are in the sale, are send back we want to charge the customer with extra shipping costs. (5 euro) Now I use the POST V1/invoice/:invoiceId/refund Can ...