Jcs Component Modification 15.06.08
Platform: Joomla 1.0.12
Project: modification to jcs coupon code system (joomlaequipment —fully open source)
Delivery needed: asap
Features:
1. JCS component currently only has ability to have 1 coupon per “value” (sent you documentation on this before…see notes far below…), so it would need to be extended to have an unlimited number of coupons per “value” most specifically for 100% off [meaning free].
2. Every existing jcs member must be assigned a 100% off coupon (and receive an email with their new coupon code….i’ll write the email). Every jcs member should automatically be assigned a 100% off coupon immediately after joining One year Membership jcs subscription and receive a separate email with details (i should be able to write the email in the admin config section [option=com_jcs&task=config].
3. Their uniquely created and assigned 100% off coupon code should be visible on community builder profile. I’ve already added cb_ReferralAweber to cb profile.
4. If that member has a value in cb_ReferralAweber then when someone uses their coupon code , the email of the new enrollee should be added to member’s aweber list name…this is achieved through simple html code to fire off during join action….i’ve shown code below.
5. Also upon joining, com_vanessa should fire off to scrub the lists and add them to the student list (so very important for com_vanessa to work properly which it doesn’t right now…this is a simple 1 file php which just scrubs com_acajoom email lists)
6. Admin feature addition for com_jcs&task=report
Option for “Coupon” report which is as follows….
Able to make report per coupon redeemed which is thus tied to the Member’s name
Sorted by Top performing Member name…in otherwords…if Billy enrolled 10, joey enrolled
20, and sally enrolled 2, report should print data as joey, billy, sally
[#] [Member Name] [Date] [Subscription] [Amount] [Enrollee]
—————–
Current coupon system specs….
Coupon system allows provide selective user with discount for all subscriptions, the format of coupon is HDG7GD093+7
Where HDG7GD093 - coupon itself you provide user with it, could consist from any characters have any length you want.
And +7 this is discount present, you need not include it in user coupon.
You can add coupon in administrator section of the component. Also you can use only one coupon for one value of discount.
—————–
Aweber submit code [fields you must fill out in yellow]:
<form name=”theform” method=”post” action=”http://www.aweber.com/scripts/addlead.pl”>
<input type=”hidden” name=”unit” value=”[cb_ReferralAweber]“>
<input type=”hidden” name=”meta_redirect_onlist” value=”">
<input type=”hidden” name=”meta_adtracking” value=”UOIS Free Entry”>
<input type=”hidden” name=”redirect” value=”">
<input type=”hidden” name=”meta_message” value=”1″>
<input type=”hidden” name=”meta_required” value=”from”>
<input type=”hidden” name=”meta_forward_vars” value=”1″>
<input type=”hidden” name=”name” value=”[new_client_name]“>
<input type=”hidden” name=”from” name=”[new_client_email]“>
<input name=”submit” value=”submit” type=”submit”></form>
————–
please write back with any questions. thanks!



