Forum Replies Created
-
AuthorPosts
-
Daniel Phillips
Participantforgot the front end screenshot
Daniel Phillips
Participantit’s looks like a display bug maybe. So it’s not adding duplicate to our database. Event 7091 links to ticket 7237. I set it to 66 for it’s stock, and there’s only one entry.
Daniel Phillips
ParticipantHi Andras, We have updated to the latest version on our dev copy of our production server and the issue is still there. I think this issue maybe with ticket plus and RSVP? it’s displaying multiple stock fields.
Daniel Phillips
ParticipantWe are on our dev system and seem to be with Woo Ticket Plus
<tr class=”ticket_advanced ticket_advanced_Tribe__Tickets__RSVP”>
<td colspan=”2″ class=”tribe_sectionheader updated”>Selling tickets for recurring events <span class=”tribe-bumpdown-trigger dashicons dashicons-editor-help”
data-bumpdown=”Currently, tickets will only show up on the frontend once per full event. For PRO users this means the same ticket will appear across all events in the series. Please configure your events accordingly.”
data-bumpdown-class=”ticket_advanced ticket_advanced_Tribe__Tickets__RSVP”></span></td>
</tr>
<tr class=”ticket_advanced ticket_advanced_Tribe__Tickets_Plus__Commerce__WooCommerce__Main”>
<td>
<label for=”ticket_price”>Price:</label>
</td>
<td>
<input type=’text’ id=’ticket_price’ name=’ticket_price’ class=”ticket_field” size=’7′ value=” />
<p class=”description”>(0 or empty for free tickets)
</td>
</tr>
<tr class=”ticket_advanced ticket_advanced_Tribe__Tickets_Plus__Commerce__WooCommerce__Main sale_price”>
<td>
<label for=”ticket_sale_price”>Sale Price:</label>
</td>
<td>
<input type=’text’ id=’ticket_sale_price’ name=’ticket_sale_price’ class=”ticket_field” size=’7′ value=” readonly />
<p class=”description”>(Current sale price – this can be managed via the product editor)
</td>
</tr><tr class=”ticket_advanced ticket_advanced_Tribe__Tickets_Plus__Commerce__WooCommerce__Main global-stock-mode”>
<td><label for=”ticket_woo_global_stock”>Global stock mode:</label></td>
<td>
<select id=’ticket_global_stock’ name=’ticket_global_stock’ class=’ticket_field tribe-dropdown’>
<option value=’global’ > Use global stock </option>
<option value=’capped’ > Use global stock but cap sales </option>
<option value=’own’ selected=’selected’> Independent (do not use global stock) </option>
</select> </td>
</tr><tr class=”ticket_advanced ticket_advanced_Tribe__Tickets_Plus__Commerce__WooCommerce__Main global-stock-mode sales-cap-field”>
<td><label for=”ticket_woo_global_stock_cap”>Cap sales:</label></td>
<td>
<input type=’text’ id=’ticket_woo_global_stock_cap’ name=’ticket_woo_global_stock_cap’ class=”ticket_field” size=’7′
value=’0’/>
<p class=”description”>(This is the maximum allowed number of sales for this ticket.)
</td>
</tr><tr class=”ticket_advanced ticket_advanced_Tribe__Tickets_Plus__Commerce__WooCommerce__Main stock”>
<td><label for=”ticket_woo_stock”>Stock:</label></td>
<td>
<input type=’text’ id=’ticket_woo_stock’ name=’ticket_woo_stock’ class=”ticket_field” size=’7′
value=”/>
<p class=”description”>(Total available # of this ticket type. Once they're gone, ticket type is sold out.)
</td>
</tr>
<tr class=”ticket_advanced ticket_advanced_Tribe__Tickets_Plus__Commerce__WooCommerce__Main”>
<td><label for=”ticket_woo_sku”>SKU:</label></td>
<td>
<input type=’text’ id=’ticket_woo_sku’ name=’ticket_woo_sku’ class=”ticket_field” size=’7′ value=”/>
<p class=”description”>(A unique identifying code for each ticket type you're selling)
</td>
</tr> -
AuthorPosts
