Link_Help() : string
Link_Help
Short description
Returns the URL to the help page. This page must have been set in the Setup » Client » Select client » Online store » Pages menu.
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 %}