Jump to content

Leaderboard

Popular Content

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

  1. Lucas

    Yearly Breakdowns

    The objective of having this is to lure the client into choosing a yearly subscription rather than a monthly one by showing that the monthly price for the yearly package would be lower.
    2 points
  2. Hi, What's the best way to list only domains in Blesta? What i want is separate the domains and the other services in the client area. Thank you, Carl
    1 point
  3. Hello . in the proforma PDF , it must show the available payment methode in the footer . normally this is what all other do . or at least a textarea to add some custom text to the Proforma . like a note , but this should be added auto from the system . wenhave made a customization the pdf template , but this is a must have core function . in europe and all other countries that use proforma , it must show a oayment info to the client or at least a note with something like you can pay with creedit card and paypal from the client area you can pay with bank transfet to account number RIB you can pay with cheque to XXXXXX . you can pay with money order to XXXXXX you can pay with direct in our office . and i believe if proforma selected a textarea should be showed in the invoice customization settings . that way we can add a custom text to proforma footer .
    1 point
  4. check my signature for quote plugin . you can inspire from how blesta create invoice . check the invoice.php model .
    1 point
  5. Based on the module logs you included, Blesta is not receiving a response from Plesk, or the response is blank. It could be.. Invalid Plesk credentials set in Blesta The libxml/simplexml extension is not available to PHP on your server, so Plesk's response could not be parsed The Plesk API is not setup through your account to allow communication with Blesta, or it may be blocked at a firewall I would guess #2.
    1 point
  6. Version 1.0.1 of the Blesta License reseller module has been released. Please use this version instead, the original release had a bug that could cause multiple licenses to be created over the API unintentionally.
    1 point
  7. I'm LicensecartSales Skype must be playing up lol. Edit this is the final code: <?php Configure::set("stargate.map", array( 'module' => "logicboxes", 'module_row_key' => "username", 'module_row_meta' => array( (object)array('key' => "registrar", 'value' => "StarGate/UK2", 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "reseller_id", 'value' => (object)array('module' => "resellerid"), 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "key", 'value' => (object)array('module' => "apikey"), 'serialized' => 0, 'encrypted' => 1), (object)array('key' => "sandbox", 'value' => (object)array('module' => "testmode"), 'serialized' => 0, 'encrypted' => 0) ), 'package_meta' => array( (object)array('key' => "ns", 'value' => array(), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "tlds", 'value' => (object)array('package' => "tlds"), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "type", 'value' => "domain", 'serialized' => 0, 'encrypted' => 0) ), 'service_fields' => array( 'domain' => (object)array('key' => "domain-name", 'serialized' => 0, 'encrypted' => 0) ) )); ?>
    1 point
×
×
  • Create New...