Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created November 20, 2018 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trueqap/c8ee93a038f02653c27ee6414e4c1216 to your computer and use it in GitHub Desktop.
Save trueqap/c8ee93a038f02653c27ee6414e4c1216 to your computer and use it in GitHub Desktop.
add_filter('wc_szamlazz_xml', 'wc_szamlazz_megjegyzes', 10, 2);
function wc_szamlazz_megjegyzes($szamla, $order) {
if($order->get_shipping_methods()) {
$szamla->fejlec->megjegyzes .= 'A számla közvetített szolgáltatást tartalmaz';
}
return $szamla;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment