Which Template has the thank you page - subscriptions
Design and Skin Customization
douglas:
This is not in a template, it is hard coded in the jrSubscribe module.
Because the thankyou page is as above, and cannot be altered in the templates the code added is as follows:-This is not in a template, it is hard coded in the jrSubscribe module.
The file index.php for the subscription module and look up line number 1069, which should look like this:
jrCore_notice_page('success', "{$note}", "{$_conf['jrCore_base_url'] }/{$_post['module_url'] }/active_subscription", $_ln['jrCore'] [87] , false);
Edit it to this instead:
jrCore_notice_page('success', "{$note}", "{$_conf['jrCore_base_url'] }/{$_post['module_url'] }/active_subscription", $_ln['jrCore'] [87] , false);
Notice the img tag that I added after $note. That is the tracking code.