Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Everything posted by Blesta Addons

  1. i think i have found the issue (or maybe a bug). the gateway return the currency in lowercase (eur). when we change this in database (transaction table) to EUR the credit apply. we can considerate this a bug?
  2. we have a strange case, a client with open invoice value 2€, the client has total credit 2€. from admin side, when staff record payment to apply credit to invoice, a success message show (The credits were successfully recorded.). but the invoice remain open and no credit was applied to invoice. from database i have checked the invoice amount, and it was 2.0000 . EDIT : from client side, when the client select to pay with credit, he still need to select a gateway, but in the next page it give him the pay button of the selected gateway and ignoring the credit to pay with !!! is their any case/circumstance that didn't allow credit to apply to invoice?
  3. i will check with my team, the last time i have tested with a custom plugin it was returning error (404) as it fetch the modal from url without client prefix (GET https://xxxxxxxxxxx/dialog/confirm/?message=Are you sur you want to delete this Playlist?&confirm_url=/plugin/smart_one/client_main/delete/84984/active/&confirm_data= )
  4. Blesta Addons

    Mail styling

    in general, yes, but it need some tweaks to make it compatible with blesta tags.
  5. Stripe Checkout payment gateway module, Accept Visa, MasterCard, American Express, Discover, JCB, Diners Club, SEPA, Sofort, iDeal, Giropay, Alipay, and more directly on your store with the Stripe Checkout gateway for Blesta. This Stripe gateway is a Non merchant gateway act differently from the core shipped merchant in blesta. it will take users to pay in a hosted payment checkout in stripe side. it will be listed as a payment option even if you disable CC payment in accounts. Checkout supports 25+ languages, 135+ currencies, and dynamically shows the payment methods most likely to improve conversion. with local payment methods supported : Alipay Afterpay / Clearpay Bacs Direct Debit Bancontact EPS FPX Giropay Grabpay iDEAL Pre-authorized debits Przelewy24 SEPA Direct Debit Sofort Stripe checkout Settings Stripe checkout page this gateway require a subscription. the Pro plan is required, more info about plans and included addons please check this link https://blesta-addons.com/plugin/membership_club/main/ Enjoy Blesta with our addons
  6. blesta support recaptcha v2, it would be nice to see support for recaptcha v3 also.
  7. not example , a real case we have some plugins that are injecting in client navigation, and we add some widget for them, in the widget the base_uri generate link with client/ prefix and the navigation generate links out them, so here we have a duplicate link for the same location. when accessing a link without client prefix,the link is listing some rows, the confirm delete modal not working, we need to go the prefixed link to make it work. this is sufficient or not?
  8. this is how all other software work, but i believe any public functions should be standardized across registrars, or at least the most used/important functions that i could think in it now could be : getDomainInfo(), return domain info it can include some subfunction like getContact() getContacts(), to get all or only one contact type updateContact(), to update all contact or only one contact getNameservers(), to get nemaservers return data should be like ["ns1" => xxxxx, "ns" => xxxxx, "ns"=> xxx, ...ect] updateNameservers(), to update nameserver, $vars data should a list of nameservers ["ns1" => xxxxx, "ns" => xxxxx, "ns"=> xxx, ...ect] getEppCode(), return string updateEppCode(), getLockSettings(), updateLockSettings(), ResendIRTPVerificationEmail(), to resend Verification emails RegisterDomain(), function to send registration action to registrar, normally it called inside addService() TrasferDomain(), function to send transfer action to registrar, normally it called inside addService() RenweDomain(), function to send renew action to registrar, normally it called inside renewService() DeleteDomain(), some registrar support release/delete command. RestoreDomaine() some registrar support restore domain, CreateChildNameServer(), used to create child namserver, UpdateChildNameServer(), used to update child namserver info. DeleteChildNameServer(), used to delete child namserver and we must add function also for domain forwarding, email forwarding, dns management.
  9. but in reality some plugin links need to be inside the client_uri not public_uri .
  10. in navigation, when we are playing with client navigation, the hover of link show the client uri exact (client/plugin/xxxxxx/client_main). but when we go to client area, the navigation is rendered without the client_uri, is rendered (plugin/xxxxxx/client_main) without client leading prefix.
  11. i think this possible, from client edit profile, you have option to except from tax. when creating package, you have option to make the package taxable or not.
  12. with the new domain manager , it would be better to unify the functions actions like getExpirationDate(), is the only unified function in domain registrar modules, something like getContacts(), updateContact(), getNameservers(), updateNameservers() .... ect this way we can create more plugins/addons that interact with registrar modules with a unified function without care about the registrar module type. other competitors has this.
  13. as i know, the captcha is universal, if you have custom plugin for login, is easy to integrate. not possible at the moment, but can be done via a custom plugin. yes, it's a native feature, per default is 10 attempts, it can be changed from config file (Blesta.max_failed_login_attempts). just rename the client prefix from routes.php file to any new name like 'area' so the link will become /clients/area/
  14. Can yo send me a detailed action/features need for this plugin? i will check them with my staff a back for all you guys.
  15. you haven't the latest version, please re-download the latest version from your account, is compatible with blesta 5.
  16. when we use a nonmarchent gateway, the callback/return page redirect to received page, if a error is set by the gateways, blesta show the error message with a non well design panel box above. also the panel box is not 100% width. we are testing in blesta 5.0.4
  17. it work with blesta v5, if any trouble just open a ticket we will look and install it for you.
  18. hello Sir disable the error_reporting() in Blesta config file if enabled. what is the Blesta version you have? the latest release is upgraded to work with blesta5 and above.
  19. we have a plugin that is doing this out of the box, multi-languages plugin. you can check it in live in our website https://blesta-addons.com/ https://blesta-addons.com/fr/ https://blesta-addons.com/es/
  20. even if the .htaccess work, the blesta will still generate links without any lang prefix .
  21. we found a several errors every day in blesta logs with type Error like : Exception: ClientApp is not a valid controller in /home/XXXXXX/public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php:113 Stack trace: #0 /home/XXXXXX/public_html/index.php(21): Dispatcher::dispatch('/client/app/vie...') #1 {main} Exception: ClientPlugins is not a valid controller in /home/XXXXXX/public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php:113 Stack trace: #0 /home/XXXXXX/public_html/index.php(21): Dispatcher::dispatch('/client/plugins...') #1 {main} Exception: AdminMacs is not a valid controller in /home/XXXXXX/public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php:113 Stack trace: #0 /home/XXXXXX/public_html/index.php(21): Dispatcher::dispatch('/admin/plugin/s...') #1 {main} the dispatcher is not showing the full url to identify the problem or the issue, we have tried so much to find what is the cause but we can't identify the issue. from where this can happen?
  22. the services card show a total of active services, it include child-service also, normally it should count only the primary services .
  23. blesta not supporting bundle until now, they are working in domain manager, maybe it will include this function. just to note we also waiting this option from so many years, we hope get it in the next version (s) .
  24. your ticket number? and how long is opened?
×
×
  • Create New...