View Issue Details

IDProjectCategoryView StatusLast Update
0003533OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-07 15:17
Reportervilma_liorensaityte 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.5 revision 40299 
Target VersionFixed in Version4.6.0_beta3 
Summary0003533: Payment long description html entities are not parsed
DescriptionPayment long description html entities are not parsed in checkout step 3 on Basic theame.
Additional InformationSolution: in out/basic/tpl/page/chekout/payment.tpl serach for "oxpayments__oxlongdesc" and replace
[{ $paymentmethod->oxpayments__oxlongdesc->value}]
into
[{ $paymentmethod->oxpayments__oxlongdesc->getRawValue()}]
TagsPayment
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

has duplicate 0003423 closed Html Tags in Payment Description are shown in Frontend 

Activities

ray

2012-01-31 14:02

reporter   ~0005669

dublicate of: https://bugs.oxid-esales.com/view.php?id=3423

dainius.bigelis

2012-02-07 13:53

reporter   ~0005679

Also please note the details in bug entry 0003423

svetlana

2012-02-08 10:36

reporter   ~0005693

Also html entities are not parsed in Emails, which users get after purchase, with payment method paypal.

Linas Kukulskis

2012-02-13 15:27

reporter   ~0005723

changed

vilma_liorensaityte

2012-02-13 16:25

reporter   ~0005725

removed payment long description from emails