Forum Replies Created

Viewing 15 replies - 61 through 75 (of 79 total)
  • Jonas,

    Is uw backend
    in het Nederlands?
    Indien niet laat het dan weten dan geef ik je een link om de bestanden te downloaden en de uitleg.

    Bo

    Dag Jonas

    Indien het om de front end gaat, gelieve dan een ftp connectie te maken met jou site en naar de volgende folder te gaan:
    wp-content/uploads/stageshow/
    Hier dien je dan het volgende bestand te bewerken:
    stageshow-wp-config.php

    Of via de plug-in ->instellingen/advanced tab/Custom PHP – stageshow-wp-config.php bewerken

    Plaats hierin de volgende code:

    <?php
    // Add defines after this line
    define(‘STAGESHOW_RESERVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Reserveer.png’);
    define(‘STAGESHOW_CHECKOUTBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Afrekenen.png’);
    define(‘STAGESHOW_ADDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Voeg_toe.png’);
    define(‘STAGESHOW_CLOSEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Sluit.png’);
    define(‘STAGESHOW_REMOVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Verwijder.png’);
    define(‘STAGESHOW_SEATSSELECTEDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Ga_door.png’);
    define(‘STAGESHOW_SELECTSEATSBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Selecteer_zitplaatsen.png’);
    define(‘STAGESHOW_SHOWAVAILABLEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Toon_beschikbare_zitplaatsen.png’);
    define(‘STAGESHOW_CONFIRMANDPAYBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Bestel_en_betaal.png’);
    define(‘STAGESHOW_UPDATEPRICESBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Prijzen_bijwerken.png’);
    define(‘STAGESHOW_IDENTIFY_RESERVED’, true);
    define(‘STAGESHOW_IDENTIFY_LOCKED’, true);
    define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Overschrijving/Cash/Abonnement/Sponsor/Kortingsbon/Gratis Medewerker’));
    define(‘STAGESHOWLIB_PAYMENT_METHODS’,’StageShow_LockoutAccess’);
    define(‘STAGESHOW_CAPABILITY_BOOKLOCKOUT’, ‘StageShow_LockoutAccess’);
    define(‘STAGESHOW_BOXOFFICECOL_DATETIME’, ‘Datum’);
    define(‘STAGESHOW_BOXOFFICECOL_TICKET’, ‘Ticket’);
    define(‘STAGESHOW_BOXOFFICECOL_QTY’, ‘Aantal’);
    ?>

    Let er wel op dat hier een paar verwijzingen staan naar de knoppen
    Deze dien je dan ook aan te maken en te plaatsen in de wp-content/uploads/images/

    Ook is de lijst met betaalmogelijkheden aangepast door deze code:
    define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Overschrijving/Cash/Abonnement/Sponsor/Kortingsbon/Gratis Medewerker’));
    Je kan die uiteraard aanpassen aan jou situatie.

    _______________________________________

    In English to adapt the front end language:

    connect by ftp and navigate to the following directory:
    wp-content/uploads/stageshow/
    Edit the following file:
    stageshow-wp-config.php

    Or use the plug-in ->settings/advanced tab/Custom PHP – stageshow-wp-config.php edit

    Adapt and insert the following code:

    <?php
    // Add defines after this line
    define(‘STAGESHOW_RESERVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_CHECKOUTBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_ADDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_CLOSEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_REMOVEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_SEATSSELECTEDBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_SELECTSEATSBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_SHOWAVAILABLEBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_CONFIRMANDPAYBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_UPDATEPRICESBUTTON_URL’, STAGESHOW_UPLOADS_URL.’images/Translated_button_name.png’);
    define(‘STAGESHOW_IDENTIFY_RESERVED’, true);
    define(‘STAGESHOW_IDENTIFY_LOCKED’, true);
    define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Payment_option_1/Payment_option_2/Payment_option_3/Payment_option_4/Payment_option_5/Payment_option_6′));
    define(‘STAGESHOWLIB_PAYMENT_METHODS’,’StageShow_LockoutAccess’);
    define(‘STAGESHOW_CAPABILITY_BOOKLOCKOUT’, ‘StageShow_LockoutAccess’);
    define(‘STAGESHOW_BOXOFFICECOL_DATETIME’, ‘Date_Translated’);
    define(‘STAGESHOW_BOXOFFICECOL_TICKET’, ‘Ticket_Translated’);
    define(‘STAGESHOW_BOXOFFICECOL_QTY’, ‘Qty_Translated’);
    ?>

    You need to make a different button for every Translated_button_name.png and place tis in the following directory: wp-content/uploads/images/

    Notice also the following code:
    __(‘/Payment_option_1/Payment_option_2/Payment_option_3/Payment_option_4/Payment_option_5/Payment_option_6′));
    Here you can adapt the payment methods list to fit your language.

    pix365

    I agree. It used to have a paid full version. One I paid for.
    Now all functions are within the free version.

    Possibly because Malcolm doesn’t have the time anymore to give it all the time it needs when maintaining multiple versions.
    A number of users did jump in to fill the void for support as much as possible.
    It has become a group effort. A nice thing to see.
    It still is a beautiful plugin.

    Dag Jonas

    Ik gebruik die plug-in al enige jaren in het Nederlands.
    Dit zonder dat ik hiervoor nog iet extra moet doen.
    Indien die bij jou niet in het Nederlands staat, laat het mij dan weten. Ik bezeer jou de bestanden en wat je moet doen.
    ( Ik dacht dat die er al lang bij zaten gezien die van mij bij updates mooi in het Nederlands blijft en ik deze bestanden al aan Malcolm had bezorgd.

    Bo

    • This reply was modified 4 years, 10 months ago by bobocop. Reason: Typo error
    bobocop

    (@bobocop)

    Hi,
    When finished just create the MO file and place it inside the lang folder.

    You could leave him a meesage via https://www.corondeck.co.uk.

    Bo

    bobocop

    (@bobocop)

    Or you could install poedit and open the POD file inside StageShow – lang folder.
    Poedit will assist you in making the translation.
    Ik will make the MO and PO file for you. so you can already use your translation before it is finished.

    When done please send your file to Malcolm he will include it. (As he did with my Dutch translation. Even if it is not listed)

    Hi

    Be careful with changing code this way.
    Probably your coding will be gone after a plug-in update!

    Bo

    Hi all,

    I can’t speak for Malcolm himself but…
    I’ve noticed that he did post an update last Friday to version 9.2.1. It was mostly one php file.
    The file concerning is not in the updated version. It is even listed as removed.
    So I suppose that there is something wrong with this file. you can take a glance of this at the development log. Probably Malcolm himself did temporarily blok any download until it is solved.

    Bo

    Hi

    The temporary work around I did For now is the following:
    Inside the email template I deleted the sentence for the total sales amount and replaced it with “please make a bank transfer for the tickets mentioned above.”
    This is not ideal, but it is better than a zero to pay. So for now they have to add the total themselves.

    Bo

    Hi

    I want to point out that it is really becoming a major issue. All reservations end with a zero amount to be paid by bank transfer instead of the right amount!.

    Bo

    Thread Starter bobocop

    (@bobocop)

    Updated to 7.4 and all errors are gone so it may be closed

    Same here

    Everything is booked correctly. Payments are made, but the confirmation mails states a zero as total price payed. (Tickets are correct and give the right price)

    • This reply was modified 5 years, 2 months ago by bobocop.

    Hi

    I Use WP Mail SMTP to be sure that the mails go out with the correct settings.

    This way the from and the selected mail address are he same an correct.

    It gives an error when something is wrong.

    Bo

    Thread Starter bobocop

    (@bobocop)

    Included in update 9.1 you are the greatest.

    Forum: Plugins
    In reply to: [StageShow] Bank transfer

    Great

    If you need any assistance I’ll do what I can.
    (you can and need to adjust the Registration form to match your input fields from your user data form!)
    I’m not de developer but he has don a great job helping me. The least I can do is help others to lift his burden.

    Bo

    • This reply was modified 5 years, 4 months ago by bobocop.
Viewing 15 replies - 61 through 75 (of 79 total)