|
|
|
@ -6,7 +6,7 @@ if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
|
function prix_produit_ht($id_produit, $ligne, $options) { |
|
|
|
|
$prix_ht = $ligne['prix_ht']; |
|
|
|
|
if($fonction_ht = charger_fonction('ht', "prix_option/produit", true)) { |
|
|
|
|
$prix_ht = $fonction_ht('produit', intval($id_produit), $options, $ligne); |
|
|
|
|
$prix_ht = $fonction_ht('produit', intval($id_produit), $options['options'], $ligne); |
|
|
|
|
} |
|
|
|
|
return $prix_ht; |
|
|
|
|
} |
|
|
|
|