Inhalte aufrufen

Profilbild

Problems with Paypal Standard


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
11 Antworten zu diesem Thema

#1 lhernandezv84

lhernandezv84

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 23 June 2017 - 19:38

Hello I'm using the Paypal Plugin with the paypal standard payment type, but I'm having problems with accepting payments using different currencies. When the checkout process gets to the paypal page the amount is showed in US dollars even if I selected euro. Also I need to disable the checking for the shipment address because I'm gonna be shipping to countries where the addresses have different formats than traditional.

Thank you


  • RidgeOi gefällt das

#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 23 June 2017 - 20:11

Payments are always made in the primary store currency, not in the currency selected in fontend.
What do you mean with "disable the checking for the shipment address"?

Marcus Gesing

Smartstore AG


#3 lhernandezv84

lhernandezv84

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 23 June 2017 - 20:39

-What do you mean with "disable the checking for the shipment address"?

 

I want to use this address as shipping address for a product a customer bought:

address1: AVE SALVADOR ALLENDE No. 666 ENTRE OQUENDO SOLEDAD, CENTRO HABANA, LA HABANA, CUBA

City: LA HABANA  Zip / Postal Code:10200

 

I know there is a way to avoid paypal to check the shipment address but that is done when making the request to the api.

 

I'm having this :

 

Please review your shipping address
 

This merchant requires us to use the shipping address you entered on the merchant site, and there’s a problem with that address. Please go back to the site to change the address.

kenia valdes

AVE SALVADOR ALLENDE No. 666 ENTRE OQUENDO SOLEDAD, CENTRO HABANA, LA HABANA, CUBA

LA HABANA, 10200

CU



#4 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 24 June 2017 - 08:20

I have created an issue for that.


Marcus Gesing

Smartstore AG


#5 lhernandezv84

lhernandezv84

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 26 June 2017 - 13:06

Thank you, any estimated time?



#6 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 26 June 2017 - 17:32

No.


Marcus Gesing

Smartstore AG


#7 lhernandezv84

lhernandezv84

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 27 June 2017 - 05:48

Thank you, Any work around that I could use in order to get my site on production?



#8 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 27 June 2017 - 11:03

I guess there is a query string parameter available that tells the PayPal API not to validate the shipping address
and that this parameter is not used at the moment. So probably no workaround, the plugin needs to be extended.

Marcus Gesing

Smartstore AG


#9 lhernandezv84

lhernandezv84

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 30 June 2017 - 14:41

I saw that the issue was closed and also saw the changes in the code for the new settings. What is needed to do for me in order to get the lates changes? Thank you

#10 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 30 June 2017 - 15:17

There are two new settings that you have to change:
- Activate "Use Pay Pal Address" --> avoids that PayPal validates the address the buyer entered in checkout
- Deactivate "Is Shipping Address Required" --> hides the shipping address at PayPal. Because it could be confusing to the buyer when the PayPal address differs from the one he entered in checkout.

Marcus Gesing

Smartstore AG


#11 lhernandezv84

lhernandezv84

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 03 July 2017 - 14:10

what artifacts do I need to download in order to upgrade my current project? Do I need to download the source completely?



#12 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 03 July 2017 - 14:41

Update to latest release (3.0.1) and then update the PayPal plugin from source code. That should probably work. I cannot remember all dependencies and changes made, so the answer for unreleased stuff is often, just try it out.


Marcus Gesing

Smartstore AG