Support

Home Forums Event Espresso Premium Bug in language functions

Bug in language functions

Posted: June 30, 2014 at 1:33 pm

Viewing 2 reply threads


Reiner Fischbach

June 30, 2014 at 1:33 pm

Hi,

there is a little bug in EE4 event-espresso-core-reg/shortcodes/espresso_thank_you/templates/payment_overview.template.php

in line 28:

...__("Full description of your purchases and registration information. Print it, download it, cherish it") )...

After the text ,’event_espresso’ is missing.


...,__("Full description of your purchases and registration information. Print it, download it, cherish it",'event_espresso'...

And another bug in

event-espresso-core-reg/modules/gateways/Invoice/lib/templates/receipt_body.template.php

line 277:

... _n("Venue Details:", "Venues Details:", "event_espresso",count($venues_for_events))...

the third and the fourth parameter should be switched:

..._n("Venue Details:", "Venues Details:", count($venues_for_events), "event_espresso");...

and in the same file

line 46:

...class="scetion-title event-name"><img ...

the class should perhaps be named “section-title” and not “scetion-title”

Ana


Lorenzo Orlando Caum

  • Support Staff

June 30, 2014 at 2:38 pm

Hi Ana,

Thanks for bringing this to our attention. We’ll get these corrected.

You can override the messaging for the print it, download it, etc with this:

add_filter ('FHEE__payment_overview_template__order_conf_desc', 'override_confirmation_text');

function override_confirmation_text() {
    return 'Replace with new instructions.';
}


Lorenzo


Josh

  • Support Staff

July 17, 2014 at 3:06 pm

Hi Reiner,

I wanted to let you know that the latest version of Event Espresso (4.2.8) fixes the issues you reported here.

Viewing 2 reply threads

The support post ‘Bug in language functions’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso