i tried many plugins but i can’t find one that help me to do this kind of job
but along my research i find this java script code but i’m not sure how to use it
https://github.com/marioestrada/scrooge-js
Include Scrooge.js in your head:
<script src=”js/scrooge.js”></script>
Configure Scrooge inside a <script> tag after including it:
<script>
Scrooge.setAffiliateId(‘amazon’, ‘{YOUR-AFFILIATE-ID}’)
.addSite(‘somesite’, ‘ref’, ‘{YOUR-AFFILIATE-ID}’)
.addCjSite(‘zappos’, ‘zappos.com’, ‘{YOUR-AFFILIATE-ID}’, ‘{MERCHANT-ID}’);
</script>