Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter feeman

    (@feeman)

    I will check. I don’t think I did a backup before the last plugin update. It may be an issue on my side. I will take another look at it.

    Thanks,

    Patrick

    Thread Starter feeman

    (@feeman)

    My website to check the css for resrvations is here: https://tredavonplayers.org/web/

    • This reply was modified 7 years, 1 month ago by feeman.
    Thread Starter feeman

    (@feeman)

    Dos the code need to appear somewhere special in the custom CSS file?
    I did this with my stageshow-custom-1.css, but it still required address and other fields:

    /*
    To add your own custom CSS file, do the following:

    Rename this copy of this file in the wp-content/uploads folder
    Add your CSS to the renamed file and save it
    Go to the StageShow->Settings->Advanced menu page
    Select the file in the Custom StyleSheet Setting
    Save the Settings

    Alternatively use the edit button on the settings admin page to edit the file
    When the file is saved StageShow will change the filename if required

    This file includes a few samples to get you started …

    Note: All these samples CSS entries are “commented out”. Remove the comments
    start and end markers around the CSS statements to make them active.
    */

    /*
    List of Form Classes for User Reservation Form

    stageshow-checkoutdetails-row-saleFirstName
    stageshow-checkoutdetails-row-saleLastName
    stageshow-checkoutdetails-row-saleEMail
    stageshow-checkoutdetails-row-salePPStreet
    stageshow-checkoutdetails-row-salePPCity
    stageshow-checkoutdetails-row-salePPState
    stageshow-checkoutdetails-row-salePPZip
    stageshow-checkoutdetails-row-salePPCountry
    stageshow-checkoutdetails-row-salePPPhone

    */

    .stageshow-checkoutdetails-row-salePPStreet,
    .stageshow-checkoutdetails-row-salePPCity,
    .stageshow-checkoutdetails-row-salePPState,
    .stageshow-checkoutdetails-row-salePPZip,
    .stageshow-checkoutdetails-row-salePPCountry,
    .stageshow-checkoutdetails-row-salePPPhone
    {
    display: none;
    }

    /* Make the Shopping Trolley Header BOLD */

    .stageshow-trolley-titles td
    {
    font-weight: bold;
    }

    /* Adjust size of dropdown */
    .stageshow-trolley-ui
    {
    max-width: 100px;
    }

    .stageshow-boxoffice-qty
    {
    max-width: 100px;
    }

    /* Make the Remove link into a button */

    .stageshow-trolley-row .stageshow-trolley-remove a
    {
    padding: 3px 10px;
    background: none repeat scroll 0 0 #24890D;
    color: #FFFFFF;
    text-decoration: none;
    }

    /* Hide the block separator in the Box-Office output */
    /*
    td.stageshow-boxoffice-separator
    {
    display: none;
    }
    */

    /* Hide the date/time column in the Box-Office and Shopping Trolley output */
    /*
    .stageshow-boxoffice-datetime,
    .stageshow-trolley-datetime
    {
    display: none;
    }
    */

    /* Change the colours of the Box Office Buttons */

    .stageshow-boxoffice-add input,
    .stageshow-trolley-checkout #selectseats,
    .stageshow-boxoffice-layout #seatsselected,
    .stageshow-trolley-checkout #checkout
    {
    background: none repeat scroll 0 0 #E92A49;
    font-size: 12px;
    }

    /* Change the colours of the Box Office Buttons when they have the focus */

    .stageshow-boxoffice-add input:focus,
    .stageshow-trolley-checkout #selectseats:focus,
    .stageshow-boxoffice-layout #seatsselected:focus,
    .stageshow-trolley-checkout #checkout:focus
    {
    background: none repeat scroll 0 0 #FF40FF;
    font-size: 12px;
    }

    /* Change the colours of the Box Office Buttons when they have a mouseover */

    .stageshow-boxoffice-add input:hover,
    .stageshow-trolley-checkout #selectseats:hover,
    .stageshow-boxoffice-layout #seatsselected:hover,
    .stageshow-trolley-checkout #checkout:hover
    {
    background: none repeat scroll 0 0 #FF40FF;
    font-size: 12px;
    }

    /* Change the colours of the Box Office Buttons when they are disabled */

    td.stageshow-boxoffice-add input[disabled]
    {
    background: none repeat scroll 0 0 #C0C0C0 !important;
    font-size: 12px;
    }

    Thread Starter feeman

    (@feeman)

    I’ll need to change the extention to something else ( like “.tab”) and then make it open in excel by default on each machine. We wouldn’t want “txt” to default to excel.

    Another way would be to offer export in CSV format, but use “|” instead of commas. This would bypass the “commas in the content” issue, and the user could make a one time change in thier international defaults to use | instead of comma for a default delimiter.

    Malcolm, perhaps i am approaching it wrong. If I have a box office person wanting to print out a list for a particular night to check people in (both sales and reservations), how SHOULD I be doing it? Maybe i am missing something….

    /patrick

    Thread Starter feeman

    (@feeman)

    You are “DA Man”, Malcolm. One last question about this.
    I’ve set up two addition items per your suggestion:

    “You can add an entries to the Prices for a show setting the price set to zero and “Visibility” to Admin Only. You could create two such entries with (say) Ticket Type set to “Complementary” and “Season”…”

    I give certain folk the admin rights, and they can go into the regular ticket page, and set people up with reservations retrieved from the phone reservation line.

    But what if I don’t want to collect the snail-mail address?
    Or if I want it to autofill with the default for the organization.
    Can I easily change the required fields?
    Or does one of the drop downs in the reservation set up allow it to autofill?

    Thanks for all your help. Let me know if I can ever help one of your “clients” with set up or execution of your plugin.

    I’d be happy to help.

    /Patrick

    Thread Starter feeman

    (@feeman)

    Great, Thank you.

    One additional question: We also have Comps (2 per actor) and Season ticket holders (who have already purchased their tickets. In both cases, a Reservation would need to be put in the system. yet when the patron sows up, they WON’T need to pay onsite.

    Can I add additional sale statuses? How best to reflect them so they get a confirmation email and the front door person knows whether to collect moneys onsite?

    Thanks for any input….

    /Patrick

    Thanks, guys. I noted that the phone numbers were no longer passing through from PalPal to Stage Show. Somehow it had reset to the default. I fixed it in just a couple of minutes.

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)