For prestashop 1.6 We have set cart rules for specific product, by adding 3products, another 1 product would be added as gift,
This is all working well on cart page,
but how to display this on that specific product page
$context::$this->$cart->$getCartRules();
not showing on product page
We have to display cart rule on specific product which is having respected cart rules,
ex. "buy this product and you will get xyz product for free"
My solution in Product.php