View Full Version : Giving A Membership Gift Paid For By An Other Memb
Kelsthemes
11-11-2003, 12:05 PM
1. Is there a way to assign a different mailing for a gift subscrption if I would make gift membership products?
In other words, if I make products that are "gifts" (bought by members for other people)
Can the person who is recieveing the gifted membership be sent a email that states they were given this subscrition as a gift as well as contain the ID and PW the buyer used to register them?
2. Is there a way to make a Sign-up page that is just for gifted memberships? example, it would only read from the product list the ones that contain gift in the name? Thus it would be possible on the normal Sign-up to only show non gifted products.
If none of this is possible at least it will give you suggestions on your next upgrade of aMember.
Kel :)
alex-adm
11-11-2003, 08:58 PM
1. We have such a plugin for Pro version. it costs $40.
2. Again, it is possible to assign Price group to product in pro version and it will be possible.
Kelsthemes
11-14-2003, 10:57 PM
I figured it out.....just need to make copy of signup html and singup.php and rename them build a normal form on html page with correct values of products called gifts and upload the pages to the server. It works for discounts as well. ;)
Just makes for a big product list
Kel
remmett
04-14-2006, 04:24 PM
>>1. We have such a plugin for Pro version. it costs $40.
>>2. Again, it is possible to assign Price group to product in pro version and it will be possible.
I can't find the plugin you're referring to. Can you provide details for that, or to using Price group.
Thanks,
Ralph
Here is plugin readme:
------------What does this module do?
-------------------------
You can create new products and set flag that it is gift subscription.
If user is going to order it, he has to enter email of another person
When user orders this product, aMember generates new discount coupon
(one-time usage, for paid amount) and send coupon code to "another
person".
How do I install this module?
--
1. Upload files to
amember/plugins/protect/gift_vouchers/
2. Enable "Gift_Vouchers" module at aMember CP -> Setup -> Plugins.
and
Enable "Use Coupons" at aMember CP -> Setup -> Advanced
3. Create new product(s) and mark them as "Is Gift Voucher?"
Only product title, description and price makes sense. Subscription
period and other settings will not be used. Also, you may assign
a negative price group value if you want to hide this product
from regular signup page.
4. Now, add text fields to your signup template
(edit templates/signup.html, or templats/signup_multi.html if you
have "Select Multiple Products" option enabled in Setup).
after these lines
-----------------
<tr>
<th><b><label for="country">Country</label></b><br>
<small></small></th>
<td nowrap><select name=country id=country size=1>
{html_options options=$config.country_options selected=$smarty.request.country}
</select>
</td>
</tr>
{/if}
-----------------
add the following lines
<tr>
<th colspan=2 style='text-align: center'><b>GIFT CERTIFICATE</b></th>
</tr>
<tr>
<th><b><label for="voucher_email">Email to send gift certificate</label></b><br>
<small>please enter it if you are ordering gift certificate</small></th>
<td nowrap>
<input type=text name=voucher_email value="{$smarty.request.voucher_email|escape}">
</td>
</tr>
<tr>
<th><b><label for="voucher_comment">Comment to send with gift certificate</label></b><br>
<small>please enter it if you are ordering gift certificate</small></th>
<td nowrap>
<textarea name=voucher_comment rows=5 cols=50>{$smarty.request.voucher_comment}</textarea>
</td>
</tr>
<tr>
<th><b><label for="voucher_date">Date to send gift certificate</label></b><br>
<small>if you want to delay gift certificate sending, <br>
enter date value (mm/dd/yyyy) into this field.<br>
If you keep this field empty, certificate will be sent immediately
</small></th>
<td nowrap>
<input type=text name=voucher_date value="{$smarty.request.voucher_date|escape}" size=11 maxlength=10>
</td>
</tr>
5. Try to make test purchase of your new product.
6. Edit mail templates in "gift_vouchers" folder and repeat step (5)
if necessary. Don't touch text inside {...} brackets.
--------------------------------------------------
Price Group is described at aMember CP -> Manage Products, have a look to comments near "Price Group" product field.
remmett
04-17-2006, 09:37 AM
: amember/plugins/protect/gift_vouchers/
Sorry, but what files do I upload to this directory. Are these available to download somewhere?
Thanks,
Ralph
Ralph,
if you really need a plugin that is described, you may order it for $40. Here is payment link:
http://www.cgi-central.net/cw.php?sum=40&for=Gift+Vouchers+Plugin
We don't put it to mass sale, because it is specific.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.