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.
Tags: Images, pictures, WYSIWYG
Category OXID Administrators
You may be the type of business that changes Terms and Conditions often. If you have to edit them often, it is easy to use pure HTML (alternatively, if you get your shop implemented by euroblaze, using a WYSIWYG Editor) to edit your Terms and Conditions from the OXID back-end.
Editing of such static pages as Terms & Conditions, shipping conditions, returns polity etc can best be done using the inbuilt OXID CMS System which is shipped with the product. In the Admin-area, follow Customer Info > CMS Pages > Terms & Conditions.

Tags: Template, WYSIWYG
Category Shop Owners