Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Everything posted by Blesta Addons

  1. With blesta 4.4.0 an new TFCPD engine was introduced, we will update the components to be able to use blesta 4.4.0 and make it backward compatibility with older blesta like 3.6.X and 4.0.0. anyone using had html_template installed even if is not used in the setting, rename the folder or delete it until we release a new version, don't worry we will release new version.
  2. Hello All, today we want to announce that we will no more provide support for PHP5.4, so any issue with our addons in php5.4 will not investigated and fixed, we will dedicated to php 5.6, php7.0 and php7.1 . Our intention is to provide solid support for our addons, we want to concentrate in minimum releases possible to offer the maximum time dedicated to our addons. that is not mean that all our addons will not work in php 5.4, some of them still will be working in php5.4 but we will not provide any support for them .we encourage that all our client upgrade to php7.0 and use blesta 4.0.0 and above . Best Regards Blesta Addons Team.
  3. if you want to see profetional way, look at OVh, Hetzner, Online, scalway, gogetssl, thesslstore ... ect, you can select how you want to pay blesta has 3 options in one page 1 - for ACH 2 - Gateways 3 - Credit (Solde) the other grouping all the available payment in a single list then the user select wish one he want .
  4. Hello; you can use math captcha that is a inline html, you need just to integrate it and is done for you. https://stackoverflow.com/questions/41591755/how-to-use-captcha-before-submit-the-form-in-html-javascript
  5. Hello @digifx, for your first issue i have signaled it a 5 years ago, how the payment options displayed is not a professional way, and is less professional if the client has credit, try to add credit to client and then you will see another part added to payment page with credit, even you can't pay with credit without selecting a gateway . 2 - the gateway should support the currency of the invoice, and should be enabled and selected in the order form. 3 - exist another modified stripe gateway that has more support and features, is hosted in GitHub just search it in the forums you will get it.
  6. Great work. i think you have missed to upload the mastercard .php file in the root folder?! also the folder in the non gateway folder in blesta should be named mastercard and not Mastercard .
  7. we will redesign our website and pages totally after we complete the credit note plugin and observium module .
  8. wish template you are using? i have faced the same issue but in the order page wizard list, and resolved by putting the blesta-client jquery file in the header look at this thread
  9. Hello Sir in the row you should add Api token (without the 'bot' leading) and the channel name with the @ leading, if your channel called Joseph_h you should enter @Joseph_h . another thing is to add the boot as administrator of your channel . How to add the bot as administrator to my channel? The process it’s simple, you first need to go to your info channel and click on Administrators, By clicking on Add administrator you will be prompt with a search section, search your bot by using the format @yourbotname
  10. new release 1.4.0 , - added logging system to blesta monolog - new notification app, Telegram
  11. is like the it take the first line of the invoice only .
  12. and someone has developed it yesterday we are going to officially support this in out notification center plugin .
  13. i will add this to our todo list, and will reply when i get speaking with the guys. EDIT : this option is for clients and not admins or staff . i think this will need us to make more change in the plugin or write a new plugin for the SMS part.
  14. the sample way is to configure your custom page with a prefix like /pages/ then add this prefix to the excluded routes then your plugin will handle your pages w sample for your route sould be like this // Route all except the following to the CMS plugin (if the plugin exists) if (file_exists(PLUGINDIR . 'cms')) { Router::route('^(?!' . $admin_loc . '|api|callback|cron|404|uploads|' . $client_loc . '|install|order|plugin|widget|pages)', '/cms/main/index/$1'); } Router::route('^pages/(.*)$', '/your-plugin/main/index/$1'); Notes all your plugin links should be begin with the prefix, like /pages/my-custom-page /pages/my-custom-page-2 /pages/another-my-custom-page
  15. i don't know why the numbers is not correct, there is something wrong with the subtotal and the taxable amount, the tax amount level 1 is always correct .
  16. i think it only calculate the first line. stay tuned i will make a screenshots .
  17. i have found the issue, the jquery-client-x-x-x.js should be included in the head for the structure file, in our case it was in the footer before the body close tag.
  18. i have enabled the firefox debug and found this TypeError: $(...).blestaLoadingDialog is not a function[Learn More] cart.js:13:41 beforeSend https://the-website.com/plugins/order/views/templates/wizard/javascript/cart.js:13:41
  19. this issue is not resolved, the report is retrieving the service prices without calculating the configured addon (price) added to the service .
  20. the date issue i have resolved it with adding the format date, now it would be perfect if we can pass how we should see the date format, as now it use date_time format, it would be great if we can pass won own format like YY:dd:mm .
×
×
  • Create New...