Tagged Questions
-1
votes
0answers
15 views
Magento invoice not generated while payment is completed in 2checkout [closed]
I have question regarding invoice. To generate invoice through 2checkout there are some configuration at admin side, Right? I have installed your 2checkout module from magentoconnect.com .I can see ...
0
votes
0answers
12 views
Insert total quantity in PDF invoices MAGENTO
I want to insert the total of items ordered in PDF invoices. Ex: Item A 1, Item B 5: Total ordered = 6.
By default Magento only shows the total sum of invoice not total items ordered.
0
votes
0answers
72 views
Magento Grand Total Calculates Total without adding shipping Tax
So I have this weird thing going on in a magento 1.7.0.2 site I'm working on.
I've set up the shipping table rate and I've checked and re-checked all the Tax setting but I'm still getting two ...
0
votes
1answer
70 views
Add item numbers to items in Magento Invoice PDF
I am trying to do something that should be really simple, but I am stuck.
I am trying to add serial numbers (1,2,3 etc) to the items in Magento's invoice pdf under a column called Serial Number.
Any ...
0
votes
0answers
70 views
Magento Invoice PDF customization
I am trying to do this to the standard Magento invoice pdf:
Write the Grand Total amount in words. For e.g. if the grand total is 457.30, I would like to be able to display Four Hundred and fifty ...
0
votes
0answers
32 views
Magento invoice sent a cc'd email
I have a client that I need to send an invoice to the customer and the parent company every time I create and order for them.
I am Looking for the best place to do this. Is there an event? or do i ...
0
votes
1answer
435 views
Stop Magento sending auto invoice after completed payment
The thing is, I want to send them manually via the API because in my country a invoice is a legal-bound order.
Is there a way to do that?
Thanks for your help!
1
vote
0answers
63 views
Magento invoice items ordered issue
We are having an issue with how the Magento invoice is displaying the items ordered.
Sometimes it will render a configurable product with the title, SKU and Colour, and other times it will render the ...
1
vote
1answer
253 views
How to create cron for partial invoice of an order
I want to create partial invoice for downloadable product of an order based on release date of that product, I have got so many solutions to create partial invoice but it's create the invoice for all ...
0
votes
2answers
480 views
How to show Invoice Creation Date on Magento
Now on magento when I print an Invoice as PDF, it shows "Order date".. we need to replace it with the "Invoice Creation Date".
Can you tell me how to do that?
Thanks.
1
vote
1answer
292 views
Capture partial amount once order is placed
I have created a link in Magento admin to create the invoice for individual product, But while calling the function $order->prepareInvoice($qtys) it will add all the product in invoice even I am ...
1
vote
1answer
301 views
MAGENTO Where do I find ALL invoice and order templates in magento? [closed]
I need to edit the invoices that are generated in the magento backend. They look completely different from those sent after transactions. I need to know where to find the templates for the backend ...
0
votes
0answers
262 views
How to add a custom image and box in a magento invoice
I need to customise Magento's invoice to fit in a special paper we use, so the top part of the invoice is a sticker with the delivery address, return address and pip (postage setting from Royal Mail). ...
1
vote
1answer
190 views
Magento: invoice id in pdf
How can I show invoice id in \app\code\local\Mage\Sales\Model\Order\Pdf\Abstract.php
I don't need to show getRealOrderId() into pdf invoice, but I need invoice id.
How can I do that?
1
vote
1answer
910 views
Magento - custom invoice number
I need to modify my default invoice number from "100000001" to "2012 - 00001".
I know where I can found increment_last_id in table eav_entity_store. But I don't know what I must set that to be taken ...
1
vote
1answer
629 views
Get all invoices in Magento
How do I get all the invoices collection?
I know that to get all the orders is:
$orders = Mage::getModel(sales/order)->getCollection();
However I can't seem to find the equivalent with invoice ...
1
vote
0answers
276 views
create invoice and email in Magento
I want to automate the creation of invoice and email in Magento. Invoice creation seems to work but I am having getting the email part working...
Mage::app();
$order = ...
1
vote
1answer
411 views
Magento - Add Mass Actions for Print PDF Invoice
I have question, how can I add a mass action to print invoice in PDF. I need two different PDF invoice (one is default "Print Invoice"), so I want to add additional action "Print invoice 2". How can I ...
1
vote
1answer
1k views
Magento custom PDF invoice [closed]
I have problem with pdf invoice in Magento. I want to customize pdf invoice, that I used it for delivery. So I need one field with grand total price (only grand total).
How can I get this grand total ...
1
vote
2answers
476 views
Change invoice date in Magento
Does anyone know how I can change the order and invoicedate in Magento?
I want to change the order date back in time.
Can anyone help me?
0
votes
2answers
269 views
Magento - Transaction E-Mails - Variables
is it somehow possible to use {{var invoice.increment_id}} in the creditmemo e-mails? It don't work if I do so...
<p><strong>Bestellnummer:</strong> {{var ...
0
votes
1answer
260 views
How can I get just the parent item and not the children in an invoice
I'm trying to make our packing slips and invoices more useful, especially when we have bundled products.
How can I show just the parent item and not the children in an invoice?
When I use ...
0
votes
0answers
141 views
How call insertOrder() in Magento PDF Invoice?
I am preparing the pdf invoice of Magento. My goal is to insert some information every new generated page by calling the function
app/code/local/Mage/Sales/Model/Order/Pdf/Abstract.php
protected ...
0
votes
2answers
395 views
Invoice PDF show tax multiple times
(Mage 1.6.2.0)
as I want to print an invoice (pdf) it shows up the tax multiple times in the product list (that's okay) and after the costs of shipment.
In total it is shown 4 times where 2 are ...
2
votes
2answers
1k views
Magento: adding pdf invoice to invoice email
I have been searching for examples the last couple of days and have been trying to do it myself, but I'm stuck at the following.
I'm using Magento 1.7.0.2.
I want to add the invoice PDF as an ...
0
votes
0answers
148 views
Would it be possible to collect all order from a customer-login each month
Would it be possible to collect all order from a customer-login each month, so the customer gets a total invoice at the end of each month and only pay monthly.
Because all customer with a login ...
3
votes
1answer
489 views
Create Invoice Method is not working properly of Magento API
I am trying to create sales order Invoice using Magento API in android application using XMLRPC.I am using the method "sales_order_invoice.create" for creating invoice.This method is giving me Invoice ...
0
votes
2answers
234 views
2 invoices generated for order. Order is canceled before payment
I have following problem:
We are running webshop and sometimes it happens that 2 invoices are generated for 1 order.
Moreover sometimes order gets canceled before even customer goes to ...
0
votes
1answer
1k views
Magento: Order has invoice (generated) but 'Total due' > 0
I have a live Magento 1.5.0.1 webshop, with the following problem:
We have received an order, which has been paid for through iDEAL (Dutch online payment service) and an invoice has been ...
1
vote
0answers
317 views
Create new invoice with the remaining amount of money after partial refund (Credit Memo)
Alright i have the following problem:
We use Magento 1.4.1.1 and looking for the way to add the following functionality:
After a partial refund has been made with Credit Memo, we need to ...
1
vote
0answers
425 views
Magento - No invoice on Payment method cash (Mindstretch modules)
we are maintaining a webshop based on Magento which has payment modules installed from Mindstretch. We are using the 'cash on pick-up' option, but the problem is that the module creates an invoice ...
0
votes
1answer
796 views
Magento - Filter order/invoice collection after join and some custom action
I'm trying to display payment option on the grid of Orders and Invoices (in back-end).
I've copied core files
app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php
...
1
vote
2answers
1k views
get invoice id from a Mage_Sales_Model_Order_Invoice object
I'm writing an observer for the sales_order_invoice_register event, I'd like to get the invoice number that has just saved. I can't find the function for retrieving that ID, none of those commented ...
0
votes
1answer
677 views
Magento - submit invoice event and price comparison
all!
I'm trying to compare prices, in Order, such as GrandTotal and TotalPaid, after submit invoice.
i'm try listen "sales_order_invoice_save_after" event.
config.xml
...
<events>
...
1
vote
1answer
1k views
what's the event name when you create a new invoice in magento?
when you create an invoice in the admin panel, what is the name of that event for an observer? I've tried *sales_order_invoice_register* and *sales_order_invoice_pay* but it doesn't work.
0
votes
1answer
327 views
Redirect to created invoice after it's saved
I need to tweak magento admin so after a new invoice is created at a link like this:
admin/sales_order_invoice/new/order_id/550/
to redirect to
...
1
vote
3answers
352 views
How can I have the same number count for invoice and credit memo in Magento?
How can I have the same number count for invoice and credit memo in Magento?
magento use two different counters, I need an univocal count number for invoices and credit memos.
thanks
edit: fixed ...
1
vote
1answer
1k views
php Invoice code not updating correctly the order
I can't actually see why, but my invoice code doesn't actually show the correct values for the totals when it get completed without errors.
The code is:
public function invoice($realOrderId){
...
2
votes
2answers
660 views
Need to include image with PDF in Magento
I need to include the 'customer's logo' in the PDF file when we download it from invoice.
I tried with the following code.
$page->drawImage($customerLogo, 25, 800, 125, 825);
But it through the ...
2
votes
2answers
911 views
Creating Invoice & Capturing on Shipment
We've got some API integrations that will periodically create shipments for orders.
What I'd like to do is create an observer to also create an appropriate invoice & capture payment when this ...
3
votes
1answer
3k views
Automatic invoicing in magento
I have created new custom product type which extends virtual product in magento. Now I would like to block automatic invoicing for online payments eg. paypal when order contains at least one custom ...
0
votes
2answers
841 views
How can I get a list of products related to an invoice in magento?
I am trying to alphabetize the items listed on an invoice in the backend of a magento site.
I have access to the Mage_Adminhtml_Block_Sales_Order_Invoice_View_Items object used to display these items ...
1
vote
1answer
624 views
SINGLE Invoice for 2 or more orders in magento
It is possible to make an invoice for 2 or more orders at the end of the month? I can see only to option to make invoice for every order.
If not, I'm looking for an extension to calculate the total ...
2
votes
4answers
6k views
print order and invoice emails in magento
Is it possible to print the invoices and orders as html instead of pdf from the admin?
Magento sends invoice as html email so most of the work is already done.
Thanks
0
votes
1answer
2k views
How to change the background color of default magento generated invoice pdf that's generated to print?
Can anyone give any idea on where the html files are located that generates the invoice pdf while trying to print it out(in admin).Also I need to modify the background color from the one as in the ...

