CCavenue payment gateway not working magento 1.9 - magento

I am currently using magento 1.9.3 version. For payment gateway I am using CCAvenue Payment gateway. It successfully installed and now it is visible in my admin panel and front end also but when I select CCAvenue option to complete payment process it is not going on CCAvenue site to process payment.
my site URL is http://bedsheetbazaar.com/
demo user name and password is kumarsonu1986#gmail.com

The first reason may be u have not downloaded the proper extension .Download the extension from Ccavenue site.
Secondly, check the scope of the website in which u have enabled the extension.
I faced a similar problem in one of my project. I contacted the technical of CCavenue and they have given me the updated files once I replaced the old files then it was working properly.

Related

Why is Magento 2 Klarna Client Error resulting in 401 unauthorized response? Updating API credentials didn't work

This is the error:
enter image description here
"client error" 'POST https://api.klarna.com/checkout/v3/orders resulted in a 401 Unauthorizedresponse:
{"http_status_code":401,"http_status_message":"Unauthorized","internal_message":"authorization_error"}. Please check credentials and API version selected.`
I have updated to new api credentials and gone through the api integration in magento backend,
I have re-indexed the site through the terminal,
I have cleared the cache through Magento,
I have cleared the cache on cloudflare too,
I spoke to Klarna support and they said
Klarna Checkout is a legacy product that is only used on a playground account for testing purposes (as it replaces the checkout rather than adds Klarna as an option).
and gave me Klarna integration guides and said I'd need to find out my magento version
Magento 2.4.4 and above:
klarna.com/platform-solutions/adobe-commerce/adobe-commerce-244-and-above/installation/
Magento up to 2.4.3
klarna.com/platform-solutions/adobe-commerce/adobe-commerce-23x-243/kp-overview/
When I looked at Magento Version it said:
magento version
To which the support person had no idea how to rectify. I since used
magereport and that told me
CE 2.4.2-p1 - 2.4.2-p2
So I tried following the guides to upgrade klarna and that didn't work because
enter image description here
In the meantime I have disabled Klarna because you couldn't actually pay with it in the end. So I'm going to have to reinstall or try again or something and I'm pulling my hair out because no one at work can help me and the client is requesting changes to the website, which I cannot achieve.

Magento 2.3.7-p2 issue with PayPal Website Payments Pro Hosted Solution

I'm new to Magento community. I'm facing an issue with PayPal Website Payments Pro Hosted Solution. Please help me to solve this issue.
First I tested Website Payments Pro Hosted Solution with sandbox credentials, it worked without any issue. Then I changed the sandbox credentials to live credentials. After that whenever I'm trying to checkout using PayPal, instead of asking for card details, it is redirecting me to a PayPal error page(screenshot attached).
I contacted PayPal with the error, as per them, Magento is not sharing data with PayPal, that's why it is throwing error.
I'm not sure what to do now. I need some assistance. Please help me.

payment module not working in magento

I have a magento store, and it's payment module is not working. I can add my shipping method, but after submitting shipping method,
it won't proceed to payment mode,
I have enabled cash on delivery. and
I have an amazon payment extension also. When I checked in console,
there shows some error, That is client ID is invalid in amazon, But
the extension is disabled
, still it causing problem, i think so,
But
Checkout with Multiple Addresses is working without any problem.
Can any one please help me, this is my website link please check
You took the client ID that was given to you by wizard. I ran into the same problem.
Go to your Amazon SellerCenter Account.
Then from Top right drop-down list select Login with Amazon.
From right side select the Application you want the information for.
Under Web Settings take the Client ID.

PayPal Express not giving option for Check out as Guest, even if it is active (PayPal Paying Guest option to YES)

I had some problems with paypal settings in Magento 1.7.0.2 The problem is this: I am using using paypal express (I have my account created and verified Paypal Company) active PayPal Paying Guest option to YES, but when a user in my shop will complete your purchase and pay with Paypal will be the option PayPal API perfect, but does not show me the option to pay without paypal account and VERIFY ALL settings in Magento Admin Panel and \\"seem to be fine. \\"Try making a new store to rule out any configuration already had my store \\"old\\", that might not let me do my Enable PayPal Guest Checkout, but still have the same problem. I look forward to your help to solve the problem, since I have no idea what else to do on my page. thanks
This is all based on browser cookies. If you cleared your browser cookies and then try again prior to logging in to any PayPal account you should see the option for Guest Checkout more prominently displayed.
If you want to force this regardless of browser cookies you can set the following parameters in your SetExpressCheckoutRequest.
SOLUTIONTYPE=Sole
LANDINGPAGE=Billing
That will force the full credit card form to be displayed by default along with the option to login and pay with PayPal.
For Magento if it's not doing this for you by default you'll need to create a module to extend the core Express Checkout module so that you can add those parameters accordingly.

How to configure a magento 1.7.2 multistore with PayPal multi accounts ?

I have a magento 1.7.2 running in multistore mode, how can I set a paypal IPN for each site? (The two sites use different paypal account.)
Looks like I can set the paypal IPN only on the default configuration.
Any tips?
thanks
Are you sure that you are talking about IPN, which means Instant Payent Notification? It is not necessary to configure anything about IPN in Magento.
When sending a transaction to PayPal Magento tells PayPal which URL to use for IPN. This URL is store specific and overwrites any settings done in your PayPal account. So what you have to do ist change PayPal API Crendentials for each store in Magento, which can be done by choosing the current config section.
Create another module with admin configuration of the other emails you want to support
and extend the model
Mage_Paypal_Model_Standard
and override the method
public function getConfig()
to set your logic for switching the config ( paypal email accounts )
Here the answer
http://www.magentocommerce.com/boards/viewthread/79479/
tested and running in my site
thanks

Resources