| |
ekmTags: [ekm:productrrp]
For use on Product Pages Only
This tag outputs the products RRP.
| Full Tag |
[ekm:productrrp]
line='no';
rrp_colour='auto';
rrp_font='auto';
rrp_size='auto';
rrp_text_layout='auto';
rrp_symbol_layout='auto';
[/ekm:productrrp]
|
| Example Output |
RRP: £1.20
|
Tag Parameters
| line |
Allows you to display the RRP with a strikethrough to make it clear this isn't the price you're selling the item for.
| Possible Values |
| yes |
Displays RRP with a strikethrough |
| no |
Displays RRP without a strikethrough |
|
| rrp_colour |
Allows you to select the colour of the RRP
| Possible Values |
| auto |
| User Defined |
You can enter a Hex Colour Code, or HTML colour reference |
|
| rrp_font |
Allows you to select the font of the RRP
| Possible Values |
| auto |
| User Defined |
You can enter a font name such as Arial, Verdana, etc. |
|
| rrp_size |
Allows you to select the size of the RRP
| Possible Values |
| auto |
| User Defined |
You can enter a HTML size amount such as 3, 4, +2, etc. |
|
| rrp_text_layout |
Allows you to specify the layout of the RRP, for example you may want 'Was: 4.56'.
| Possible Values |
| auto |
| User Defined |
You can specify your own layout using HTML Code and the tags: [rrp] and [vat_rrp] to show where you want your RRP elements laid out.
[rrp] outputs the products RRP
[vat_rrp] outputs the RRP including or excluding vat (depending on your tax settings)
Note: These none [ekm:] style tags do not need to be closed.
Example:
rrp_text_layout='RRP: [rrp] <BR> Inc VAT: [vat_rrp]'; |
|
| rrp_symbol_layout |
Allows you to specify how you want the RRP symbol laid out, for example #9.99 or 9.99# where # is the symbol
| Possible Values |
| auto |
| symbol-rrp |
| rrp-symbol |
|
| value_only |
Allows you to strip all html and currency codes from the tag, this will give you just the RRP. If it is yes then you will have 1.20 as the output.
| Possible Values |
| no |
Default |
| yes |
Will remove all HTML. |
|
|
|