Cory

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Frontend Translations #1482925
    Cory
    Participant

    I have updated everything as we as the .po files and I am still not seeing any translations.

    in reply to: Frontend Translations #1481524
    Cory
    Participant

    Well we want to translate to Chinese. I have attached screenshot of things that are missing but when I add them to the .po file nothing changes on the front end or the back end.

    in reply to: Limit ticket purchases to logged in users #753128
    Cory
    Participant

    Working now. Good catch. Thank you.

    in reply to: Limit ticket purchases to logged in users #751393
    Cory
    Participant

    When I added this all it did was hide the ticket form entirely. Any ideas here?

    in reply to: Limit ticket purchases to logged in users #746614
    Cory
    Participant

    SO I tried this in the views -> tickets.php file:

    if ( $is_there_any_product ) {
    ?>
    <h2 class=”tribe-events-tickets-title”><?php _e( ‘Reserve Spot’, ‘tribe-wootickets’ );?></h2>
    <?php if ( is_logged() ) { ?>
    <?php echo $contents; ?>
    <?php if ( $is_there_any_product_to_sell ) { ?>
    <tr>
    <td colspan=”4″ class=’woocommerce’>

    <button type=”submit” class=”button alt”><?php esc_html_e( ‘Add to cart’, ‘tribe-wootickets’ );?></button>

    </td>
    </tr>
    <?php
    }
    }
    else { ?>
    <h4>You must be logged in as a Pro Stylist to request online reservations.</h4>
    <?php
    }

    }
    }
    ?>

    in reply to: Filter Bar #99855
    Cory
    Participant

    Bump on this demo request. Are there any live demos anywhere?

    in reply to: When will the Eventbrite ticketing plugin be available? #16569
    Cory
    Participant

    Hey Rob,

    Is there an official feature list for this first Eventbrite release? I didn’t get started soon enough to beta test but would love to push sales of this to clients depending on feature set.

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