Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing "checkout with Paypal"


JorgeTeixeira

Recommended Posts

Posted

Hey.

 

I would like to remove the option to "checkout with paypal".

 

http://gyazo.com/9bb17de45e4c488dbb38a950634697b5

 

As such, the user would only have the option to click in "checkout", where later he could use paypal platform, if he wanted it.

 

For that purpose I thought that I had to remove the following code from "shopping.cart,php" file:

 

 <?php
  reset($initialize_checkout_methods);
  while (list(, $value) = each($initialize_checkout_methods)) {
?>

 

But when I remove it, the page doesn't work! :D

 

Can someone tell me how to do it?

 

Thanks

,

Jorge

Posted

In your admin under Modules >> payment uninstall PayPal Express and then install and use PayPal Standard.

Posted

Hello.

 

Thanks for reply.

 

Removing it, certainly removed that part... but after adding the PayPal standard module, that option isn't visible in the payment methods. :(

 

6e12865f6dd593cec818ed6dc7f9999d

 

I still haven't entered properly all the fields of the PayPal Standard method (they are very different from the fields that are present in the PayPal Express module), but that payment option should already be visible, right?

Posted

The standard paypal only requires your payment email address

To improve is to change; to be perfect is to change often.

 

Posted

No uninstall in your admin and then reinstall add the payment email address set to true and you should be ready to go

To improve is to change; to be perfect is to change often.

 

  • 4 weeks later...
Posted

I have realized that PayPal is charging in GBP when the payments are made using the credit/debit card option.

 

Is this standard?

 

How can I change it to euro, so that no convertion rate is charged?

Posted

My PayPal balance is in euro. Shouldn't that be enough?

 

Neverthless, in settings I don't see any option regarding the currency of the account/payments.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...