View Issue Details

IDProjectCategoryView StatusLast Update
0005898OXID eShop (all versions)2.8. Servicepublic2023-12-07 11:59
Reportergerldental Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.7 / 5.1.7 
Summary0005898: Pricealarm: admin email on user: image-link get broken
Descriptionthere is a problem with image-link in the template email_pricealarm_customer.tpl

link-URL is generating by the code:
<img src="[{$oViewConf->getImageUrl()}]logo.png" />

this is correct, shop generates a path like 'shopdomain.xx/out/admin/img'

In the WYSIWYG-editor you can see - domain-part going to be substituted through:
[{$oViewConf->getCurrentHomeDir()}] (?!)

and in backend, it returns 'shopdomain.xx/admin' and not the domain-part only.
In pricealarm email an customer, image-link gets broken.
Steps To Reproducejust open pricealarm in backend and in WYSIWYG-editor you will see, whats happens with the link ( source view in editor ).
TagsEmail, Price Alert, Smarty
Attached Files
bug_prozess_with_smarty.PNG (29,181 bytes)   
bug_prozess_with_smarty.PNG (29,181 bytes)   
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0006260 confirmedHR Image file logo_white.gif missing 

Activities

gerldental

2014-09-30 16:06

reporter   ~0010204

Remark: Bug treats only if the option 'Process description of articles an categories with smarty' active.

Sven Brunk

2023-12-07 11:52

administrator   ~0016044

Last edited: 2023-12-07 11:59

The template has moved to the theme and was fixed there.