- Can each client have their separate “Homepage”, “About Us”, “Contact Us” and “Product Page” to sell their service? a. This not a built-in feature. You can create a new page that impalements IMultiTenant interface and let your customers edit their own content.
- Is there any built-in system to resolve DNS for example? ( tenant1.sample.com, tenant2.sample.com ) a. Yes, ABP Framework Domain Tenant Resolver is built for this purpose.
- Is the ABP volume license discount available? a. Yes, if you provide us which license type you are interested in , and also how many developer seats you would like to purchase, we’d like to help you on that.
- Is the Training included in License or do I need to pay separate a. The training packages are separately sold and not included in the license packages.
- Currently we are using DevExpress Universal and also happy with it. We need license for only CMS and Payment module, can the pricing be customize in this way a. The license packages and prices are standard. You cannot purchase specific modules.
- Do you have office in Australia and can we pay in Australian Dollar? a. To be able to pay in your local currency, you must select 2Checkout payment gateway. In the next steps of the checkout process, you will able to change currency.
Last active
October 7, 2022 12:37
-
-
Save ebicoglu/2ca84fb6fac5338c5c93e44f353912eb to your computer and use it in GitHub Desktop.
ABP Framework & Commercial — Frequently Asked Questions (FAQ)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following questions are being asked via email, social media, forums. |
Author
Author
Is there any built-in system to resolve DNS like tenant1.sample.com, tenant2.sample.com ?
Yes, ABP Framework Domain Tenant Resolver is for this purpose.
Author
Is the ABP volume license discount available?
Yes, if you provide us with which license type you are interested in and how many developer seats you would like to purchase, we’d like to help you with that.
Author
Is the Training included in the license or do I need to pay separately?
The training packages are separately sold and not included in the license packages.
Author
We need a license for only CMS and Payment module, can the pricing be customized in this way?
The license packages and prices are standard. You cannot purchase specific modules.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Can each client have a separate “Homepage”, “About Us”, “Contact Us” and “Product Page” to sell their service?
This is not a built-in feature. You can create a new page that implements
IMultiTenantinterface and let your customers edit their own content.