Articles

Add a logo To show the theme Logo: <a href="<?php echo... Change the name of the auto-responder So you would like to change the name of the auto-responder of your support manager? You can do it... Change the title order: Company Name - Page title Change this:<title><?php echo... Change the url for "place another order" Open up the following file: /plugins/order/views/templates/{order_form_type}/cart.pdt we will... Change the way prices are shown on dropdowns? Design: 1 Month @ $5.006 Month @ $4.0012 Months @ $2.00 How: You can edit the template (Every... Client ID To show the Client ID: <?php $this->Html->_($client->id_code);?> Client name To show the client name: <?php $this->Html->_($client->first_name);?> <?php... Client's company To show the client's company: <?php $this->Html->_($client->company);?> Client's dashboard To show the client dashboard: <?php echo $this->Html->safe($this->client_uri .... Client's email address To show the client's email adddress: <?php $this->Html->_($client->email);?> Company ID Show different code for different companies: <?php if ($system_company->id == "1") { ?>... Custom fields on Invoices To add custom fields on invoices check out this thread:... Display a message on support. Want to display a message on a certain day on the ticket reply and add pages? Open:... Display your company name <?php echo $this->Html->safe($this->Html->ifSet($system_company->name)); ?> Force clients to reset their password. You can run this SQL command: UPDATEusersSETpassword= ''; This will force clients to reset their... Force email address as client's username. To force clients to use their email address as their username you can do it either one of these... Form with a class? You use the following form create: $this->Form->create(null, array('class' => "class1... Hostname To show the hostname: <?php echo... Logged in as staff To show the Logged in as Staff: <?php if ($this->Html->ifSet($staff_as_client)) { ?>... Page Title To show the Page title: <?php echo ($this->Html->ifSet($title) ?... Verify email & Verify VAT numbers If you wish to use a verify Email and verify the VAT Number use: the following files:... Warn clients who aren't using Two factor Authorisation. You can paste this code into your /app/views/client/bootstrap/structure.pdt under the Blesta... Welcome the client or Welcome them back. You can welcome the client to your billing system or welcome them back if they have returned. You...
« Back