Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Michael

    Changing Wording

    You're more than welcome.
  2. Michael

    Website

    I like your website easy to use and order
  3. Michael

    Changing Wording

    It's not been asked before because I think people don't mind it being domain haha. But to change it you can do by going to: /components/modules/cpanel/language/en_us/cpanel.php change the line: $lang['Cpanel.service_field.domain'] = "Domain"; to: $lang['Cpanel.service_field.domain'] = "Please enter the full domain name you wish to host"; However please note when upgrading this module it will be overwritten I'm not sure if this works but probably would be worth an attempt: Go to: /language/en_us/_custom.php And add this line: $lang['Cpanel.service_field.domain'] = "Please enter the full domain name you wish to host"; It might overwrite it and be there when you upgrade the module.
  4. I don't think it is and I know wallet is for the USA only. Not sure if a module is in development for it either
  5. You'll need to edit the database per service. I just leave it as it is when I re-add a service.
  6. Yes, Packages > Order Form > Add Order Form Then click on Type: Client Registration. URL Example: https://licensecart.com/billing/order/main/index/register
  7. Michael

    Modern Theme

    Modern Blesta... mixture of dark colours. Admin Previews: Client Previews: Download URL: http://license.club/blesta/modern-theme.zip
  8. Haha go on then for the fun of it guys.
  9. You're welcome mate, however you did found the fix haha bloody perms
  10. bit weird that it was 000 :s
  11. They aren't charging you guys straight away however suggest you charge your customers to get used to the new system. Well on the Global plans they aren't: http://cdn.resellerclub.com/mailers/rc/global-pp-now-free-06-05-14.html
  12. Yeah it does take time to do it, I also had to install BFD to ignore my IP
  13. haha I tried editing the wizard boxes (Copying the files and editing) and got it working but no boxes LOL and I thought screw it and gave up.
  14. If it goes down to the worst I'll enter one, been holding off because I'm a distributor, and would be nice if it was just customers
  15. Can you please re-upload the files and overwrite the files with the files from the blesta folder, you might need to use FTP for this. Then try again it looks like a file is missing.
  16. can you enable errors please: /config/blesta.php Configure::errorReporting(-1); turns on Configure::errorReporting(0); turns off
  17. Oh no there isn't unless you force USD I suppose.
  18. Go to: /components/gateways/nonmerchant/paypal_payments_standard/paypal_payments_standard.php Edit: public function getCurrencies() { return array("AUD", "BRL", "CAD", "CZK", "DKK", "EUR", "HKD", "HUF", "ILS", "JPY", "MYR", "MXN", "NOK", "NZD", "PHP", "PLN", "GBP", "SGD", "SEK", "CHF", "TWD", "THB", "TRY", "USD"); } To: public function getCurrencies() { return array("AUD", "BRL", "CAD", "CZK", "DKK", "EUR", "HKD", "HUF", "ILS", "JPY", "MAD", "MYR", "MXN", "NOK", "NZD", "PHP", "PLN", "GBP", "SGD", "SEK", "CHF", "TWD", "THB", "TRY", "USD"); }
  19. Bloody awesome mate thanks and can't wait for the curve one, I tried making a order form and failed so it's not easy to do.
  20. Ensure you've cd /blesta mv ./* ../ I think (You need to move the files from the blesta folder to your public_html.
  21. Internal server error you're best looking at the error_logs on your webhosting mate.
  22. Love it mate thanks
  23. Michael

    Api

    Never knew you could do that on Stardevelop live chat, and there is a plugin you can use which is called the Shared Login. You can use that.
×
×
  • Create New...