View Issue Details

IDProjectCategoryView StatusLast Update
0003578OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reporterxavier.villard 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformAllOSAllOS VersionAll
Product Version4.5.6 revision 40808 
Target VersionFixed in Version4.6.0_beta3 
Summary0003578: Trusted Shops integration
DescriptionLanguage handling integration of trusted shop is not correct :

Only DE images are called from OXID templates :

Tested with Azure theme, should be the same in Basic.

/out/azure/tpl/page/checkout/thankyou.tpl

Line 40 :
<img src="https://www.trustedshops.com/bewertung/widget/img/bewerten_de.gif" border="0" alt="[{ oxmultilang ident="TS_RATINGS_BUTTON_ALT" }]" align="middle">

/out/azure/tpl/email/html

Line 618 :

<img src="https://www.trustedshops.com/bewertung/widget/img/bewerten_de.gif" border="0" alt="[{ oxmultilang ident="TS_RATINGS_BUTTON_ALT" }]" align="middle">


Each time the image loaded is "bewerten_de.gif" instead of "bewerten_[Lang].gif
Steps To ReproduceActivate Trusted Shop and order something...
Additional InformationBy the way, in order for V4.6 to be fully French compatible, some parameters needs to be added into config.inc.php for Trusted Shops :

"sTsInfoUri" => array( "fr" => "bewertung/info_%s.html" // FR rating info url

"sTsRatingUri" => array( "fr" => "evaluation/evaluer_%s.html" // FR rating url
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

vilma_liorensaityte

2012-03-05 10:46

reporter   ~0005883

"sTsInfoUri" => array( "fr" => "evaluation/info_%s.html" // FR rating info url
"sTsRatingUri" => array( "fr" => "evaluation/evaluer_%s.html" // FR rating info url