View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005096 | OXID eShop (all versions) | 3. ----- eShop theme - Azure ------ | public | 2013-04-30 18:01 | 2014-04-01 16:54 | 
| Reporter | vanilla thunder | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.7.5 / 5.0.5 | ||||
| Target Version | 4.9.0_5.2.0_beta1 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
| Summary | 0005096: Smarty Tags destroying RDFa Code and Site Layout | ||||
| Description | Smarty tags in article longdesc destroy RDFa tags on the top of the page and its layout. This is not a shop configuration problem, because wysiwigpro editor (built-in PE editor) automatically replaces all shop url with "[{$oViewConf->getCurrentHomeDir()}]".  | ||||
| Steps To Reproduce | 1) go to demoshop admin 2) activate RDFa 3) copy-paste this code into article longdesc: <img src="[{$oViewConf->getCurrentHomeDir()}]out/azure/theme.jpg" /> 4) click on "open article preview"  | ||||
| Additional Information | possible fix: application/views/azure/tpl/rdfa/details/details.tpl line 25 application/views/azure/tpl/rdfa/details/inv/object.tpl line 13 use: content="[{oxeval var=$oLongdesc assign="desc"}][{$desc|strip_tags|strip }]" instead: content="[{$oLongdesc->value|strip_tags|strip}]"  | ||||
| Tags | RDFa, Smarty | ||||
| Theme | Azure | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| 
		 | 
	
	Reminder sent to: vanilla thunder Hi, As we saw, you already submitted a complete solution for this issue. If you feel fancy, you'd also have the possibility to contribute your changes directly to our GitHub repository on https://github.com/OXID-eSales/oxideshop_ce/. Please leave a note there with the bug number you fixed so we can close this issue in the bug tracker." Best regards  | 
| 
		 | 
	fixed with contribution | 
| 
		 | 
	https://github.com/OXID-eSales/oxideshop_ce/pull/76 |