Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created March 10, 2021 12:35
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/767532c60f417f0e71516f81eaefc3a2 to your computer and use it in GitHub Desktop.
Save unlocomqx/767532c60f417f0e71516f81eaefc3a2 to your computer and use it in GitHub Desktop.
<?php
$discounted_price = Product::getPriceStatic(
$id_product,
false,
$id_attribute,
6,
null,
false,
true,
$quantity
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment