Current time: 04-27-2024, 08:11 AM Hello There, Guest! (LoginRegister)


Post Reply 
OrderPanel improved
Author Message
max Offline
Junior Member
*

Posts: 17
Joined: Dec 2010
Reputation: 0
Post: #21
RE: OrderPanel improved
I check the project when I arrived home.
It is possible, there was more files to change.
But I think almost done.
01-04-2011 11:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
max Offline
Junior Member
*

Posts: 17
Joined: Dec 2010
Reputation: 0
Post: #22
Cool RE: OrderPanel improved
Here is it guys.
Upgrade all files which i found to 1.0.7.
Index.php emulator deleted from pack.
Not tested yet. There can be few errors.
E-mail attachment (invoice) not implemented yet. I have no more time today Sad
Other functions implemented.
Please test it somebody, when you can.
I built attachment function for orders.


Attached File(s)
.zip  gui_v2.zip (Size: 58.87 KB / Downloads: 24)
01-05-2011 08:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
beliy Offline
Junior Member
*

Posts: 125
Joined: Oct 2010
Reputation: 0
Post: #23
RE: OrderPanel improved
I am tested but no work in 1.0.7
01-10-2011 07:41 PM
Find all posts by this user Quote this message in a reply
max Offline
Junior Member
*

Posts: 17
Joined: Dec 2010
Reputation: 0
Post: #24
RE: OrderPanel improved
Ok, I closed the work, becouse I start built independent system.
When somebody continue, send message here
01-11-2011 07:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
pillerk Offline


Posts: 2
Joined: Jan 2011
Reputation: 0
Post: #25
RE: OrderPanel improved
This solution not working with ispCP 1.0.7 OMEGA :-(

(09-14-2010 03:19 AM)fulltilt Wrote:  - 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 ...

[Image: 97206793.th.jpg]
[Image: 70563432.th.jpg]
[Image: 75180199.th.jpg]
[Image: 85114645.th.jpg]
[Image: 90830952.th.jpg]

last update: 16.09.2010 (14:38)
01-18-2011 12:24 AM
Find all posts by this user Quote this message in a reply
shaggy Offline
Junior Member
*

Posts: 32
Joined: Jan 2011
Reputation: 0
Post: #26
RE: OrderPanel improved
when I run this "/var/www/ispcp/engine/setup/set-gui-permissions.sh"
I get this
Setting GUI Permissions: find: `/var/www/ispcp\r/gui/': No such file or directory
find: `/var/www/ispcp\r/gui/': No such file or directory
find: `/var/www/ispcp\r/gui/': No such file or directory
find: `/var/www/ispcp\r/gui/phptmp': No such file or directory
find: `/var/www/ispcp\r/gui/phptmp': No such file or directory
find: `/var/www/ispcp\r/gui/phptmp': No such file or directory
find: `/var/www/ispcp\r/gui/themes/user_logos': No such file or directory
find: `/var/www/ispcp\r/gui/themes/user_logos': No such file or directory
find: `/var/www/ispcp\r/gui/themes/user_logos': No such file or directory
find: `/var/www/ispcp\r/gui/tools/filemanager/temp': No such file or directory
find: `/var/www/ispcp\r/gui/tools/filemanager/temp': No such file or directory
find: `/var/www/ispcp\r/gui/tools/filemanager/temp': No such file or directory
find: `/var/www/ispcp\r/gui/tools/webmail/data': No such file or directory
find: `/var/www/ispcp\r/gui/tools/webmail/data': No such file or directory
find: `/var/www/ispcp\r/gui/tools/webmail/data': No such file or directory
: not foundspcp/engine/setup/set-gui-permissions.sh: 61: /bin/chmod
: not foundpcp/engine/setup/set-gui-permissions.sh: 61: /bin/chown
: not foundspcp/engine/setup/set-gui-permissions.sh: 65: /bin/chmod
: not foundpcp/engine/setup/set-gui-permissions.sh: 65: /bin/chown
: not foundspcp/engine/setup/set-gui-permissions.sh: 69: /bin/chmod
: not foundpcp/engine/setup/set-gui-permissions.sh: 69: /bin/chown
: not foundspcp/engine/setup/set-gui-permissions.sh: 72: /bin/chmod
: not foundpcp/engine/setup/set-gui-permissions.sh: 72: /bin/chown
done

I am running ver 1.0.7 stable I beleive and it's run on Ubuntu 10.10 was installed on a clean ubuntu install
01-19-2011 02:19 PM
Find all posts by this user Quote this message in a reply
beliy Offline
Junior Member
*

Posts: 125
Joined: Oct 2010
Reputation: 0
Post: #27
RE: OrderPanel improved
(01-19-2011 02:19 PM)shaggy Wrote:  I am running ver 1.0.7 stable I beleive and it's run on Ubuntu 10.10 was installed on a clean ubuntu install

Quote:This solution not working with ispCP 1.0.7 OMEGA :-(
01-19-2011 05:14 PM
Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #28
RE: OrderPanel improved
yes - first script is not working with 1.0.7, also i have not tested max second version ... i stopped working on this because max released a 1.0.7 version
however - if i find some time i will migrate the first version to 1.0.7
01-19-2011 08:26 PM
Find all posts by this user Quote this message in a reply
max Offline
Junior Member
*

Posts: 17
Joined: Dec 2010
Reputation: 0
Post: #29
RE: OrderPanel improved
Hello, I build new independent script.
I stopt developement this order panel for this moment.
But when I have more time I continue.
About the new project:
The forum thread - http://isp-control.net/forum/thread-12764.html
I'm wery proud when somebody helps me developming the project.
Is it open source for all Smile
01-26-2011 08:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
anarking Offline
Junior Member
*

Posts: 29
Joined: Nov 2009
Reputation: 0
Post: #30
RE: OrderPanel improved
Hi, I reverted back to the original ordering panel because this doesn't work in 1.0.7 and everything works again, but can someone please paste the original template for the "Order email setup" please?

Thanks! And I look forward to real ordering, as in fully automated, order, have paypal at least, and automatic activation upon payment completion. I may just have to write it myself because this is getting a little ridiculous, you would think real billing would be a rather huge requirement for a panel system, not just an afterthought. Anyways, thanks! This was great when it did work in previous versions, I appreciate the work you did.
06-15-2011 02:45 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)