View Issue Details

IDProjectCategoryView StatusLast Update
0006016module PayPalmodule PayPal - subpublic2023-06-29 09:19
Reporterhendrikfreytag Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Product Version3.1.2 
Summary0006016: PayPal button tooltip has ugly characters
DescriptionThe tooltip of the PayPal button shows something like this:

k & ouml ; nnen instead of können.

(See screenshot)
Steps To Reproduce- go to demoshop http://demoshop.oxid-esales.com/professional-edition/
- use german language
- put something to basket
- go to basket
- move mouse over PayPal button
- a tooltip with wrong characters is shown
TagsSolution Provided
Attached Files
paypal.png (173,321 bytes)   
paypal.png (173,321 bytes)   

Activities

hendrikfreytag

2015-01-13 13:34

reporter   ~0010606

The reason is the smarty modifier oxescape.

See the template modules/oe/oepaypal/views/blocks/page/details/oepaypalexpresscheckoutdetailspage.tpl

In the line:
src="[{$oViewConf->getModuleUrl('oepaypal','out/img/')}][{$oViewConf->getActLanguageAbbr()}]-btn-expresscheckout.png" title="[{$oViewConf->getPayPalPaymentDescription()|strip_tags:false|trim|oxescape}]">

If you remove the oxescape modifier everything is correct.

This is for the paypal express checkout button on article details page, which has the same problem.

SvenBrunk

2023-06-29 09:19

manager   ~0015324

Since the old PayPal module is now obsolete and succeeded by the PayPal Checkout module, we will unfortunately not implement new features or bugfixes for it. If you think this is also relevant for the new PayPal Checkout module, please create an according bug ticket in that category again.