EKM Tag: [ekm:card_logos]
This tag is used to output card logos on your website. This is useful for showing the credit cards and payment services you accept.
This tag requires the card logos feature to be installed before it will work.
- Tag Information
- Nesting This Tag
[ekm:card_logos][/ekm:card_logos]
[ekm:card_logos]
output_start='<div id="ccards">';
output_row_start='<div>';
output_row_end='</div>';
output_end='</div>';
cols='3';
[/ekm:card_logos]
[ekm:card_logos]
name='auto';
style='rounded-medium';
include_list='discover, maestro, mastercard, paypal, solo, switch, visa, visa-electron';
output_start='<div id="ccards">';
output_row_start='<div>';
output_row_end='</div>';
output_end='</div>';
cols='4';
[/ekm:card_logos]
name='auto'';
Specify a name for a group of cards you have defined in the features section of EKM. For the default group this should be set to auto.
style='rounded-medium';
Define the pack of card logos to use for this tag. If left as auto this will default to the group selected in the backend.
include_list='cirrus, delta, visa, paypal';
Specify the cards you would like to display in this tag. This allows you to hard code the card logos that will be output. This must be a comma seperated list.
output_start='<div id="ccards">';
Define any HTML you wish to be output before the card logos. This will only output if there are card logos to output.
output_row_start='<div>';
Define any HTML you wish to be output at the start of each row of card logos.
output_row_end='</div>';
Define any HTML you wish to be output after each row of card logos.
output_end='</div>';
Define any HTML you wish to be output after all card logos have been output.
cols='3';
Define the number of card logos to appear on each row. By default this will default to display all card logos on one row.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any alterations.
[ekm:if]
iftype='EQUALS';
ifvalue='1';
ifvalue2='1';
ifthen='[ekm:card_logos][/ekm:card_logos]';
ifelse='';
[/ekm:if]