Your cart is currently empty!
Coupon Affiliate Notifications
—
by
I just purchased and installed coupons. I am having a number of difficulties understanding how the plugin works, but when I create a coupon for an individual affiliate to use, how are they notified of the coupon code to use?
I created a trial affiliate ID and have my affiliate login/infomation page setup and running, but it does not show and coupons avaialble.
Sorry if this is a simple question, but I am lost.
Bob
Posted in Affiliates Coupons
Comments
5 responses to “Coupon Affiliate Notifications”
Thank you.
To your knowledge, is the theme functions.php file immune or is a safe harbor for theme updates. Meaning, if I update the theme, will it overwrite the functions.php file?
Bob
Hello again, Bob!
I wouldn’t recommend making any changes to your parent theme’s files, they all get overridden on update, including functions.php. It’s strongly advisable that any theme-related custom coding is done through a child theme instead, so you’d insert those lines I mentioned in your child theme’s functions.php file.
Another way to go about code changes in general, is by writing up a plugin. This way your customizations won’t be lost even if the theme is changed altogether.
Cheers,
Denitsa
Great, That worked. I would like to have the amount of the coupon show as well.
Also, can you point me to these coupon shortcodes. I looked in the documentation, but could not find ones that zi can insert into a page.
Bob
Hi Bob,
Currently, the plugin does not offer coupon shortcodes out of the box, we have it as a feature request, and you’re quite likely to see it in a future release.
Meanwhile, as a workaround, try pasting this code snippet in your theme’s functions.php file -> https://github.com/geotsiokos/affiliates_attributes_coupons/blob/master/affiliates_attributes_coupons
Then, you can use the [affiliates_attributes_coupons] shortcode to render a list of the coupons attributes for the affiliate, alongside with the discount amount and type for each coupon.
Let me know if this works for you!
Cheers,
Denitsa
Hello Bob,
Thank you for using our plugins and don’t worry about any kind of questions you might ask about them!
To show information about coupons on your Affiliate Area page, you can use the following shortcode:
[affiliates_affiliate_profile show_name="" show_email="" show_attributes="coupons"]
The shortcode provides further options for customization that can be found on the documentation page here -> http://docs.itthinx.com/document/affiliates-pro/shortcodes/advanced-shortcodes/affiliates_affiliate_profile/
Hope this helps!
Cheers,
Denitsa