View Issue Details

IDProjectCategoryView StatusLast Update
0007908module PayPal Checkoutmodule PayPal checkout - subpublic2026-03-13 14:23
ReporterSpritje Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version2.7.0 / 3.6.0 
Target Version2.8.0 / 3.7.0Fixed in Version2.8.0 / 3.7.0 
Summary0007908: The selection list “paypaltrackingcarrierprovider” is not displayed correctly.
DescriptionOnly in PPC Version for OXID 6.

In the Orders tab, the country “paypaltrackingcarriercountry” is displayed correctly in the selection list, but the selection list “paypaltrackingcarrierprovider” does not change when the country is changed.
The selection list works in the PayPal module version for OXID 7.

The following is displayed in the console:
Uncaught (in promise) SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data

The problem is probably to be found here:
javascriptfetch(‘[{$sSelfLink|cat:“cl=order_main&fnc=getPayPalTrackingCarrierProviderAsJson&countrycode=”}]’ + countryCode, {
    method: ‘post’
}).then(function (res) {
    return res.json(); // <-- this is where it probably crashes
})

/modules/osc/paypal/views/blocks/admin/admin_order_main_form_shipping.tpl
TagsNo tags attached.

Activities

QA

2026-02-27 08:58

administrator   ~0018413

QA - ES
Screenshot attached

QA

2026-02-27 08:58

administrator   ~0018414

paypal_carrier.jpg (233,608 bytes)   
paypal_carrier.jpg (233,608 bytes)