Hello,
I have the Business edition of Hikashop and would really need to enable Affiliate feature working for only products I want to promote and not for any sale within the website. I assume there is something to do with Hika's Affiliate plugin and A cart module. This could possibly be done using the logic:
if ( prodict_id = '1' || prodict_id = '2' ) {
use affiliate plugin
}
else {
do not use affiliate plugin
}
or may be a string like prod=1 or prod=2 could be included in the affeliate link.
I will be happy to amend the core files to get it done, but not that good at Hika coding. I am sure a lot of people would like to see this implemented.
Any help will be highly appreciated.
SeoWeb