selectselectselect
Call our Sales Hotline
0844 858 8580
User Guides

Productprice

ekmTags: [ekm:productprice]

For use on Product Pages Only

This tag outputs the products price.

Full Tag
[ekm:productprice]

    display_type='auto';
    price_colour='auto';
    price_font='auto';
    price_size='auto';
    price_text_layout='auto';
    price_symbol_layout='auto';

[/ekm:productprice]


Example Output
Our Price £1.20

Tag Parameters

display_type
Allows you to select which prices are displayed. For example if this product has Bulk Discounts (ie: buy more than 10 and its cheaper) do you want these price breaks to be displayed?
Possible Values
auto If there are bulk discounts they will be shown
standard Show only the base price
bulkdiscount Show Bulk Discounts


price_colour
Allows you to select which prices are displayed. For example if this product has Bulk Discounts (ie: buy more than 10 and its cheaper) do you want these price breaks to be displayed?
Possible Values
auto
User Defined You can enter a Hex Colour Code, or HTML colour reference


price_font
Allows you to select the font of the price
Possible Values
auto
User Defined You can enter a font name such as Arial, Verdana, etc.


price_size
Allows you to select the size of the price
Possible Values
auto
User Defined You can enter a HTML size amount such as 3, 4, +2, etc.


price_text_layout
Allows you to specify the layout of the price, for example you may want 'Our Price: 4.56' or 'Cost: 4.46' for example.
Possible Values
auto
User Defined You can specify your own layout using HTML Code and the tags: [price] and [vat_price] to show where you want your price elements laid out.

[price]
outputs the products price

[vat_price]
outputs the price including or excluding vat (depending on your tax settings)

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

Example:

price_text_layout='Price: [price] 
<BR> Inc VAT: [vat_price]';


price_symbol_layout
Allows you to specify how you want the price symbol laid out, for example #9.99 or 9.99# where # is the symbol
Possible Values
auto
symbol-price
price-symbol


value_only
Allows you to strip all html and currency codes from the tag, this will give you just the price. If it is yes then you will have 1.20 as the output.
Possible Values
no Default
yes Will remove all HTML.


« Back