Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Last active August 4, 2022 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unlocomqx/4a10a8bff02c76a3c70bb894d1eff0b0 to your computer and use it in GitHub Desktop.
Save unlocomqx/4a10a8bff02c76a3c70bb894d1eff0b0 to your computer and use it in GitHub Desktop.
<?php
/** @var DynamicProduct $module */
$module = Module::getInstanceByName('dynamicproduct');
$preis_pro_meter_tax_incl = $module->calculator->applyTax($preis_pro_meter, $id_product);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment