Various pre-sales questions

Home Forums Welcome! Pre-Sales Questions Various pre-sales questions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #783578
    Balu
    Guest

    Hi,

    I’m a few clicks away from buying EC Pro, Community and Filter bar, but I need to know the answers to a few questions beforehand πŸ™‚ Some are obvious customizations – in this case I’m only interested if they are possible at all or not (or maybe some hints/guidelines)

    1: After setting up custom fields for the events, can I filter for these custom fields in the filter bar? Or can I only filter for the predefined parameters?
    2: On the community upload page can I customize the layout of these custom fields? Maybe only by editing the .php file?
    3: On the community upload page would it be possible to integrate something like https://wordpress.org/plugins/multi-image-upload/ ? It is of utmost importance for me to enable users to upload images to an event on top of the featured image. I thought about editing the php of the upload page, and calling the shortcode of the plugin in php. Would this be a viable solution?
    4: When customizing the single-event.php how can I display a custom field created in EC Pro? (couldn’t try this in the free version)
    5: How to get a proper tax invoice of the purchase? πŸ™‚

    Thanks a lot in advance. Best Wishes,
    -balu

    #783767
    Balu
    Guest

    6: Let’s say I create a new custom content type with Pods (or ACF or Types, etc). Is these any chance of displaying this custom content type in the calendar, given that the essential fields are included in the type?

    #785356
    Balu
    Guest

    Even though the answered tag was put on the topic, I’m still waiting for an answer πŸ™‚

    #785608
    Brian
    Member

    Hello Balu,

    Sorry about that looks like a glitch marked your message complete. Thanks for the interest in our plugins. I have answers to your questions below each one:

    1: After setting up custom fields for the events, can I filter for these custom fields in the filter bar? Or can I only filter for the predefined parameters?

    I am afraid it does not work with the Additional Fields in Pro.

    2: On the community upload page can I customize the layout of these custom fields? Maybe only by editing the .php file?

    Yes you can follow the Themer’s Guide to move the form into your theme and customize it there.

    3: On the community upload page would it be possible to integrate something like https://wordpress.org/plugins/multi-image-upload/ ? It is of utmost importance for me to enable users to upload images to an event on top of the featured image. I thought about editing the php of the upload page, and calling the shortcode of the plugin in php. Would this be a viable solution?

    It maybe possible, but would require customization on your end that goes beyond the support we can provide through the forum. You may have to build in your own function to process the coding and add it to the event too as I do not think there is a method to include it with our event creation functions.

    4: When customizing the single-event.php how can I display a custom field created in EC Pro? (couldn’t try this in the free version)

    By default the fields will already display. But there is a function to display them as well that looks like this:

    <?php echo tribe_get_custom_field('Additional Field Name', $event->ID); ?>

    5: How to get a proper tax invoice of the purchase? πŸ™‚

    Not sure what you mean, the purchase of our plugin? We send an invoice by email for the purchase.

    6: Let’s say I create a new custom content type with Pods (or ACF or Types, etc). Is these any chance of displaying this custom content type in the calendar, given that the essential fields are included in the type?

    There is a possibility to display it, but I cannot say for sure using any of those plugins. I know it would take us beyond the support we can provide through the forum unfortunately.

    Does that answer your questions?

    #791221
    Brian
    Member

    Since the questions are answered I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Various pre-sales questions’ is closed to new replies.