magento payment gateway ccavenue not working in frontend - magento

I download the ccavenue payment gateway module its working fine on megento
back end but it's not show in front end.
I clear the cash and index refresh but it's not working.
Please help.

Make sure you have enabled CCAvenue as a payment gateway.
Check file permissions of template/layout files
CCAvenue mostly has encrypted module. You can contact them to get un-encrypted one. OR if you already have it, debug by doing echo-exit in model files for payment gateway.
Its difficult to analyze issue as there is no reference of what is the error you are getting but you can try above steps to check.

Related

Braintree's showing X-FRAME-OPTION error for one of its dependencies

I am facing with an error as below while my site tries to invoke the Braintree for the user's payment. This started happening earlier this morning and persists till now! (To see the error please click on the image below.)
Question:
Is there anything I can do, or the problems relies on CardinalCommerce and the Braintree's shoulders?
Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support.
In order to link a PayPal sandbox test account to your Braintree sandbox account, you will need the API credentials for that PayPal sandbox test account. Please follow these steps to create a PayPal sandbox test account and update the credentials in your Braintree sandbox.

goldmoney payment gateway implementation in Magento

I planned to build a ECommerce website in Magento. In this, I need goldmoney payment method for checkout. I searched about goldmoney payment for Magento, but I didn't get any valuable result.
Please someone help me to get this done and suggest me other ways to get this done.
Also suggest me how can i create developer account for testing in goldmoney.
goldmoney pay button only available. But that will not suitable for Magento.
Note: I am not much knowledge about goldmoney payment method or gateway.
If the payment integration doesn't exist, you'll need to create one.
To integrate a new payment method in Magento 1 you'll need to:
know about the payment API and workflow
create a (payment) module for Magento
There are plenty of material about creating payment module for magento out there. Here are some of them:
Inchoo
Excellence Magento Blog
A quick wizard for creating payment module

Google Analytics Issue for Magento to PayPal

So, having discovered that customers are not returning to our website after making their PayPal payments, our Google Analytics reports are wonky as the landing page (success.phtml) which generates the order completion history/goal is never achieved.
Is there a PayPal APi callback to Magento which can generate the correct Google Analytics data? Is there a way to generate GA code at the PayPal end?
Any pointers appreciated!
Thanks, Joe.
a better question for you is why are your customers not reaching the success.phtml?
Go to Website Payments under Profile on the PayPal website. Setup your return URL and enter the succes url there...
If your customers don't return because they close their browser before returning to the shop:
You could remove the script from success.phtml and add a serverside-call to GA using something like serversidegoogleanalytics but you'll have to implement this for all paymentmethods you are accepting... This serversidecall would be done in the success-action within the controller of the paypal module

EBS not redirecting to magento website after payment, shows 503 error

I have this strange problem. I have integrated EBS payment gateway with magento website. When the user checks out using the credit/debit card option , he is redirected to payment gateway. after the success/failure of the payment, it keeps loading and returns an error saying service not available with 503 Error. I am still trying to figure it out. any help would be greatly appreciated.

How to show ICICI Payment gateway in magento checkout one page

I am trying to integrate ICICI Payseal gateway with Magento. I have successfully tested the payment gateway with test file. But I am not getting the how to make it live as I am not able to see it on checkout page , also not in admin section. Can someone help me out.
A payment module will be displayed on checkout if it meets certain criterias:
1. It should be active.
2. It should be available for website or store where you are testing.
3. It should be available for zone the customer is from.
Plus there are few more criteria that will depend on what all configuration related controls exist.
You will have to develop a complete module with the provided files by ICICI bank, they provide a code in core php which will work perfectly fine.

Resources