Jump to content

Opendial

Member
  • Posts

    8
  • Joined

  • Last visited

About Opendial

Opendial's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I know this thread is 3 years old but i would be very much interested in a Limesurvey bridge.
  2. Hi, Currently i have some custum client fields in viewcart.tpl This is the code: {foreach key=num item=customfield from=$customfields} <tr><td class="fieldlabel">{$customfield.name} </td><td class="fieldarea" colspan="3">{$customfield.input} <br/> {$customfield.description}</td></tr> {/foreach} It looks like this: I would like to position the label text in the middle of the field (vertically), right now it's at the bottom. I did this: {foreach key=num item=customfield from=$customfields} <tr><td class="fieldlabel" <p <span style=vertical-align="middle">{$customfield.name}</span></p> </td><td class="fieldarea" colspan="3">{$customfield.input} <br/> {$customfield.description}</td></tr> {/foreach} But i see no change. What would be the proper formatting here?
  3. Hi all, I'm looking for an addon or other workaround that would do the following: When every client registers specific fields from the client profile are posted on a blog/twitter like page where all WHMCS staff users can review client details and learn about each new client. This way each staff user is prepared for when a call comes in from this new client. Does anyone have an idea?
  4. Hi all, I love the way how WHMCS handles reminder e-mails about unpaid invoices but it would be great if there was a way to schedule callbacks and keep track of the notes made during those calls about payment agreements. It's a debt collection feature really. I tried looking for a module but could not find something that automates these calls (can be just simple to do items). Does anyone know if something like this exists as a module or if it can be done with default features?
  5. Ok great, i already sent the e-mail yesterday so let me know what you can do. I just checked but it looks like i can't change anything in my forum profile.
  6. Oh, didn't know that. Thanks for telling me. How many posts does one need in order to receive PM's? What is that e-mail address?
  7. I'm developing WHMCS for a client and they wish to do something that is not possible right now with WHMCS: Capture a lead via the website (data involves personal details and question), then send this Lead + data through to clients who are paying for the leads and will be billed for these leads. I have spoken with WHMCS support and they suggested that i would define a free service on the website and after the free service/product is ordered you can transfer it to another client. This way the new client (who buys the lead) would automatically get an e-mail notification with the product details. However, the client details are should be passed through as well. And you can't do this, in fact it's unusual to transfer client information from one client to another. They suggested that i incorporate the client contact details via custom fields in the free product, but the customer e-mail adress is a mandatory field which would mean the person filling out his/her details on the website would have to fill this field twice. This is unacceptable for my client. I'm looking for developers who can offer a solution for this. Please describe how you would customize WHMCS so this process could work for my client. If you could make an estimate in hours (min-max bandwith) that would be great. PS: I think it would be ideal if every lead that is passed through to a buyer of the lead (the client) would result in an auto generated ticket in the ticket support module. Please send me a PM so we can talk about this job if you are interested.
  8. Hello, I'm setting up WHMCS for a client and they have a requirement to be able to use the mobile edition app for a large part of their time because they are on the road every day. However the current Mobile WHMCS app is a bit limited. And because of their process they need to be able to do the following things in the app: -transfer the order to another client -call a new client by clicking on the phone number -edit custom fields of the product/order filled out by the client online and append empty fields with data (comments) I could not find a way to do these things via the standard app. Please contact me if you can build a solution for this and how much it would cost.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated