Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To show this informations, you need to add the following code into the file /templates/orderforms/standard_cart/configureproductdomain.tpl. Replace "standard_cart" with your shopping cart template.

Code Block
{if $AdditionalFreeDomainsPossible}
     <div class='alert alert-success'>{$AdditionalFreeDomainsPossible}</div>
{/if}


The file should look like here:

...