• Resolved stestopp

    (@stestopp)


    Hi Malcom, very good plugin!

    I would like to show the seat “title” instead of the seat “ID” in the cart.

    I have custom layout and I modified the html as follow

    from
    <td><div id=”stageshow-boxoffice-layout-seat-5_4″ name=”stageshow-boxoffice-layout-seat-5_4″ title=”Riga 5 Posto 4″ onclick=”stageshow_ClickSeatEx(event, this)” class=”stageshow-boxoffice-leftend stageshow-boxoffice-seat stageshow-boxoffice-seat-unknown stageshow-boxoffice-zone42 stageshow-boxoffice-zone-Platea”> </div></td>

    to
    <td><div id=”stageshow-boxoffice-layout-seat-1_4″ name=”stageshow-boxoffice-layout-seat-1_4″ title=”Fila A Posto 4″ onclick=”stageshow_ClickSeatEx(event, this)” class=”stageshow-boxoffice-leftend stageshow-boxoffice-seat stageshow-boxoffice-seat-unknown stageshow-boxoffice-zone42 stageshow-boxoffice-zone-Platea”> </div></td>

    Now I would like that “Fila A Posto 4” was shown in the cart, instead of 1_4

    It’s possible?

    Thanks in advancce for your reply.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Malcolm

    (@malcolm-oph)

    Add a “Seat Decode Definition” to the seating plan. See the manual for details.

    Thread Starter stestopp

    (@stestopp)

    Thanks fro you prompt reply.

    I tried to add a “seat decode definition” but It doesn’t work.

    Starting form “stageshowgold-decodeseats-alphanoirows.tab” file I modified the index according my needs, but the new file doesn’t appear in the “seat decode definition” selection list. this list has only the default files.

    I Tried to modified directly the default files, but also this solutions doesn’t works, the alphabetical order still remain the english one.

    Where I was wrong?

    Plugin Author Malcolm

    (@malcolm-oph)

    Your new Seat Decode file needs to be in the uploads folder … as follows:

    {**Your Site**}\wp-content\uploads\stageshow\html\stageshowgold-decodeseats-yourname.tab

    Default templates are copied from the plugins/stageshow/templates folder to the uploads folder when the plugin is updated or activated.

    The decodes file is only read when you create or change the seating plan definition (after that it is saved as an entry in the ****_sshow_seating database table). So you will need to change the decode file first, then recreate your seating plan (or change and save it) and then create a custom seating template from that.

    Thread Starter stestopp

    (@stestopp)

    Ok, many thanks Malcom.
    Sorry but I didn’t understand where the used files where located.

    Now I’ll try to set a new plan. Thanks again

    Thread Starter stestopp

    (@stestopp)

    Hi Malcom,
    thanks to your support I solved part o my customization problems.

    My amateur theatre group performs in two different location. For the first one I set perfectly the parterre seats numeration as the seats are positioned in a regular way per rows and columns.
    But the second one is an old italian style theater in which there are both a parterre and 23 stands with six seat each.
    The stands encircle the parterre in a horseshoe way, so in the same row of the chart is possible to have parterre seats and stands seats.

    I can’t understand in which way I have to set the seats definition code file for this second theater in order to make equal the number of the seats in the chart and in the cart.
    Infact I modified the html to give the corretc number to each seat, without using the seat definition code file. But ih this way the seat number in the cart is different from the seat number in the plan.

    Could I send you some pictures in order to let you understand my situation and to have your opinion regarding a possible solution?

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Seat “title” in the Cart’ is closed to new replies.