Jump to content

medfordite

Members
  • Posts

    99
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by medfordite

  1. Thank you Paul - it is in the checkout.php file Line 50.
  2. I'm referring to the order complete page after the order is placed:
  3. Can you tell me then where I can add verbiage to the thank you message: Thank you for your order! Your order is now complete. I want to change it to: Thank you for your order! Your order is now complete and will be processed in the next five minutes. I did not see it in the en.php file. I see one for pending, but that was all.
  4. I am releasing what I have done so far. You can install this at your own risk. It will ovewrite some files so please read the included readme file! By installing, you agree to not hold me responsible. First - here is what I have for now: I hope you like it and feel free to edit it/change it/ mash it up, or whatever you want to do with it! wood.zip
  5. I can not seem to get my orders to automatically process. They go into pending and do not release with the cron or automated settings set a 5 minutes or even unchecked. Any ideas as to why?
  6. This has some .css customizations in it, but I am working on it for fun and will release it when done it is a modification of the Bee theme for the admin. My site is nautical based so this would not work for it, but of course anyone else could use it. To do the .css I had to comment out the cross browser functions in the file which might do bad things, but it works in Firefox 30.
  7. I do not have any external logins to Blesta AFAIK. Since I gave you access to the site backend for both the hosting and Blesta, did you see something I might have missed to show the CSRF tokens?
  8. Any updates on the how to? When I activate it and then add a menu link to the page, all it does is say "Blesta Access" without loading anything else.
  9. Anyone use this yet on thier Wordpress site? I just enabled it on my site and it has blown me away. It is a new way of thinking about login security by using your mobile device as your login key. For those interested: http://www.getclef.com I would love to see this as an option in Blesta. They have PHP code for this on their site to integrate with your site and system if it is not Wordpress or Drupal.
  10. When viewing the client area, all looks good except for not displaying the customer's services Also - The Return to Staff area is pointing to a variable my browser is not parsing: http://www.myste.com/blestalocation/client/%1$s I overwrote the files, and did the upgrade as I should normally do. I suspect something may not have gone in correctly, during the upgrade? Any ideas? NEVER MIND Filezilla did not upload all the files like it was supposed to. All fixed now.
  11. This is about average for my home. Paying for 30 down 4 up so on par: This by the way is on a server which is about 150 miles north of me. Charter saw fit to give me a new IP the other day up north for whatever reason. At work, they just upgraded to a 20mb connection. It was funny because they said that as soon as it came on live, within 15 minutes, the pipe was maxed out. Something tells me they need more bandwidth to support upwards to 700 computers where I work. (I work in IT BTW)
  12. I am in a catch-22 with my iFrame setup that I did with Blesta. My header is quite large and includes my business logo which is 200px x 200px. Using an iFrame in my content included the Blesta header. Simple solution would have been at this point to call a different template if in the iFrame, but this is not possible: http://www.blesta.com/forums/index.php?/topic/1730-custom-themetemplate/ A couple of years ago, I used a Wordpress plugin which integrated a different billing system we all know about (The major major player in the market owned now by cPanel). It offered a nice and clean integration and made things smooth. I would do an API integration but for whatever reason, even though it is probably easy as pie, I can't seem to figure out how to "paint" the responses on the screen correctly.
  13. Thanks Paul! I look forward to this happening!
  14. I have a mix of clients which according to their business terms need Net billing which I accept. Most are Net 10 while others are NET 30 or Net 5. I'd like to suggest adding Net terms on a per account basis so the billing only goes out to them on that cycle instead of the global which is set right now for everyone.
  15. I am an introvert by nature which by the same token, one with few people I can call friends to do any word of mouth with which I have covered that base quite well. Family, on the other hand has no use for web hosting and would tell people they know if they are looking for hosting to go through my service. For the sites I have produced for clients, they are hosted by me and have a backlink at the bottom pointing to my services, but with the traffic which comes from there, not a single order. I am at a disadvantage in my hosting at the moment and am about to restructure it to be more of a unique hosting service but not until the weekend maybe. Once I do that, I will be starting to do advertising more. I have one awesome customer who has referred one client to me which later left my services, but is half way back to me paying for a service that complements his hosting. The same client that referred is working on referring another client to me. I do have a deal with every client that basically gives them some money back each month for referrals which has motivated some but not all. Being small is a pain in the neck sometimes, but nice at the same time. I am personally wanting to have enough income monthly to pay for my overhead (licensing, hosting fees, etc) and maybe a tad more. I know I can't compete with the big dogs out there, but I also know with longevity, it can really build trust as well so you know you aren't dealing with a 'fly by night' hosting company that we all hear about on WebHostingTalk.
  16. I see several people here who appear to be doing well with their hosting business. I have had limited success with some social media but not a lot. Been toying with Adwords but not fully invested in that yet. (Karma thing - I block ads routinely when surfing on sites). Without going into specifics (unless you want to), what avenues are you using for advertisements? Google Adwords, Social Networks, print media?
  17. I did try with gTalk - but that part isn't working. If you look at the code in the script, calls are being made to https://www.googleapis.com/auth/googletalk which returns to a 404 error with Google. Also, when Google dropped Jabber/XMPP support in March of 2013, to integrate their services more into Hangouts, it severely crippled a lot of services tied into it. Not just Chat applications such as this, but also Asterisk Motif (Found in FreePBX), which used a relay to bridge Google Voice numbers with Asterisk. This is why I decided to roll my own installation. By testing the connection with Openfire at least, I can confirm it is working with two direct chats between two clients. (User A on Windows and User B on Phone for example). Nonetheless - I do have a question for PauloV - in the scenario where all this works and maybe I did do something wrong, When the chat message comes up via XMPP - is it actually directing the chat agent to go to the site to complete the chat? The reason I ask: is what is sent via XMPP. So, without seeing a working example (Yet), I'm unsure if this is what is happening, or if the url_accept is actually a connecter between the two clients.
  18. I installed Openfire on a spare VPS that I have running on a different Datacenter. The XMPP says it connects fine to the server, but no messages seem to be coming through from a user chat. I did test this though with my Android (Xabber) connecting to one account I created for it, and then on Windows with another account I set with it. It all worked fine when chatting between those two clients. I made sure that the port numbers were set correctly in the config as well. All Test chats sent through the XMPP interface in your software works fine though. So only thing is Chats are not coming from the public at this point. Any ideas? Edit Reason: To correct spelling and clarify issue..
  19. I was not aware of the XMPP option. If you could do that, I think it would work cross-platform, Android, iPhone, Windows Phone, Windows, Mac OSX and so forth with XMPP software for said device. I vote to have it in a release so we can test it out. I would think too that if it was re-activated in your code, then we turned around and tested it, we could help you determine if it is viable enough to keep it running or if it would be better to go the way of your planned Blesta core integration.
  20. I think what you have offered is great for Blesta! In consideration and appreciation of your making this Mobile Friendly (A must these days!), to have a mobile page open all the time on my device, be it my phone or tablet can ultimately drain the battery over time, or consume data when pulling data from the server. When you connect to a Jabber server, (Which BTW can be installed easily via Softalicious or the like), you are enabling the ability to Push the chat notification(s) and content to the mobile device. This reduces the overall load and data consumed by the mobile device as well. And to be honest - if you did this script with the option for Jabber, I'd probably be willing drop a small donation your way to help show the support.
  21. Thank you Paul. What about bolding a line - is that something I can put in the form itself? Ex: <b>All payments due within 10 days of the date on this invoice</b>
  22. I did some testing las tnight iwth the auto-logoff and left the chat system up and running for a several hours idle and the Blesta admin interface was still active and I didn't have to log-in. One issue I am seeing now though is the chat system will make it seem like I am online and signed in ready to chat, but I am not in fact. In other words, it doesn't appear to show an offline status. This can lead to possible confusion by customers thinking you are there but igorning them. As for a mobile version, I think if this were to be done, an easy way (if you know how to program and I don't), would be to connect this to a Jabber server. There are several third party chat plugins which do this for web sites and allow for easy mobile connection using a Jabber client on the phone. Otherwise, with connecting via mobile to your site, you will end up consuming more data doing periodic refreshes in the background on your device which can cause extra costs. (Keep the web page loaded in your mobile browser at all times and doing a refresh).
  23. Looks good! As a suggestion for future development. I am mobile most of the time and it would be awesome if we could find a way to integrate this with Android. Also, does this log you out after the same session duration that Blesta uses? In other words, if I time out in Blesta Admin, does it also time you out for the chat?
  24. Is there a way to adjust the font size on the invoice? The print I am getting when printing out and my customers is quite tiny (probably 6 to 8pt). Also, is there a way to make some items bold in the invoice fine print area?
  25. I can confirm that if I do enter in a new account into Interworx (in this case a new Siteworx Account as they call it), it does work fine when adding it directly through Interworx. . This issue did not appear until 3.1 so I am not 100% certain if there were any code changes in the module itself, but not having any reseller accounts other than my own account as the server admin. When looking at that account, I saw that there is no option to set packages for my account. Also, in the module management - there is no option to add or assign a reseller to use in the Interworx server.
×
×
  • Create New...