- Browser language detection (DE, EN, FR) expandable
- Domain Options (new domain, transfer or sub-domain)
- Country field as a dropdown
- State no longer mandatory
- Payment field inserted (banktransfer, Paypal)
- Calculations accounting period fixed monthly, quarterly or annually
- Email Details to customer and reseller information with payment type and domain information
- No more activation link in the email
Use at your own risk - backup old files before overwrite!
Tested with ISPCP 1.0.5 / 1.0.6
1. log in as a Reseller > Manage Orders > Custom Order System
in header replace this line:
Code:
<link href="../themes/blue/css/ispcp_orderpanel.css" rel="stylesheet" type="text/css" />
with:
Code:
<link href="../themes/omega_original/css/ispcp_orderpanel.css" rel="stylesheet" type="text/css" />
in Hosting Plans at the bottom set the billing period as follows:
1 month = 1
3 months = 3
12 months = 12
in the summary > monthly, quarterly, annually
2. unzip package and replace the contents of each folder / override
/var/www/ispcp/gui/orderpanel
and
/var/www/ispcp/gui/themes/omega_original/orderpanel
and
/var/www/ispcp/gui/themes/omega_original/css
and
/var/www/ispcp/gui/include/reseller-functions.php
3. GUI: set new permissions
Code:
/var/www/ispcp/engine/setup/set-gui-permissions.sh
4. Login as a Reseller > Orders
Customize "Order E-mail" delete activation link - copy & paste this instead:
Code:
Order Details:
{DATE} from {NAME} - IP: {IP}
Domain: {DOMAIN} ({TRANSFER})
Package: {PACK}
Setup: {SETUP}
{PRICE} {VALUE} - {PERIOD} Month/s
Payment: {PAYMENT}
{FIRM}
{NAME}
{STREET1} {STREET2}
{ZIP} {CITY}
{COUNTRY} {STATE}
{PHONE}
e-Mail: {MAIL}
in /var/www/ispcp/gui/orderpane/domains.html
it can still be adjusted for terms & conditions ...
last update: 16.09.2010 (14:38)