Jump to content

Jono

Blesta Developers
  • Posts

    376
  • Joined

  • Last visited

  • Days Won

    37

Community Answers

  1. Jono's post in How do we create "Cards" for the ADMIN area ? was marked as the answer   
    "Client Cards" are provided by plugins.  Currently, no plugin has implemented an admin-side plugin, though they will in the future.
  2. Jono's post in Can No longer add an email template for WYSIWYG in CK Editor was marked as the answer   
    https://dev.blesta.com/browse/CORE-2871
    We moved ckeditor to vendors/blesta/ckeditor.  I wasn't directly involved but it looks like we did so in order to maintain some custom changes.
     
  3. Jono's post in How to change view order of Packages and Package Groups ? was marked as the answer   
    On the order form edit page you can drag & drop package groups to rearrange the order they appear in the order form.  On the package group list page you can click on a package group row to expand it and from there rearrange the packages within that group.
  4. Jono's post in Order flow was marked as the answer   
    I mentioned this in discord, but it is worth having it here as well.  Order form settings control whether to require manual approval on orders.  If manual approval is not required by the order form and  "Automatically Provision Paid Pending Services" is check at /admin/settings/company/billing/invoices/ then it should provision automatically.
  5. Jono's post in Default payment gateway - Razorpay was marked as the answer   
    Currently, bypassing this page is not an option, but renaming it is relatively simple.  You can edit the language file under components/gateways/nonmerchant/razorpay/language/en_us/razorpay.php and modify line 2
    $lang['Razorpay.name'] = 'Razorpay';  
  6. Jono's post in Possible to customize invoice due period? was marked as the answer   
    This is controlled by the "Invoice Days Before Renewal" setting which can be edited under the client group or  Billing/Payment > Invoice and Charge Options settings.  This setting also determines the number of days before a service or recurring invoice renews to generate an invoice.
  7. Jono's post in Payment portal not displaying and other issues was marked as the answer   
    Pretty sure the problem with the coupon is that it is only set for the NAD currency
  8. Jono's post in Blesta logs was marked as the answer   
    Are you referring to the module logs?  These are stored in the database in the 'log_modules' table and can be viewed through the interface at admin/tools/logs/module/.
  9. Jono's post in Order Form - Is the label length truncated? was marked as the answer   
    Yea that sounds right.  I'll make a task for adding a validation rule for length.  I'll probably slip this into 4.2.0-b2.
    CORE-2554
  10. Jono's post in Language files location for order form? was marked as the answer   
    Each template(ajax, standard, and wizard) has it's own language files.  You are probably looking for plugins/order/views/templates/ajax/language, plugins/order/views/templates/standard/language, and plugins/order/views/templates/wizard/language.
×
×
  • Create New...