Jump to content

serge

Members
  • Posts

    695
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    serge got a reaction from Blesta Addons in 'read More' Option For Products?   
    Maybe try to add collapse bar/button at your template.
     
    See here at (javascript section): http://www.layoutit.com/build
     
    and only using html code at your blesta will be enough if your blesta theme is ever using bootstrap
  2. Like
    serge got a reaction from Ken Ng in 'read More' Option For Products?   
    Maybe try to add collapse bar/button at your template.
     
    See here at (javascript section): http://www.layoutit.com/build
     
    and only using html code at your blesta will be enough if your blesta theme is ever using bootstrap
  3. Like
    serge reacted to Blesta Addons in Convert Gateways Names To Multi-Languages   
    Hello All .
     
    today i will share with you a simple hack to convert gateways name to multilanguages .
     
    open gateway_manager.php in app/models .
     
    in getAllInstalledNonmerchant function .
     
    saerch
    foreach ($gateways as &$gw) {    // Fetch all meta data for this gateway    $gw->meta = $this->getMeta($gw->id);    // Fetch all currencies for this gateway    $gw->currencies = $this->getCurrencies($gw->id);   } replace with
    foreach ($gateways as &$gw) {    // Fetch all meta data for this gateway    $gw->meta = $this->getMeta($gw->id);    // Fetch all currencies for this gateway    $gw->currencies = $this->getCurrencies($gw->id); // Convert gateway name to multilanguages $gateway = $this->loadGateway($gw->class, $gw->type);    $gw->name = $gateway->getName() ;   } as you all see , is s imple fix with just two line of codes . i hope blesta staff can add it to the next version .
  4. Like
    serge got a reaction from sdh in Export Client Information   
    If you go at your hosting control panel & edit the database using tool like phpmyadmin , you will be able to export a table (see table users or contacts) in csv
  5. Like
    serge reacted to Tyson in Paypal Transactions Not In Blesta Logs   
    The cron log wouldn't contain anything regarding PayPal logs. You would find those under the `log_gateways` table instead.
  6. Like
    serge got a reaction from ariq01 in License System Issue When Blesta Is Back To A Gateway On A Vlan   
    in my opinion your site need to be public in the Internet, if not it will not work properly (license check, ssl, gateway postback, etc...)
  7. Like
    serge got a reaction from Michael in License System Issue When Blesta Is Back To A Gateway On A Vlan   
    in my opinion your site need to be public in the Internet, if not it will not work properly (license check, ssl, gateway postback, etc...)
  8. Like
    serge got a reaction from Blesta Addons in Invoice Number Label In Proforma Pdf   
    well I'm born BE, lived RE, PH and now FR, my Comp was FR but now US ,
     
    So I maybe did an interpretation about UK, you are by the way better placed to say for UK
  9. Like
    serge got a reaction from Blesta Addons in Invoice Number Label In Proforma Pdf   
    I believe it's cultural, if your country legal framework is not inspired US-UK old way, you know what is a Pro-forma, but when your country legal framework is close/from US/UK old way, you do not bother to call invoice (unpaid or paid) and using same order/id serial for both, so you do not bother so much with traceability because your accountability law do not have such requirement.
     
    You know being from EU, I use Pro-Forma label for unpaid invoice, but some US  corporate customer for wish I made though proforma an official proposal, even did not understand it's was the formal proposal, they just do not know so much this word.
     
    But since UK within EU since years, so there is same need for accountability to have separate serial for unpaid invoice and paid invoice, and believe it's a matter of time such accountability traceability requirement will be worldwide to prevent fraud.
     
    it's real not hard to have 2 separate serial in the Blesta core database, one for unpaid and one for paid invoice, but until this is not understood...
  10. Like
    serge reacted to activa in Invoice Number Label In Proforma Pdf   
    as serge say , Europe this latest years are fighting fraud , and they are very strict in their accountability .
     
    let imagine , your clients receive a proforma that is containing some incorrect words (legally)  , and they claim at the fiscal authority , be sure you are a bad situation .
  11. Like
    serge reacted to Michael in Invoice Number Label In Proforma Pdf   
    I was aiming at naja7host bud as he was saying "wake up" to the guys. I really hate Europe… they make life hard
  12. Like
    serge reacted to Michael in Invoice Number Label In Proforma Pdf   
    Well to be honest unless someone works and lives in the UK / EU they won't know what's right or wrong, so keep your hair on. I don't even know what you are talking about and I live in the UK / EU.
  13. Like
    serge reacted to Blesta Addons in Limit A Customer To Ordering A Product Only Once   
    Totally agree , now i'm updating also my store manager plugin to support this request also  .
  14. Like
    serge reacted to Blesta Addons in Limit A Customer To Ordering A Product Only Once   
    Thanks Serge ,
     
    i have implement a other solution in my digital product module , my solution is not letting any clients order more than once a package .  tested and is working in my test server . now i will send the update to some clients that use this module to see it in live production .
     
    the only inconvenient in my solution is that the client should be logged before they can add the product to the cart . and the visitor should be register before making any order . but i'm searching alternative solution to be more adequate for all needs .
     
    if blesta team can add event for order plugins is a great additions .
  15. Like
    serge got a reaction from Blesta Addons in Limit A Customer To Ordering A Product Only Once   
    Well if it's free can't they just order more than one key because it's free? And if it's paid you get paid more than once... This is the consequence of an unwanted situation as per feature request title in this post.
     
    In case of a free service the shop owner want to limit at only 1 unity by customer, the limit can be mentioned in the item description but that will not stop customer to re-order, so this feature request makes sense.
  16. Like
    serge got a reaction from Blesta Addons in Limit A Customer To Ordering A Product Only Once   
    I'm in the same boring situation, many customer order Free-trial more than one time, or customer create new accounts.
     
    I created a custom cron (1x day) to cancel service in given package groups being free trial that are using same domain of install (not being localhost or empty), as in my case I offer shopping cart plugin customer install on their server, and only first free trial is legitimate.
     
    supposing you want exactly what is described above, it's when you do provisioning of software licensed with blesta license module/plugin, and my custom cron through a custom db table can follow free trial abuse and next cancel it at services table in blesta
     
    I can share through PM
  17. Like
    serge got a reaction from Michael in [Plugin] BlestaCMS   
    This CMS plugin is a remplacement of the Blesta native one, no obligation to use this plugin for have CMS features, but it's help for have CMS features for people that want a GUI for that with some facilities, I can not remember Whmcs have any interface for create custom pages, at checking their documentations by today, they still do not have any interface for that.
     
    Native Blesta through official company addon is multi-company CMS able, and if you are not afraid to create pages without GUI, you can do it without using the named plugin in this post, it's just what I do, but most people will prefer GUI for that
     
    In my opinion, regarding the price, one time $100 USD is very fine, we are here on a niche market and not on a very more global market like Wordpress plugins, so if you want unique product of quality, that still a very good price considering it's only one time payment.
  18. Like
    serge got a reaction from ariq01 in Blesta Addons , New Website   
    Nice project!
     
    Regarding listing of third party module/plugin how will that work regarding:
    - license_key (license server parameters, number of allowed instance, etc)
    - type of code you accept (open, obfuscated, etc)
  19. Like
    serge reacted to Blesta Addons in Blesta Addons , New Website   
    - licencing with third party plugin is something will not be supported now , maybe in future we can and search a good solutions for it, as some developper can't sndus thier work open source , so we can't know how they handle the licence chck ect ... until now i have not released my paid plugins just for this case , we are still discussing internally how we will do it , not just for me , but a solution for all . but the solution that i vote for it is the fallowing :
    - allow developper to include a list of serials they made , and with every purshase we will deliver 1 serial . if no serial left we wouldn't accept new order for that plugin until the developper add new serials in his cleit area . , the obstacle in this if he dev provide a serial generated based in the domain and ip or folder ... ect
    - the code can be open or obfuscated with ioncube or any other solution like sourceguardian ..ect .
    in the final we are like market for paid plugins , or just a hoster for free plugins .

    is online and woking , can you test again .
  20. Like
    serge got a reaction from Blesta Addons in Blesta Addons , New Website   
    Nice project!
     
    Regarding listing of third party module/plugin how will that work regarding:
    - license_key (license server parameters, number of allowed instance, etc)
    - type of code you accept (open, obfuscated, etc)
  21. Like
    serge reacted to Blesta Addons in Blesta Addons , New Website   
    Hello All ,
    today i have the honor to announce the new website for blesta addons (plugins, modules, gateways , components , templates, addons ... )
    the website is powered by blesta , and two of our HOT works, store manager plugin , and digital product module , later we will offer them to the community .
    is still in the heavy work of adding and moving all our addons to it . what this webstie will offer .
    - moving our free addons (plugins, modules, ..ect) to the store marketplace .
    - between time to time we will add a new paid addons (plugins, modules, ..ect) , we have some cool and hot addons .
    - accept hosting of developer's addons in the store marketplace (free , and reserving all the copyright to the owner).
    2 stage :
    - offer to the developpers interface to add their own addons and make it free or paid , for paid plugins blesta-addons will have some small percent of purchase .
    - add a new section of market place, client can add their own request , and developers will offer their prices , when the client select wish offer ,the system will handle the rest ( something like B
    B ) .
    - the developer can withdraw their benefice funds to their bank account , or paypal or by money order )
    3 stage :
    - is a secret
    any feedback about the new website design or anything related .
    http://blesta-addons.com/
    Thanks for reading .
  22. Like
    serge reacted to Michael in Email Logs Detail Do Not Includes The "welcome Email' Content Set In The Package   
    Just copy and paste from the html side and that will work.
  23. Like
    serge reacted to Paul in Email Logs Detail Do Not Includes The "welcome Email' Content Set In The Package   
    As Mike mentioned, you are almost certainly missing the text content. Both HTML and text is sent, only text is displayed in the logs.
  24. Like
    serge reacted to Michael in Email Logs Detail Do Not Includes The "welcome Email' Content Set In The Package   
    In the Text part do you have {package.email_text} in the email template, and in the package welcome email did you fill in the text tab too?
  25. Like
    serge reacted to Michael in Upgrade Blesta From 3.4.2 To 3.5.3   
    Correct you need the "Full" 3.5.3 Zip.
×
×
  • Create New...