Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How do I change the subscription fee for my DNN site?How do I change the subscription fee for my DNN site?
Previous
 
Next
New Post
11/9/2010 12:32 AM
 
I have a "Paid_Customer" role on my DNN site, and I charge $10/year. A lot of people setup a subscription with paypal to pay their fee.

I need to change the subscription to $15/year, and have this change affect ALL renewals.

I don't see how by changing the fee amound in DNN I can affect the users' subscription with paypal, what are my options?

Any ideas would be appreciated.
 
New Post
11/9/2010 3:32 AM
 
there is a setting in Host Settings AFAIR, but usually you would use a 3rd party tool for managing payment, and might need to specify the fee inside this module as well.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
11/11/2010 7:33 PM
 
Here's what I ended up doing (answered here as well - http://tinyurl.com/2bwkw84): 1. Create a new role with $20/year fee, call that role "PayingUsers20" 2. Assign all the users in the "Paying_Users" role to "PayingUsers20" role (keep the expiration dates the same) 3. Make "Paying_Users" role private (not public) 4. Rename "Paying_Users" role to "PayingUsersOld_10" 5. Rename "PayingUsers20" role to "Paying_Users" 6. Send out a newsletter to all users in "Paying_Users" role and ask them to Cancel their PayPal subscriptions (emphasizing that their membership will be valid until it expires) 7. Once the membership expires, user would have to re-subscribe to "Paying_Users" role See script below to automate the above process: --old role id ("Paying_Users"): 3 --new role id ("PayingUsers20"): 17 print 'Assign currrent Paying_Users to a new role (keep the expiration date the same)' insert into UserRoles (UserID, RoleID, ExpiryDate, IsTrialUsed, EffectiveDate, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate) select UserID, 17, ExpiryDate, IsTrialUsed, EffectiveDate, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate from UserRoles where RoleID = 3 GO print 'remove PUBLIC flag from "Paying_Users" role ' update Roles set IsPublic = 0 where RoleID = 3 GO print 'rename "Paying_Users" role to "PayingUsersOld_10"' update Roles set RoleName = 'PayingUsersOld_10' where RoleID = 3 GO print 'rename "PayingUsers20" role to "Paying_Users"' update Roles set RoleName = 'Paying_Users' where RoleID = 17
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How do I change the subscription fee for my DNN site?How do I change the subscription fee for my DNN site?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out