{template_event name="quiqqer::products::price::begin"}
{if $pricePrefix}
{$pricePrefix}
{/if}
{template_event name="quiqqer::products::price::beforPrice"}
{$Price->getDisplayPrice()}
{template_event name="quiqqer::products::price::afterPrice"}
{if $vatText}
{$vatText}
{/if}
{template_event name="quiqqer::products::price::end" Price=$this}