byronclinic

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Edit attendee information for an event? #1096199
    byronclinic
    Participant

    Thanks Geoff — will add my voice to the feature request.

    Many thanks

    in reply to: Ignore stock levels for a ticket? #1095720
    byronclinic
    Participant

    This reply is private.

    in reply to: Events page only showing 5 events #995285
    byronclinic
    Participant

    OK, I’ve realised that the Divi theme has it’s own setting for how many posts to display on an archive page, independent of the WordPress Reading settings. It is set to 5 by default and so it was overriding both the WordPress “Blog pages show at most” setting and the Events calendar setting.

    in reply to: Events page only showing 5 events #995284
    byronclinic
    Participant

    If I monitor SQL queries for that page I can see the relevant query is limiting the results to 5:

    SELECT SQL_CALC_FOUND_ROWS DISTINCT bcwp_posts.*, MIN(bcwp_postmeta.meta_value) as EventStartDate, tribe_event_end_date.meta_value as EventEndDate
    FROM bcwp_posts 
    INNER JOIN bcwp_postmeta
    ON ( bcwp_posts.ID = bcwp_postmeta.post_id )
    LEFT JOIN bcwp_postmeta as tribe_event_end_date
    ON ( bcwp_posts.ID = tribe_event_end_date.post_id
    AND tribe_event_end_date.meta_key = '_EventEndDate' ) 
    WHERE 1=1 
    AND ( bcwp_postmeta.meta_key = '_EventStartDate' )
    AND bcwp_posts.post_type = 'tribe_events'
    AND (bcwp_posts.post_status = 'publish'
    OR bcwp_posts.post_status = 'private')
    AND (bcwp_postmeta.meta_value >= '2015-08-12 12:47:46'
    OR (bcwp_postmeta.meta_value <= '2015-08-12 12:47:46'
    AND tribe_event_end_date.meta_value >= '2015-08-12 12:47:46' ))
    GROUP BY bcwp_posts.ID
    ORDER BY EventStartDate ASC
    LIMIT 0, 5

    But I’m not sure where that LIMIT is coming from…

    in reply to: Events page only showing 5 events #995282
    byronclinic
    Participant

    Yes, if I swap themes to TwentyFifteen, the full list displays, so somehow the issue resides in my theme?

    in reply to: Events page only showing 5 events #994927
    byronclinic
    Participant

    Sorry, I was too premature in asking you to close the ticket: I’m still only seeing 5 events here http://byronclinic.com/workshops/ despite changing the “Number of events to show per page” setting.

    in reply to: Events page only showing 5 events #994920
    byronclinic
    Participant

    Please disregard this post. I discovered some overrides that were impacting the listing.

    byronclinic
    Participant

    Ah, it turns out my theme has Events Calendar integration already in place. I’m using the Enfold theme and it seems that it integrates your plugin into the theme, so I was fighting the theme in terms of customising the plugin templates.

    Thanks!

    in reply to: Can't upgrade to Business Licence #784206
    byronclinic
    Participant

    Sorry for this, the issue has been resolved.

    in reply to: Ticket number vs corresponding order number #56690
    byronclinic
    Participant

    Now that I understand that’s what’s meant to happen, it’s fine I think. I have one concern which is that here in Australia, the Tax Office requires business to offer sequential invoices, and our “completed order” email from WooCommerce is effectively our tax invoice to our customer. So it just means that we aren’t really issuing invoices in sequential order, we have Invoice #1, #3 #5 etc as tickets are issued and other wordpress posts are made.

    I realise this is a wordpress issue but this plugin might help me: http://www.woothemes.com/products/sequential-order-numbers-pro/

    in reply to: Ticket number vs corresponding order number #56478
    byronclinic
    Participant

    I’ve realised, after looking at the Attendees List that this is probably the desired behaviour, that there is not meant to be a direct correspondence between an order and it’s associated ticket number.

    I suppose I can live with that and that it’s just a matter of letting people know if they query this…

    in reply to: Disable ticket emails? #56477
    byronclinic
    Participant

    I’d be interested in this too.

    in reply to: Using woocommerce [add_to_cart_url id="xx"] shortcode #55593
    byronclinic
    Participant

    And the correct location to do this in my child theme’s functions.php?

    Or in wp-content/my-child-theme/woocommerce/woocommerce-functions.php?

    in reply to: Using woocommerce [add_to_cart_url id="xx"] shortcode #55588
    byronclinic
    Participant

    Thanks Barry, looks like I need to filter wocommerce_get_cart_url

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