selectselectselect
Call our Sales Hotline
0844 858 8580
User Guides

Productimage

ekmTags: [ekm:productimage]

For use on Product Pages Only.

This tag outputs all a products images. Users can then click on these images to view a full size version if required.

Full Tag
[ekm:productimage]

    width='auto';
    height='auto';
    opentype='popup';
    extra_images='popup';
    images_layout='STYLE1';
    extra_images_width='auto';
    extra_images_height='auto';

[/ekm:productimage]


Example Output
Ekmtags productimage example.gif

Tag Parameters

width
Allows you to set the width of the main image
Possible Values
auto
User Defined - In pixel units


height
Allows you to set the height of the main image
Possible Values
auto
User Defined - In pixel units


opentype
Allows you specify what happens when visitors click on the product images to view the full size versions.
Possible Values
view Displays the image alone in the current browser window
popup Displays the image in a new popup window
templateview Displays the image in the current browser window, maintaining the current shop design


extra_images
Should additional product images be displayed?
Possible Values
auto
yes
no


images_layout
How should the product images be laid out?
Possible Values
STYLE1

STYLE2

STYLE3

STYLE4

STYLE5

STYLE6
Ekmtags productimage.gif
User Defined You can specify your own layout using HTML Code and the tags: [image_1], [image_2], [image_3], [image_4], [image_5] to show where you want your images laid out. You can also use [image_1_url], [image_2_url], [image_3_url], [image_4_url], [image_5_url] these will just give you the path to the images.

Note: These none [ekm:] style tags do not need to be closed.

Example:

images_layout='<CENTER>[image_1]</CENTER>';


extra_images_width
Allows you to set the width of the additional images
Possible Values
auto
User Defined - In pixel units


extra_images_height
Allows you to set the width of the additional images
Possible Values
auto
User Defined - In pixel units


« Back