Paypal Bestellungen funktionieren nicht mehr

25.08.2017 20:18
#1
thespy
Joomshopping forum user no avatar
Name: Martin
09.07.2012
Posts: 7
Quote
Paypal Bestellungen funktionieren nicht mehr

Hallo,

Bestellungen, die über Paypal bezahlt werden, kommen seit einiger Zeit nicht mehr korrekt im System an, sondern landen als Abgebrochen in Joomshopping.
Die Zahlung selbst funktioniert ebenfalls nicht mehr, so dass ich leider auch von Paypal keine Info über eine eingegangene Bestellung erhalte.

Bis vor kurzem haben diese Bestellungen und die Zahlungen einwandfrei funktioniert, deshalb bin ich mir sicher, dass die Einstellungen gemäß der Anleitung https://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/12/876.html?lang=de#15 korrekt sind - bzw. waren. Wurde hier von Joomshopping oder Paypal etwas verändert?

Payment Log sagt:
2017-08-07 23:04:39 #004 - Error payment method id. Order id
2017-08-20 14:07:57 #004 - Error payment method id. Order id

Paymentdata Log sagt:
2017-08-07 23:04:39 url: /index.php?option=com_jshopping&controller=checkout&task=step7&act=notify&js_paymentclass=pm_paypal&no_lang=1
mc_gross=19.60
protection_eligibility=Eligible
address_status=unconfirmed
payer_id=XTCYR59YE5FQ2
address_street=Erlenweg4/6
payment_date=14:04:35 Aug 07, 2017 PDT
payment_status=Completed
charset=windows-1252
address_zip=88046
first_name=Thomas
mc_fee=0.72
address_country_code=DE
address_name=Thomas Drzanic
notify_version=3.8
payer_status=verified
business=shop@martin-lindlbauer.de
address_country=Germany
address_city=Friedrichshafen
verify_sign=AGSrnYM76KOtVHHTrka6kSyOLstsA3fGmv5k4r5n4QIJ4y7Cwkpmgn5g
payer_email=piratetazzy@web.de
txn_id=6JU0823481314331W
payment_type=instant
last_name=Drzanic
address_state=Baden-Würtemberg
receiver_email=shop@martin-lindlbauer.de
payment_fee=
receiver_id=CHJHZGY9R4984
txn_type=send_money
mc_currency=EUR
residence_country=DE
transaction_subject=
payment_gross=
ipn_track_id=4bc0535a56037
2017-08-20 14:07:57 url: /index.php/kasse-b/step7?act=notify&js_paymentclass=pm_paypal&no_lang=1

Sollten weitere Infos notwendig sein, lasst es mich bitte wissen, ansonsten bin ich für jeden Hinweis dankbar!

Viele Grüße
Martin


Joomla: 3.7.5
JoomShopping: 4.16.2
PHP: 5.6.31
MySQL: 5.6.34-79.1-log
Website Url: www.martin-lindlbauer.de
 
25.08.2017 21:20
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Paypal Bestellungen funktionieren nicht mehr

Paypal no send field custom.

Joomshopping use filed custom for send order_id.

 
01.10.2017 20:45
#3
thespy
Joomshopping forum user no avatar
Name: Martin
09.07.2012
Posts: 7
Quote
Aw: Paypal Bestellungen funktionieren nicht mehr

Hallo,

danke für die Info.
Habt ihr noch einen Hinweis für mich, wo ich was anders einstellen muss, damit das wieder funktioniert.

Ich habe bislang weder bei Paypal noch bei Joomshopping entsprechende Möglichkeiten gefunden.

Danke!
Martin

 
02.10.2017 08:05
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Paypal Bestellungen funktionieren nicht mehr

code shop change?


components\com_jshopping\payments\pm_paypal\pm_paypal.php

function showEndForm($pmconfigs, $order){

see form
<form id="paymentform" action="https://<?php print $host?>/cgi-bin/webscr" name = "paymentform" method = "post">
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='business' value='<?php print $email?>'>
<input type='hidden' name='notify_url' value='<?php print $notify_url?>'>
<input type='hidden' name='return' value='<?php print $return?>'>
<input type='hidden' name='cancel_return' value='<?php print $cancel_return?>'>
<input type='hidden' name='rm' value='2'>
<input type='hidden' name='handling' value='0.00'>
<input type='hidden' name='tax' value='0.00'>
<input type='hidden' name='charset' value='utf-8'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='item_name' value='<?php print $item_name;?>'>
<input type='hidden' name='custom' value='<?php print $order->order_id?>'>
<input type='hidden' name='invoice' value='<?php print $order->order_id?>'>
<input type='hidden' name='amount' value='<?php print $order->order_total?>'>
<input type='hidden' name='currency_code' value='<?php print $order->currency_code_iso?>'>
<input type='hidden' name='address_override' value='<?php print $address_override?>'>
<input type='hidden' name='country' value='<?php print $country?>'>
<input type='hidden' name='first_name' value='<?php print $order->d_f_name?>'>
<input type='hidden' name='last_name' value='<?php print $order->d_l_name?>'>
<input type='hidden' name='address1' value='<?php print $order->d_street?>'>
<input type='hidden' name='city' value='<?php print $order->d_city?>'>
<input type='hidden' name='state' value='<?php print $order->d_state?>'>
<input type='hidden' name='zip' value='<?php print $order->d_zip?>'>
<input type='hidden' name='night_phone_b' value='<?php print $order->d_phone?>'>
<input type='hidden' name='email' value='<?php print $order->email?>'>
<input type='hidden' name='bn' value='JoomShopping_Cart_ECM'>
</form>

field custom empty?

 
03.10.2017 21:44
#5
thespy
Joomshopping forum user no avatar
Name: Martin
09.07.2012
Posts: 7
Quote
Aw: Paypal Bestellungen funktionieren nicht mehr

Hallo,

die Zeile entspricht genau dem oben gezeigten Code.

Auszug aus meiner Datei:

<form id="paymentform" action="https://<?php print $host?>/cgi-bin/webscr" name = "paymentform" method = "post">

<input type='hidden' name='cmd' value='_xclick'>

<input type='hidden' name='business' value='<?php print $email?>'>

<input type='hidden' name='notify_url' value='<?php print $notify_url?>'>

<input type='hidden' name='return' value='<?php print $return?>'>

<input type='hidden' name='cancel_return' value='<?php print $cancel_return?>'>

<input type='hidden' name='rm' value='2'>

<input type='hidden' name='handling' value='0.00'>

<input type='hidden' name='tax' value='0.00'>

<input type='hidden' name='charset' value='utf-8'>

<input type='hidden' name='no_shipping' value='1'>

<input type='hidden' name='no_note' value='1'>

<input type='hidden' name='item_name' value='<?php print $item_name;?>'>

<input type='hidden' name='custom' value='<?php print $order->order_id?>'>

<input type='hidden' name='invoice' value='<?php print $order->order_id?>'>

<input type='hidden' name='amount' value='<?php print $order->order_total?>'>

<input type='hidden' name='currency_code' value='<?php print $order->currency_code_iso?>'>

<input type='hidden' name='address_override' value='<?php print $address_override?>'>

<input type='hidden' name='country' value='<?php print $country?>'>

<input type='hidden' name='first_name' value='<?php print $order->d_f_name?>'>

<input type='hidden' name='last_name' value='<?php print $order->d_l_name?>'>

<input type='hidden' name='address1' value='<?php print $order->d_street?>'>

<input type='hidden' name='city' value='<?php print $order->d_city?>'>

<input type='hidden' name='state' value='<?php print $order->d_state?>'>

<input type='hidden' name='zip' value='<?php print $order->d_zip?>'>

<input type='hidden' name='night_phone_b' value='<?php print $order->d_phone?>'>

<input type='hidden' name='email' value='<?php print $order->email?>'>

</form>

 
04.10.2017 08:03
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Paypal Bestellungen funktionieren nicht mehr

simplest solution - use
https://www.webdesigner-profi.de/joomla-webdesign/shop/payments/paypal-pro.html
support will be more expensive
https://www.webdesigner-profi.de/joomla-webdesign/shop/support/paypal-configuration.html

 


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.