Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/2015 in all areas

  1. Ticket Update - {ticket.summary} - {ticket_hash_code} This is what I have it set to now -- with the "From Name" being "#Company# Support"
    2 points
  2. Tyson

    Editing Email Templates

    The docs list each email template, which includes tags available to each of them.
    1 point
  3. Thanks for the reply. I'll get Blesta installed again and check it out.
    1 point
  4. Site should be fully updated, just need to link all the pages to the billing system.
    1 point
  5. Paul

    You Want Tools?

    Account access is a log of credit card accesses. If a staff member views a credit card, or the system decrypts a credit card, it is logged here. It's a PCI thing. Transactions are transaction status changed. For example, if you refund a transaction, or if it's pending and becomes approved.
    1 point
  6. Kangaroo

    Release 3.5.1

    Updated with Browser after backing up and uploading files with filezilla. Thank you Blesta and team
    1 point
  7. You can do one of two ways: 1. Bundles: make products based on prices aka: "$5 Domains" - Make a product, select the domains TLDs for $5, put the 1 years 5.00 0.00 0.00 Or: 2. Package per: make packages for each TLD aka: ".com" - Make a product, check the TLD box and put 1 Years 10.00 0.00 0.00 I've not imported from V6, but it should work unless WHMCS has changed the database structure or their password hashing. Import Tutorial from our new design for 2016: 1 Disable WHMCS Put WHMCS into Maintainence mode, and disable the cron job. 2 Prepare Blesta Go to /config/blesta.php and edit the following section: // Set to true to enable support for legacy passwords (plain md5). Set to false for improved security Configure::set("Blesta.auth_legacy_passwords", false); // The legacy password algorithm to use if legacy passwords are enabled Configure::set("Blesta.auth_legacy_passwords_algo", "md5"); Replace with: // Set to true to enable support for legacy passwords (plain md5). Set to false for improved security Configure::set("Blesta.auth_legacy_passwords", true); // The legacy password algorithm to use if legacy passwords are enabled Configure::set("Blesta.auth_legacy_passwords_algo", "whmcs-md5"); The next step: We need to prepare the importer for the whmcs configurations go to /plugins/import_manager/components/migrators/whmcs/whmcs_migrator.php and find: $pricing = $this->getOptionPricing($this->WhmcsServices->getTerm($option->billingcycle), $value_id, $currency); replace with: $pricing = $this->getOptionPricing($this->WhmcsServices->getTerm($option->billingcycle), $value_id, $currency); if (!$pricing) { continue; } 3 Time to import Head to Settings » Company » Plugins » Available » Import Manager » Install and then go to Settings » Company » Plugins » Installed » Import Manager » Manage » 5.2 After you need to enter the details for WHMCS's database, check the two checkboxes, and select automatically import the packages. 4 Ready? When you are ready and know that your customers have all logged in to their client accounts you can reset the /config/blesta.php back to the default. The reasons we use the whmcs-md5 and enable the legacy is so that your clients can log in with their whmcs account information, after logging in, it will automatically re-encrypt the password into a secure Blesta hash. PS: So secure even WHMCS can't make an importer haha.
    1 point
  8. Would you like me to help? If so please PM your Teamviewer ID / Password, if you don't have it please go to teamviewer.com
    1 point
×
×
  • Create New...