Stephan

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Events tickets plus – ticket email page break #1333283
    Stephan
    Participant

    Hi Cliff!

    Thanks for your mail. I checked the code but this is already in the code:


    $count ++;
    if ( $count == 2 ) {
    $break = ‘page-break-before:always !important;’;
    }

    It still doesn’t work (only tested in apple mail) 🙁

    in reply to: wrong decimal seperator in ticketprice #1332811
    Stephan
    Participant

    Hi Victor,
    i add the following code to funktion.php

    _____

    add_filter(‘gettext’, ‘translate_text’);
    add_filter(‘ngettext’, ‘translate_text’);
    function translate_text($translated) {
    $translated = str_ireplace(‘.00 €’, ‘,00 €’, $translated);
    return $translated;}

    _____

    In the moment we only sell tickets with ,00 prices so i found another way – i changed the currency-symbol to ,00 €. It works but i thinks this is not the way it should word 😉

    Stephan

    in reply to: Events tickets plus – ticket email page break #1332766
    Stephan
    Participant

    Hi Cliff,
    same problem here 🙁 The pagebreak while printing multiple tickets doesn’t work. Is the problem solved? Any tipps?
    Thanks!
    Stephan

    in reply to: Buy Ticket/ Add to cart on the List view #1332640
    Stephan
    Participant

    Hi Barry!
    Thanks for your message! I already found this funktion, but this is not what i need 🙁

    I want to but the “real” add-to-cart function to the listview so the customer only has to enter the number of cards and click “Add to cart”.

    thanks
    stephan

Viewing 4 posts - 16 through 19 (of 19 total)