Hi,
How to configure Affiliate programming in Magento?? Looking for help on this.. :)
– Thanks deepti
Hi,
How to configure Affiliate programming in Magento?? Looking for help on this.. :)
– Thanks deepti
Magento doesn't contain any default system for an Affiliate program. There are custom Modules that will handle this (you'll need to research them), or you can try rolling your own by implementing event listeners. You'll listen for certain things to happen in the system (a sale is made, a produce is viewed, etc), and write down information in the database.
An affiliate program is a complicated application, and any implementation is going to take more than a single Stack Overflow questions to answer.