Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/12/2015 in all areas

  1. I have no problem loading the javascript on the payment page. The problem was that the example does not have an HTML form but rather one is generated. I built the WHMCS without problem and without example code or a demo. There were no 'tools' that were included, which allowed very free reign over what I could do. Blesta seems to have certain 'tools' and pre-set variables which are irrelevant to some merchant gateways and I am unsure if I should/could do away with them or if they are mandatory. Or if indeed there are other tools available I could use rather than hard coding into the processes.pdt file. Well you see this is why my feeling is that Blesta can be quite rigid. It's not so obvious, and the definitions coined by Blesta do not cover the CarrotPay system. At least not in an absolute clear way. I would say it is more NON-MERCHANT than anything else however. I know I have to create my own 'code' for this but a form is not what I want/need. Again, there is a function within the processes.pdt file that auto generates a form. I do not need a form, so I am not 100% sure if this is something I can simply remove. In any case, I have made some good progress and should be able to get it working and tested within a couple days. Sadly, I must say I have found the documentation completely useless. And I'm not convinced that OOP serves any purpose at the gateway module stage. Just over complicates things in my opinion. Ahh what do I know any way. I'm not a developer.
    2 points
  2. you can use my own toolbox plugin . Add Custom html simple Pages : All Client Pages Markup to set in : before the /body tag HTML To Add : <form method="GET" class="form-inline text-center" id="change_language"> <label for="set_language">Language:</label> <select name="set_language" class="form-control input-sm" id="set_language"> <option value="en_us">English</option> <option value="fr_fr">Français</option> <option value="es_es">Spanish</option> <option value="ar_sa">Arabic</option> </select> </form> save . Add Custom JS simple Pages : All Client Pages Markup to set in : before the /body tag JS To Add : // Process change Language request $("#set_language").change(function() { $(this).closest("form").attr('action', window.location.href); $(this).closest("form").submit(); }); save . you are done
    1 point
  3. new release 2.4.0 + removed option to correct invoice date , is fixed in CORE-1605 . + aded option to read/write language selector in sessions .
    1 point
  4. i will try to fix it soon, this is i think related to just php code . i need more detaille to figure your issue . i have tested in 3 installation and is working as it should work . what type of code you want to save and is not saving ?
    1 point
  5. I wish I could take credit, but it's all Blesta and Stripe, I'm just doing a bit of minor integration. However, it was not fun integrating with the current documentation, let me tell you. Took a while to figure out how to get it functioning properly. I'm going to try and publish all of the information I gained from this to help future developers.
    1 point
  6. I've got this coming out this week! I just need to find an hour or two to finish up the module. I've already contacted Paul to see how to get this into the Blesta files for future installs. http://puu.sh/hb8ei/1fd89c333f.png You can enable BitCoin and AliPay independently, so if you're not in the AliPay beta or don't want to accept BTC, that's your choice. http://puu.sh/hb87I/1d2f1b63e7.png http://puu.sh/hb88C/e7a2e9174e.png (customizable text box, oooh). http://puu.sh/hb89F/7a7d689a92.png (just found a bug, it should say deposit for credit).
    1 point
  7. In Progress doesn't change to awaiting reply because it would be pointless to keep changing it back to In Progress. It's in progress for a reason (not completed) if not don't use it haha.
    1 point
  8. If you have the Billing Order widget that shows you. Billing > Manage Widgets > Order widget On the Pending if it's a green tick, the invoice has been paid. You could use the order email to get an order and then an email when a payment is made, that's what I do. Payments made => My info > Notices > Payment received.
    1 point
  9. So looking forward to this!
    1 point
  10. cheers will keep an eye out for release .
    1 point
  11. https://mbaccounts.thebakeryoven.com/baked/plugin/announcements/client_main/view/9/
    1 point
  12. I think I found a bug Naja7Host, I added PHP and got a number 1 after it, every thing I add has the 1 after the stuff.
    1 point
  13. Hi All, I am glad to announce the release of our new product Blesta Mobile Plugin. Blesta Mobile plugin allows you to manage the most common tasks on your mobile phone such as accepting orders, replying to support tickets and many more. - Price: $24.99 USD - Order Now Screen shots are attached. - Have a question or need more information: Send a ticket to our sales department.
    1 point
×
×
  • Create New...