Paypal Express Not Adding Product Details to Paypal Cart

StartZurück 1 2 3 WeiterEnde
05.06.2016 09:07
#21
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Maybe it will not work for Paypal Express
because the price of the goods and the price order may be a different.

 
05.06.2016 15:48
#22
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Why wouldn't it work for Paypal Express? It's sending the items to the cart but it is not transferring them to Paypal. Paypal's own sample script on their website show it working so it definitely works.

If it can't work for express, can you get it work for the core Paypal payment script that comes with Joomshopping and that would be fine?

I just need the ability to have the full orders show up in the cart and then transfer to Paypal with the attributes.

 
05.06.2016 21:57
#23
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

https://github.com/rafasashi/Paypal-Express-Checkout-Multi-Products/blob/master/paypal.class.php


Letzte Änderung: 05.06.2016 21:57
 
07.06.2016 00:52
#24
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

If it's easier to make this functionality for the core Paypal payment extension that comes with Joomshopping, then I am fine with that and will consider this solved and not worry about the Paypal Express Module not performing that function.

I just need the actual products and attributes to get to Paypal.

Thank you for your assistance.

 
07.06.2016 08:08
#25
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

We will try to fix it.

 
07.06.2016 19:44
#26
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Thank you. If at all possible, I would much rather have the core PayPal extension send the cart details to PayPal.

That way people have the option to pay with a credit card or PayPal. With express, they can only pay with PayPal.

Going thru the forum, it looks like a lot of people would love that functionality as well.

Thanks again for all you are doing.

 
08.06.2016 11:40
#27
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

New version
Paypal Express 2.2.1

 
08.06.2016 18:36
#28
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

In test mode, it gives this error:

SetExpressCheckout failed: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure(35)

In standard mode, it transfers the actual name of the item to Paypal now but none of the attributes?

 
09.06.2016 09:05
#29
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

1. Paypal Express 2.2.2
Added attribute in product name paypal.

2. SSL Errors
Change file
components\com_jshopping\payments\pm_paypal_express\pm_paypal_express.php

change

protected $CURLOPT_SSL_VERIFYPEER = false; //1
protected $CURLOPT_SSL_VERIFYHOST = false; //2
protected $CURLOPT_SSLVERSION = false; //6

To

protected $CURLOPT_SSL_VERIFYPEER = 1;
protected $CURLOPT_SSL_VERIFYHOST = 2;
protected $CURLOPT_SSLVERSION = 6;


Or
need update Curl for your server (contact to server provider)


Letzte Änderung: 09.06.2016 09:08
 
09.06.2016 21:19
#30
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

All appears to be working as it should now. Thank you!

Now that this extension is fully functioning and sending the cart details and attributes to Paypal, how easy would it be to have the same functionality to the core Paypal payment system that comes with joomshopping?

 
09.06.2016 22:22
#31
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

paypal express - integration as paypal api
shop core paypal - HTML Form Basics

 
10.06.2016 01:28
#32
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

webdesigner - 09.06.2016 22:22
paypal express - integration as paypal api
shop core paypal - HTML Form Basics



So the Paypal API will perform the same as express? It will send the cart data an attributes to Paypal?

 
10.06.2016 07:42
#33
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Not now.

 
10.06.2016 16:03
#34
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

I don't mind purchasing it but do you know when it will have this ability?

 
10.06.2016 17:00
#35
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Use Paypal Express.

paypal express has more features than paypal api


Letzte Änderung: 10.06.2016 17:00
 
10.06.2016 17:28
#36
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

But with Express they can only use Paypal to make a purchase and must have a Paypal account. They can not use their personal credit card.

With standard Paypal and their API, the customer can use their personal credit card without having to create an account.

 
15.06.2016 03:28
#37
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Any Updates when the Paypal API extension will be updated to perform like this?

 
27.06.2016 00:04
#38
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Any update on when the Paypal API add-on will be able to transfer the item and attributes from the cart to Paypal?

 
27.06.2016 07:52
#39
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

Will be later.

 
11.07.2016 03:31
#40
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Paypal Express Not Adding Product Details to Paypal Cart

I solved this. I edited the Paypal Express Add-on to allow it to also accept credit cards and still send all the cart data and attributes to Paypal. .

 
StartZurück 1 2 3 WeiterEnde


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.