This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Configuration : | |
function mrsize_produit_gratuit_coupon_nom(){ | |
return 'premierefois'; // Titre du coupon | |
} | |
function mrsize_produit_gratuit_id(){ | |
return 825; // ID du produit gratuit | |
} |