Paypal payment option disappearing in checkout page in HikaShop - joomla

We recently just have our Paypal payment option "disappeared" in checkout page in Hikashop powered joomla site v 1.5 today. Before that it always display fine, and my client confirmed that she played around with the countries setting in the hikashop so I wonder if that is the issue which caused the disappearance of this paypal option?
I look forward to any reply to this question. Answers are greatly appreciated.

It's possible yes. Make sure that you remove the "zone" restriction in your paypal plugin's options.
Also, you can check the FAQ here:
http://www.hikashop.com/en/support/documentation/integrated-documentation/29-hikashop-plugins-listing.html#faq

Related

Paypal Standard Payment Option not showing in admin

I want to integrated the paypal standard option to my store, but unfortunately it is not visible on the admin side, Only the Express Checkout is there,
Also checked in the Dropdown of other paypal payment methods but it is empty.
any Idea how to enable it?
Happy to be of any help!
PayPal standard is deprecated a long time ago and it has been removed in all Magento 2.x versions. You can choose the PayPal express checkout option as it is pre-built and easy to configure.
Also, it has got a shortcut button [Cart & Product page] which customers prefer to use.
Thanks.
If you wish to enable PayPal Standard by default on new sites, please add the following code snippet:
add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );
This is only working on woocommerce in wordpress because Only for new installs with WooCommerce 5.5 and above, PayPal Standard which is included in WooCommerce core will not be loaded by default. Use this in functions.php
For magento read the documentation in magento update by version. Actually for paypal security reasons these changes are applied most of the framworks

In magento 1.9 hosted paypal checkout not seeing cancel url

I set up paypal advanced hosted checkout layout C on magento website. When I customize and test the layout on paypal it shows the whole thing- a box for credit card and a Cancel link right below. But when I get to check out on the website- everything is there but the cancel link is not showing. I added CANCEL_URL before the link on paypal. Not helping. Any idea anyone?

Can Laravel Shopping Cart Work with Paypal?

I wanted to use Laravel Shopping Cart, but I'm not sure how well it works with Paypal.
Does anyone know?
https://github.com/Crinsane/LaravelShoppingcart
I don't see any built in implementation in the core, however you can ask the question in their github repo or check if there are any plugins.
There are many alternatives out there with paypal integration and it's not hard to do it yourself, doing a quick search using your favorite search engine will give you a few suggestions on how to approach this. I personally prefer Stripe because it's even more developer friendly.
If you want to build your own cart, there's even a comprehensive guide on how to do it: Build a Laravel shopping cart
Reading LaravelShoppingCart documentation, it seems this plugin does not manage any payment method, only the cart (Add, remove, total, etc).
If you're interested in payment methods, you should look at Cashier.
Edit : Cashier uses Stripe or Braintree.
Apparently, Stripe cannot work with Paypal, but as Braintree belongs to Paypal, this seems easily doable.
I have implemented on avored laravel full e commerce with admin panel. Give it a try and let me know if you face any bug or any feedback is welcome. As of now it’s in development so it’s not stable yet.
https://github.com/avored

What is the correct magento CE 1.9 paypal success url?

We have magento CE 1.9 which we are trying to get some analytics on and I have seen many posts on the internet about setting up paypal with magento. I believe we have everything setup correctly for paypal standard checkout except for the return URL.
Some of the sources I found on the internet say to use
http://www.storename.com/checkout/onepage/success/
Where others say to use
http://www.storename.com/paypal/standard/success/
which one is actually correct?
An order finally reached analytics via:
http://www.storename.com/paypal/standard/success/
Other orders were completed but did not reach alalytics, I can only speculate on the reason for this. One possible cause I have read about, is premature closing of the browser window. This could prevent our sites success page from loading the analytics javascript.

Authorize.net Payment in Magento does not show credit card form when selected

We have the onestepcheckout module installed and tried to enable authorize.net payment module by entering all the API info and transaction key properly.
But on checkout, no credit card form shows when selecting authorize.net.
We have also tried disabling the onestepcheckout module and even then it does not show the form. Upgrading to 1.6.2 does not solve the issue either. Can someone help?
Because #global-eyeglasses is not posting an answer, I will:
in Config -> Advanced, the setting for Display Mage_Paygate was set by default to Disabled.

Resources