Link_Currency( string 'EUR' ) : string
Link_Currency
Short description
Returns a URL to a different currency. The corresponding currency symbol is displayed with the prices. The currency must be specified as an alphabetical code based on ISO 4217, e.g. USD for the dollar sign $.
Description of this function
Examples
{%
$_value = GetGlobal("useHtmlAvailabilityIcon");
%}
{% if GetGlobal("useHtmlAvailabilityIcon") %}
<span class="availabilityIcon available-$AvailabilityId" data-plenty="availabilityIcon">
<span class="first"></span>
<span class="second"></span>
<span class="third"></span>
</span>
{% else %}
<span class="availabilityImageWrapper">$AvailabilityIcon</span>
{% endif %}