Bug in Magento transaction email - magento

I am using Magento for less than a week and my problem is that transaction email which is sent to the customer does not show the billing address and also the payment method is like below image :enter image description here
Please let me know how can I solve this problem.
Thank you in advance.
Mojtaba

Related

Magento submit review

When I submit a review in Magento I receiving this code..
{"success":true,"msg":"
Thanks for your review! Your review has been accepted for moderation.</span></li></ul></li></ul>"}
Anyone knows how to fix this?
This is message shows while you submit review. That review is in "Pending" state.
Admin need to approve that review, after that it will be visible on frontend.

Send Magento order confirmation after payment

here's my problem:
When a customer in my Magento store places an order, the confirmation mail is beeing sended right away. Even when the payment procedure is not done.
I want the order confirmation mail only to be sended when the payment is done. For example when someone chooses PayPal and clicks on Place Order button, the person is redirected to PayPal, makes the payment: confirmation mail send. But when the person is cancelling the payment in PayPal, nothing should be sended.
I did not find a solution on Google or Stackoverflow, so I hope someone can help me out. Thanks in advance!
Best Regards,
Peter
I face same problem. I find temporary solution for this problem.
Go to System -> Configuration -> Sales -> Sales Emails
There is in Order tab order confirmation email select NO
Then Set custom email to your success payment page.
Please refer this link for set custom email

Order confirmation mail content based on the Product type

I am working on Magento site. My client's requirement is to send Order confirmation email with some content for Gift Card Product type and some other content for simple product type.
Please can anyone guide me how to achieve this?
Well, I'm not sure but maybe this extension is the solution for your needs:
http://www.magentocommerce.com/magento-connect/fooman-email-attachments.html
Automatically attach pdf documents to outgoing sales emails.

How to setup magento admin to send email to customer when order is cancelled

I'm using magento 1.5 and I need to send email to customer that their order has been cancelled by the admin. can someone help and show me the steps to do this part in magento admin panel.?
I really need your help. thanks in advance, your response is highly appreciated.
You should use an event, to tell if the order was cancelled. I don't know if there is such an even (sales_order_cancelled or something like that), otherwise you could try to observe sales_order_save_after, and check if the order was cancelled, then send the email.
==========EDIT===========
From what I read in http://www.nicksays.co.uk/magento_events_cheat_sheet/, you should use the event order_cancel_after. Check app/code/core/Mage/Sales/Model/Order.php to see how it's called.

Wrong Merchant Type From Magento

I have set up payment processing through Authorize.net (actually through a reseller) and I am able to successfully perform Test transactions. However, when I perform real transactions, I get a Rejected transaction. When I check the transaction in the authorize.net account I see "General Error (Request rejected by FDC Omaha - Wrong Merchant Type). I assume this is some sort of configuration problem between First Data and authorize.net or me. However, I have no way of telling exactly what the problem is. Authorize.net told me to contact my MSP and the reseller is saying there is nothing they can do to fix the problem (I find it hard to believe.) Is this a setting on my side that I can fix? Help!
You must contact your merchant account provider to fix this error. I've seen this error message several times with our customers at www.authnetscripts.com.
The error indicates a mis-configuration with the processor.
Thanks!
We got this error recently on one of our sites, so we followed the advice to call the merchant account provider.
We called and they told us that sometimes you can get this error because of the type of card (MasterCard, Visa, Discover, AmEx, etc.) that is being used. We tried a different type of card and it processed correctly.
Hopefully that helps someone else who runs into this same problem.

Resources