Skip to content

Instantly share code, notes, and snippets.

@aimahdi
Created March 12, 2026 08:48
Show Gist options
  • Select an option

  • Save aimahdi/1db3a08768527ef79e3ca7c751d27500 to your computer and use it in GitHub Desktop.

Select an option

Save aimahdi/1db3a08768527ef79e3ca7c751d27500 to your computer and use it in GitHub Desktop.
<?php
add_action('fluent_cart/checkout/before_summary_total', function ($data) {
echo '<div>';
echo '<span style="font-weight: bold; color: red">Hinweis gemäß § 19 UStG:</span> <br>';
echo 'Gemäß § 19 Abs. 1 UStG wird keine Umsatzsteuer berechnet und daher auch nicht ausgewiesen (Kleinunternehmerregelung).';
echo '</div>';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment