View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007908 | module PayPal Checkout | module PayPal checkout - sub | public | 2026-02-27 08:57 | 2026-03-13 14:23 |
| Reporter | Spritje | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.7.0 / 3.6.0 | ||||
| Target Version | 2.8.0 / 3.7.0 | Fixed in Version | 2.8.0 / 3.7.0 | ||
| Summary | 0007908: The selection list “paypaltrackingcarrierprovider” is not displayed correctly. | ||||
| Description | Only 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 | ||||
| Tags | No tags attached. | ||||