FAQ
Settings
How do I replace an image?
images on a ticket layout, order email, document or webskin are defined in the html code of the layout and stored via assets replacing an image 1\ go to settings and then to assets if your images are stored in a specific folder, open the appropriate folder 2\ click on upload file in the top right corner select the desired image and upload it we recommend giving the file a clear, simple name 3\ copy the full file name (including the extension) if the file is located in a (sub)folder, include the folder names using / as separator for example example png or img/example png 4\ open the layout in which you want to replace the image look for the existing image in the html code it’s indicated by an \<img> tag with the src=" " attribute 5\ replace the file name between the quotation marks with the new file name in the preview of the layout, you will now see the updated image make sure the new image has the same dimensions and/or proportions as the original image this helps avoid unwanted layout shifts updating the same image in multiple places would you like to replace an image (like a logo) everywhere it’s used without editing the html code? you can do so as follows locate the existing image in the assets copy the file name upload your new image make sure it has exactly the same extension as the original (e g , png, jpg ) delete the original image rename the new image so that it has exactly the same name as the original all layouts where this image was used will now automatically display the new version it’s recommended to double check all layouts to ensure no layout shifts occurred using consistent, descriptive names for all images makes it easier to replace them this way