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!!
Auto Added by WPeMatico
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!!
I am using this extension for adding extra fees, In checkout page, Order total before creating invoice, After creating invoice, Error : The invoice total and order total not matching in invoice, Customer feel order total & invoice total different,… Read More »How to solve order total and invoice total mismatch?
I have a custom extension that displays item stock status in order confirmation and invoice emails. Now I want to remove the stock status only from the invoice email. The problem is that they both use the same default.phtml template… Read More »Hide item stock status in email if email is invoice and not order confirmation
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 on the invoice pdf. Here I have… Read More »Product Options overlapping in Invoice pdf
We are currently using Quickbooks, Wholesale and Manufacturing, a desktop version, and we need to upgrade and are looking at Quickbooks online version. Does Magento 2 integrate with Quickbooks online, and/or do we need a plug in/extension to make it… Read More »Does Magento integrate with Quickbooks online
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/sales.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Sales:etc/sales.xsd”> <section name=”quote”> <group name=”totals”> <item name=”prepaiddiscount”… Read More »Custom discount not showing on invoice
Newbie – do not know anything about webpage development but my company has been using Magento forever and we had an older version. Some of our customer pay with purchase order since updating to the 2.4.5 version the invoice option… Read More »2.4.5 Purchase Order Invocing – Not showing
I tried to override InvoiceSender (in /app/code/UFS/Sales/Model/Order/Email/Sender/InvoiceSender.php) but it doesn’t work and I don’t understand why. I added “‘created_at_formatted’ => $order->getCreatedAtFormatted(3)”. My di.xml looks like: <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <preference for=”MagentoSalesModelOrderEmailSender” type=”UFSSalesModelOrderEmailSender” /> </config> My InvoiceSender.php looks like: <?php /** *… Read More »Trying to override InvoiceSender
If I’m going to send an api request from the invoice number, where should I code it to run an api request
Preconditions (*) Magento 2.4.5-develop The store should be in Arabic Steps to reproduce (*) Place an order in Arabic store Customer fill the address and name all in Arabic Login to the admin panel and open orders Create an invoice… Read More »Arabic invoice pdf issue Magento 2.4.5 showing as Arabic letters but not correct