OXID e-Commerce Admin, User and Developer Blog

euroblaze | OXID e-Commerce User Blog



Images in Article-Descriptions and CMS-Content

Posted on August 03, 2010 by Ashant_Chalasani lang

Since OXID is a rapidly developing system, it is a good idea to think about optimizing your upgrade processes from both within minor-versions and major-versions.

In order to make image URLs within article-descriptions and CMS-content as portable as possible, use such notations as:

<img alt="" src="[{$oViewConf->getImageUrl()}]my_picture.jpg" />

for inserting pictures in your WYSIWYIG-Editor.  This will ensure that the dynamic system-generated path to pictures is applied for display in shop front-end.