Jump to content

altomarketing

Member
  • Posts

    551
  • Joined

  • Last visited

  • Days Won

    5

altomarketing last won the day on March 23 2023

altomarketing had the most liked content!

4 Followers

About altomarketing

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

altomarketing's Achievements

Senior Member

Senior Member (3/3)

16

Reputation

  1. In your cyberpanel, > Configurations > Rewrite rules I think you can configure rewrite rules like this ### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### <IfModule mod_rewrite.c> RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / # Redirect directories to an address with slash RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ $1/ [R] # Send all remaining (routable paths) through index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Determine and use the actual base RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$ RewriteRule ^.*$ %2index.php [QSA,L] </IfModule> ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###
  2. Free: https://control-webpanel.com/ Opensource: Hestia - Webmin dont waste time with vesta, sentora or other that are not updated in github
  3. So for ClientAreaPageViewInvoice , why this does not work ? <?php function gateway_pormoneda($vars) { //$client = Menu::context('client'); //$currency = $client->currency; $currency = $vars['currency']; $gateways = $vars['gateways']; if ($currency == 1) { $validgateways = array('paypalcheckout','stripe'); } elseif ($currency == 2) { $validgateways = array('directopago_cl','stripe'); } elseif ($currency == 7) { $validgateways = array('directopago_uy','stripe'); } elseif ($currency == 10) { $validgateways = array('cuentadigital'); } foreach ($gateways as $k => $item) { if (!in_array($item['sysname'],$validgateways)) { unset($gateways[$k]); } } return array("gateways" => $gateways); } add_hook("ClientAreaPageViewInvoice", 1, "gateway_pormoneda");
  4. Si, es una pasarela transparente tipo Stripe, se hace con MercadoPago o con Pagos360, tiene un costo de 200 dolares la implementacion. El unico que lo tiene en Argentina es Elserver
  5. Hola diego, tu explicacion no solo no es clara, sino que equivocada. Mercadopgo no es intermediario internacional, es Argentino, al igual que otras pasarelas como Cuenta Digital, Pagos360 y otras soluciones que hemos implementado. No solo es totalmente legal, sino el unico medio para aprovechar las APIS de whmcs para automatizar tu cobranza. Paypal no puedes aceptar a argentinos, desde Argentina. Hay otras pasarelas internacionales, pero eldinero "sale" de argentina, y luego es tu problema que haces con el dinero que 2co o similares hacen con tus dolares. Creo que estas equivocado en que buscas en whmcs, es un software de automatización, gestión y demas.., pero no es una pasarela de pagos, eso lo gestionas tu por tu cuenta. Cualquier duda, contactanos para darte soporte Whmcs.Altomarketing.com.ar Saludos
  6. tienes el log del cron ? ✔ Opensource and Paid Modules Store 🗣 Whmcs Consultant support by chat paid hourly in English and Spanish
  7. eso es porque tienes seguramente algun hook que hace que el proceso se cuelgue. Nosotros tenemos 7000 clientes activos y demora pocos segundos en hacer todo el cron
  8. We are using all almost all opensource solution ( no more monthly fees !!! ) : If bot can not answer, we derive to chat, If chat operator can not answer, a ticket is opened. We aim to avoid an email ticket asking how to configure pop3 or dummy questions Telegram + Chat + Bot + AI + Whatsapp integration = www.livehelperchat.com Knowledge = bookstackapp.com CRM = ESPOcrm.com Calendar = https://easyappointments.org/ Tickets = www.helpy.io Automatic Invoicing - Payments - Integration with servers... = MIGRATING TO WISECP only $ 14, has same hooks points, almost the same features than whmcs, some missing and a much better core multicurrency system.
  9. I after a week of installing and using both, they are good choices, but i notice: chatwoot is more focused in chats ( multichannel) great community in github great future as opensource Zammad is more focused in tickets. https://zammad.org/screenshots is a company with an opensource version, check zammad.org vs zammad.com requires a bigger VPS to deploy Both are great. If you have low resources and your customers are not tech experts, maybe you can try osticket , old fashioned but still a good opensource ticket system.
  10. We are using all almost all opensource solution ( no more monthly fees !!! ) : If bot can not answer, we derive to chat, If chat operator can not answer, a ticket is opened. We aim to avoid an email ticket asking how to configure pop3 or dummy questions Telegram + Chat + Bot + AI + Whatsapp integration = www.livehelperchat.com Knowledge = bookstackapp.com CRM = ESPOcrm.com Calendar = https://easyappointments.org/ Tickets (mail, facebook, twitter, integration) = zammad.org or chatwoot.com ( we are not decide it yet ) Automatic Invoicing - Payments - Integration with servers... = we are still using whmcs 😪 ja ! we can not find a good solution yet, but we are migrating to wisecp hosting customers. And if you are a pro developer, integrate all them with apis using n8n.io (also opensource, of course)
  11. Try Zammad or Chatwoot , both enterprise grade open source self-hosted solutions. 😁
  12. Im From Argentina After 10 years of using whmcs ( also created the most downloaded addon > paypalnofees) We give web development and dedicated, having also more than 300 customers for custom whmcs develop i share my opinion and decisions. Our opinion is: - whmcs is a very good software , but its not partner to charge me for every customer i have - whmcs is not even close to value $ 15.000 annualy, in our country a basic salary starts from $ 2.000 annually - whmcs is right about charging me an annual fee for upgrades, we do with ourcurstomers also, but from $ 50 to $ 15.000 ... .really ? Our decisions: In 2020 we moved several servers to Directadmin and CentosWebpanel , client lost only 5 % In 2021 we are moving several cores of whmcs to opensource development A Bot to auto-diagnosis problems > Livehelperchat Live customer Chat > Livehelperchat Knowledge-database > Bookstack (public and private chapters) show network and servers status > Cacti and so on... In 2022 we will finally were moving our billing and servers integrations core to Wisecp (blest is still rudimentary for us) = client lost ? im sure 0 % as im sure they dont care how i bill them, and don't know what it is whmcs.
  13. look into the changelog is important to expect new and requested features.. https://docs.wisecp.com/en/kb/v2-3 In only 3 years of develpment wisecp.com is a great product, on the other hand., as you said, blesta is still a poor option for me with more years in the market.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated