View Issue Details

IDProjectCategoryView StatusLast Update
0007248module PayPal Plusmodule PayPal Plus - subpublic2021-06-24 15:19
ReporterStefanBerger Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Summary0007248: Fatal in version 3.0.9 method getPayPalPlusSrcUrl was not replaced completely
DescriptionHi,

in the version 3.0.9 you replace the method getPayPalPlusSrcUrl:
https://github.com/OXIDprojects/paypalplus-module/commit/d1fa338065b93c3ddb7d4d1b5d43d4328a935657

But not at all places. One place are left:
https://github.com/OXIDprojects/paypalplus-module/blob/v3.0.9/views/widgets/payppaypalpluswall.tpl

So unfortunately the shopping cart is broken.

Please fix also the bugs I mentioned for OXID 6.3, in order to be compatible with OXID 6.3:
https://bugs.oxid-esales.com/view.php?id=7235
https://bugs.oxid-esales.com/view.php?id=7234

Thanks.
Steps To Reproduceopen payment step in the shopping cart
TagsNo tags attached.

Activities

mario_lorenz

2021-06-24 13:55

developer   ~0013454

fixed in Version >= 3.0.10

StefanBerger

2021-06-24 15:13

reporter   ~0013456

This fix use a wrong path to the css file: https://github.com/OXIDprojects/paypalplus-module/commit/ef4a23c59d82f18bc5eb5c54eda3d582ce36168b

The correct smarty template would be:
...
[{oxstyle include=$oViewConf->getModuleUrl('payppaypalplus', 'out/src/css/payppaypalpluswall.css')}]
...

mario_lorenz

2021-06-24 15:19

developer   ~0013457

Fix it again. Bump it to Version v3.0.12