Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi, Olaf.
This might be what you’re looking for:
https://gist.github.com/cliffordp/80b33455779b74ec49f6ea3033cb47bf
Please let me know how this goes for you.
February 27, 2017 at 8:39 pm in reply to: Tickets are not editable and don´t show up as woo-products #1246649Cliff
MemberHi. The WooCommerce tickets created via Event Tickets Plus (ET+) are intentionally not available via WooCommerce shopping pages for multiple reasons:
- Attendee Meta fields will not show up unless adding the ticket via the Event Single view
- Depending on your Global Stock setting, the inventory/stock could be thrown off if purchased outside of ET+ (i.e. directly via WooCommerce)
Basically, ET+ should handle things until passed along to WooCommerce’s Cart, then WooCommerce takes over (Cart, Checkout, etc).
If you decide you still do, we have this KB article to help you: Selling tickets from the WooCommerce products page
Let me know if you have any follow-up questions.
Cliff
MemberHi, Melanie.
wp_dropdown_categories() has a “taxonomy” argument that you’d need to use. You can see how it could be used for the Event Categories custom taxonomy here:
I hope this helps get you across the finish line with your customization!
February 27, 2017 at 8:11 pm in reply to: Attributes in variable product not showing on front end #1246629Cliff
MemberHi, Neil.
I feel like I’ve heard requests for this before but couldn’t find any documentation specific to it at this time. We do have https://theeventscalendar.com/knowledgebase/compatibility-with-woocommerce-extensions/, but I understand variable pricing is a WooCommerce core feature.
You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
February 27, 2017 at 7:48 pm in reply to: Proceed ticket checkout but didn show shipping address #1246615Cliff
MemberHi, dd. We typically do not work weekends; sorry you had to wait a few calendar days.
Please see this code snippet and let me know if that works for you.
Cliff
MemberHi, SC. Thanks for all these details.
Could you please provide a screenshot (or video screen capture) of the recurring series’ wp-admin edit screen so I can see how that is set? Please also provide a link to this recurring event on the front-end of your site.
Cliff
MemberHi, Ilkka.
I’ve got just the thing for you:
https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182
Please let me know how this goes for you.
Cliff
MemberHi, Brittany.
I visited your homepage but didn’t see anything that looked like your screenshot. Please provide a link to a page that has that Mini Calendar widget on it so I can better understand the issue and dig into it.
Thank you.
Cliff
MemberThanks for those details.
The only place I recognize the curly brace format is from the tribe_event_inline shortcode. Is this what you’re using on one of your pages?
You also said you’re not putting your Facebook Pixel Code in a file, but then how/where are you implementing that code?
If you share an annotated screenshot or video screen capture, it might help communicate what you’re seeing and what exactly the issue is.
Cliff
MemberBrian, when you say “located on another site,” does that other site also run The Events Calendar? I ask because we have 2 different feature requests.
February 27, 2017 at 4:30 pm in reply to: Adding shortcode button to WYSIWYG bar in single event #1246574Cliff
MemberOkay, great.
FYI: the post type is able to be retrieved via
Tribe__Events__Main::POSTTYPEthe source code for which is at /wp-content/plugins/the-events-calendar/src/Tribe/Main.php
Have a great week!
February 27, 2017 at 4:27 pm in reply to: Filter bar tags events are the same as the article #1246571Cliff
MemberHi, Riccardo.
The Events Calendar events, by default, enables using the Event Categories custom taxonomy (not shared with any other post type by default) and/or Post Tags (also used by Posts).
If you do not want Post Tags available in the Filter Bar’s filtering at all, just go to wp-admin > Events > Settings > Filters tab > and uncheck “Tags”
Please let me know how this goes for you.
Cliff
MemberHi, Colin.
Sorry you’re experiencing this. Obviously, it shouldn’t be happening.
I’d suggest going to wp-admin > Settings > Permalinks and re-saving your Permalinks. Hopefully that’s all that’s needed here.
Please let me know how this goes for you.
February 27, 2017 at 3:32 pm in reply to: Proceed ticket checkout, but not showing shipping address column filled #1246547Cliff
MemberHi, dd.
Do you have Shipping setup correctly?
To find out for sure, add a physical Product (not Virtual or Downloadable) and see if the shipping address form appears at the Checkout page for that Product.
If yes, then I think you’re wanting to force the Shipping Address form to appear at all times, in which case you can use this snippet:
add_filter( 'woocommerce_cart_needs_shipping', '__return_true' );Please let me know how this goes for you.
February 27, 2017 at 3:01 pm in reply to: Custom HTML before event content – controlling where it appears #1246532Cliff
MemberHi, Paul.
You might benefit from putting your custom content in one of these 2 extensions:
- https://theeventscalendar.com/content/uploads/2016/12/tribe-ext-calendar-widget-areas.zip (how-to article is yet to be published but you can click here for existing screenshots)
- https://theeventscalendar.com/extensions/display-custom-html-specific-calendar-views/
Please let me know how this goes for you.
-
AuthorPosts
