Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossaddison authored Apr 3, 2020
1 parent 9c8628a commit 271d234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ employees using this software.
**How do we setup our site so that individuals who sign up will be charged a paypal subscription?**
You will need to configure the frontend/modules/subscription/components/Configpaypal.php file to 'live' details. If you are not choosing to offer a subscription you will need to get 'sandbox' (experimental) details from Paypal.

**I do not want any subscription feature?**
**I do not want any subscription feature on my site?**
1. Remove the subscription module under frontend/config/main.php.
1. Replace the web/index.php file with web/no_subscription_index.php
1. Replace the web/index.php file with web/no_subscription_index.php

**I do not want individuals who signup on behalf of their company/division/unit to be charged a paypal subscription. How do I make sure they do not have to subscribe to our website?** Ensure that the permission 'Subscription Free Privilege' is assigned on a higher level. So for Mdb roles that inherit the stronger 'support' role make sure that the 'support' role has the 'Subscription Free Privilege' permission. This will ensure that all managers who have been assigned the relevant mdb role eg. Mdb1 for database 1, will get a Subscription Free Privilege since their role eg. Mdb1 is linked to the higher 'support' role.

Expand Down

0 comments on commit 271d234

Please sign in to comment.