hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Software and Control Panels : question for PerlBill users
Reply

Hosting Software and Control Panels Software used in the web hosting industry. Topics include control panels, add-on software, setup scripts, etc.
Forum Jump

question for PerlBill users

Reply Post New Thread In Hosting Software and Control Panels Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 04-28-2003, 12:51 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90

question for PerlBill users


Hi,

Currently PerlBill allows you to add extra signup fields on the signup form, but you are limited to a "Yes/No" radio button question or a text edit field type question.

As part of our hosting services we offer customers to choose between PLESK or cPanel. I would like to be able to have a radio button field on the PerlBill signup form with these two choices.

Does anyone know of a way to customize PerlBill to allow this?

Thanks,

Rob

Reply With Quote


Sponsored Links
  #2  
Old 04-28-2003, 03:58 PM
aah-jim aah-jim is offline
Aspiring Evangelist
 
Join Date: Aug 2002
Posts: 380
Unless you decide to edit the perlbill templates which would require editing the database aswell if you wanted to add the chosen option to the order database record, the easiest way of doing it would be to have the text field and ask the user if they are signing up for Plesk or cPanel,
Thanks

__________________
web:http://www.allabouthosting.co.uk
email: sales@allabouthosting.co.uk

Reply With Quote
  #3  
Old 04-28-2003, 04:13 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90
yeah - that's what I thought.

Reply With Quote
Sponsored Links
  #4  
Old 04-29-2003, 11:50 AM
igy igy is offline
Web Hosting Guru
 
Join Date: May 2002
Location: Canada
Posts: 330
Well, It is possible I do it all the time whenever there is an update and it is pretty easy to do stuff in the cgi.

Not sure if I am allowed to show you this if not please let me know and i will remove the link but go to

www.cpskins.com/billing I added a bunch of custom fields and really changed the way it works. I even added a coupon system and few more cool things.

But its not hard to do. There are 4 main files i think 2 in the under the includes folder and 2 under the admin folder.

__________________
CPSkins.com | WHMXtra.com
12 cPanel Skins, 52 WHM Skins, 12 DirectAdmin,
60+ Plesk Scripts Linux & Windows & 70 cPanel Auto-Installers

Reply With Quote
  #5  
Old 04-29-2003, 12:23 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90
wow - that's all Perlbill? nice customization. I'd like to see how you did that.

Reply With Quote
  #6  
Old 04-29-2003, 12:28 PM
igy igy is offline
Web Hosting Guru
 
Join Date: May 2002
Location: Canada
Posts: 330
I also integrated the download system to use the same l/p as perlbill and in the admin section it shows me all the services I offer and i just attach a file to it so when they order I just approve and everything is complete

__________________
CPSkins.com | WHMXtra.com
12 cPanel Skins, 52 WHM Skins, 12 DirectAdmin,
60+ Plesk Scripts Linux & Windows & 70 cPanel Auto-Installers

Reply With Quote
  #7  
Old 04-29-2003, 12:31 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90
That's pretty cool. All I want to do is start by adding the radio button choice I referred to above.

That - and link the product IDs with the IDs in 2checkout to make the payment process a little more seemless.

Reply With Quote
  #8  
Old 04-29-2003, 12:36 PM
igy igy is offline
Web Hosting Guru
 
Join Date: May 2002
Location: Canada
Posts: 330
well adding the radio buttons would take you adding one field to a mysql table and then you have to edit 4 .cgi files and a few .tpl files. The only problem is everytime an update comes out to perlbill you have to do them again if you do the update.

__________________
CPSkins.com | WHMXtra.com
12 cPanel Skins, 52 WHM Skins, 12 DirectAdmin,
60+ Plesk Scripts Linux & Windows & 70 cPanel Auto-Installers

Reply With Quote
  #9  
Old 04-29-2003, 12:37 PM
igy igy is offline
Web Hosting Guru
 
Join Date: May 2002
Location: Canada
Posts: 330
With 2checkout I don't know why you want to do that. Perlbill makes all the IDs and does all that.

__________________
CPSkins.com | WHMXtra.com
12 cPanel Skins, 52 WHM Skins, 12 DirectAdmin,
60+ Plesk Scripts Linux & Windows & 70 cPanel Auto-Installers

Reply With Quote
  #10  
Old 04-29-2003, 12:45 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90
For automatic monthly recurring billing I have to set up that product in 2checkout with a specific ID. PerlBill then needs to pass that product ID to 2checkout. Doesn't it? All perlbill does for me at the moment is forward the customer to 2checkout for payment processing. It all works, I am just trying to streamline it.

Rob

Reply With Quote
  #11  
Old 04-29-2003, 12:48 PM
igy igy is offline
Web Hosting Guru
 
Join Date: May 2002
Location: Canada
Posts: 330
Yeah your right sorry I do onetime payments right now. Hosting companies haven't started yet. So I am sure I will be getting into the same stuff.

__________________
CPSkins.com | WHMXtra.com
12 cPanel Skins, 52 WHM Skins, 12 DirectAdmin,
60+ Plesk Scripts Linux & Windows & 70 cPanel Auto-Installers

Reply With Quote
  #12  
Old 04-29-2003, 12:56 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90
ok - so what's the quick and dirty way to stick that extra radio button in there?

Reply With Quote
  #13  
Old 04-29-2003, 01:10 PM
igy igy is offline
Web Hosting Guru
 
Join Date: May 2002
Location: Canada
Posts: 330
Well I hope you know a little cgi and have played around with perlbill and the tpls and understand all that stuff. I have been doing it for well over 8months now so I know it pretty good but here is the basics. Just make sure you have a backup of these files.
Add the field to mysql table users

you need to modify enough in these 2 files so you can add the field to the register form
functions.cgi
register.cgi

under /includes/admin
billing_subs.cgi - I think if i remember right
customers_subs.cgi - most important

Then a few tpls so that you can view in in the billing system. Just look at the url you will see like validate_user so you modify validate_user.tpl pretty much

Sorry for keeping it really basic but it will take a long time to really go into detail. But what you do is add the field in Users table and where ever you added it lets say after company. Search in those files i posted for company and after pretty much copy what is there for company and change company to your field.

Well thats the basics

__________________
CPSkins.com | WHMXtra.com
12 cPanel Skins, 52 WHM Skins, 12 DirectAdmin,
60+ Plesk Scripts Linux & Windows & 70 cPanel Auto-Installers

Reply With Quote
  #14  
Old 04-29-2003, 01:21 PM
DarkSky WS DarkSky WS is offline
Disabled
 
Join Date: Oct 2002
Location: Silicon Valley
Posts: 90
makes sense.. thanks

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Posterous Shuts Down Today, Here Are Some Alternatives Blog 2013-04-30 17:26:02
Users Report Gmail Issues, Problems with Google Drive, Chrome Access Web Hosting News 2012-12-10 16:48:40
Web Host Gandi Emphasizes User Customization with Interface Updates Web Hosting News 2012-10-23 16:14:19
Carpathia and Electronic Frontier Foundation Aim to Help Megaupload Users Retrieve Legal Data Web Hosting News 2012-01-31 11:27:26
Blackberry the UnCloud Blog 2011-10-14 15:28:54


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?