Jump to content

xtianfab

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by xtianfab

  1. How to receive a callbaclk when a transaction is made or when an invoice is generated? I am trying to use a callback or webkook to send automatic notifications every time a transaction is made. But I don't know how to receive a webhook or callback.
  2. xtianfab

    Domain Checker

    Hello, @renjith.vs, thanks for your reply. I followed the steps of that post, but when clicked, it shows general order page with all other options .. No domain availability checker. Is there a plugin or module that has to be installed for it to work? I have the Enom module, but I don't see options to verify domain availability. I saw in the post that you had the same problem, how did you solve it? Regards
  3. Hi, I tried to follow the steps but I can't get it to work. Change the configuration in blesta.php and it looks like this: // Enable / disable automatic CSRF token verification Configure :: set ('Blesta.verify_csrf_token', true); // Bypasses automatic CSRF checking for a set of controllers and actions (eg. Array ('client_login :: index')) // CSRF checking is a security feature, BE SURE YOU KNOW WHAT YOU ARE DOING BEFORE SETTING THIS VALUE //Configure::set('Blesta.csrf_bypass', []); Configure :: set ('Blesta.csrf_bypass', ['config :: preconfig', 'domain_form :: index']); Then I put the form on the page where I need the domain checker: <div class="section-domain clearfix mb-5"> <h2>Registra tu dominio</h2> <p>Encuentre un dominio que exprese lo que hace y tome posesiĆ³n de su marca</p> <form action="/client_area/order/config/preconfig/domain" method="post" class="d-flex"> <div class="input-group input-group-lg mr-2"> <div class="input-group-prepend"> <span class="input-group-text"> <i class="material-icons">Buscar</i> </span> </div> <input name="domain" type="text" class="form-control" placeholder="Ingresa tu dominio" aria-label="Buscar"> </div> <button class="btn btn-primary btn-lg" name="lookup" type="submit">Buscar</button> </form> </div> But when clicked, it shows general order page with all other options .. No domain availability checker. Can someone helpe? Regards
  4. I can't find domain manager in plugin section.From where do I have to download it? Regards
  5. xtianfab

    Domain Checker

    How did you manage to do this? I also want to put a domain checker on my page
  6. xtianfab

    Mail styling

    Hi, I'm trying to style the emails. I try what is indicated in this post but I cannot find the CKEditor config.js file. The template I want to use is a complete page with html tags. Regards
  7. Hello, is clientes emails, which are sent when registering a new account or when sending a reminder of an overdue invoice.
  8. Hello, the automatic emails, such as the welcome mail, invoices created, support,e tc are sent in English, although I configure the Spanish language. How can i solve this? Regards
×
×
  • Create New...