Jump to content

a.daniello

Members
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by a.daniello

  1. I understand well what kpmedia says. It's the same for me. 

     

    This is a "logic" issue: e.g. if i enable only "paypal" as payment, Blesta should hide "Payment options", and so on. So, for these issues we not should need plugin! 

     

    Maybe i'm wrong, but there are some improvements about this argument in Blesta's todo list.

  2. @naja7host

     

    What i said is only a joke, a provocation. You know my opinion about multi-language & co. in Blesta. I think also that Blesta team should take you on board, as a remote freelance!  ;)

     

    Non only for your great contribution, but also because you can represent an foreign point of view (about translations, invoicing and pro-forma, and so on).

     

    Good luck!

     

    ;)

  3. As i reported also in http://www.blesta.com/forums/index.php?/topic/3782-blesta-is-multi-languages/?p=29289, there is a similiar problem also in Italy: in Italy we have Province (110) and Regioni (20); Regioni ara like "States" but Blesta doesn't distinguish the two levels so in the list we see all together.

     

     

    This is not fully related to ISO definitions and is more complex, also to manage:

     

    - for "address" we use only Province

    - for "tax rules" we need Province and Regioni

     

    ...so we can't simply delete/add Regioni.

     

    Maybe can be useful (in addition to a function to edit these data, as in "Admin tools" by naja7host) add a flag to define the "area" for every entry: use "for address", "for tax rules", "for together".

     

    I hope you understand me.

  4. I imagine a real "cms":

    - multi-linguage (easy to do in "staff area" simply adding a select box ;) , but hard to do in frontend because Blesta hasn't yet a language switch)

    - generating menu/sub menu in frontend (this is the piece that missing)

    - sorting and publish/unpublish with "one click" pages (easy to do too)

    - "page content" or "plugin/system page"

     

    I've done something like your, extending cms plugin, but i stopped because i need to change blesta core in frontend because: i dislike make invasive changes in blesta code; i like make upgrade without problems.

     

    When Blesta team will find time to compete the language switch in frontend and a way to extend frontend core via plugin, we can play with that.

     

    I hope that you understand my poor english

  5. As we discussed in http://www.blesta.co...standard-label/ and in http://www.blesta.com/forums/index.php?/topic/4060-translation-of-gateway-name, there's a small improvement that can be useful:

     

    allow for a separate, translatable, name/description to be used rather than the gateway name

     

    So we can use a custom name for the gateway in order and/or pay form.

     

    Thanks 

  6. As we discuss in http://www.blesta.com/forums/index.php?/topic/4056-changing-paypal-payments-standard-label/, there's a small issue with gateway name.
     
    If i want translate the gateway name (eg. "PayPal Payments Standard" to "Carta di credito con Paypal") in order form and/or in client payment form, i expect that i need to edit gateway language file (eg. components/gateways/nonmerchant/paypal_payments_standard/language/en_us/paypal_payments_standard.php), but this isn't true.
     
    I need edit pdt file with updating php code.
     
    It's so because, for example, the code is $this->Html->_($gateway->name) where $gateway->name is selected by db, and so not traslated.
     
    Thanks

  7. If dvhost wants to modify payment form (e.g. client_pay), i think isn't so easy because Blesta get this label from DB and not in language definitions (Blesta isn't yet full multi-language).  :(

     

    In this case my solution is:

     

    1. add the following in "language/it_it/client_pay.php"

    $lang['PayPal Payments Standard'] = "PAYPAL as you want";

    2. edit app/views/client/bootstrap/client_pay_method.pdt#81, replecing

    $this->Html->_($gateway->name);

    with

    $this->_($gateway->name);

    This works for me.

  8. I'ld like a mass export of invoices, anyone can help me?

     

    Why?

     

    I need give invoices to my tax preparer and a CSV report isn't valid. Until today we do this task selecting, one by one, the invoices but.... is very tedious!!!

     

    Any suggestion is very appreciated!

     

    Thanks

×
×
  • Create New...