• Resolved yomela

    (@yomela)


    Hi there,

    I have got a pre-sale question. I hope this is the right place to ask it.

    Is there a way to use your wcmarketplace plugin for events/tickets as well? I’ve seen that it works for bookings but does it also work for events? And is it maybe compatible with events calender plugins?

    I really much look forward to your answer.

    Best regards

    Ariadne

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @yomela, thanks for reaching WCMp Support!!

    Our core plugin WC Marketplace supports Simple (from frontend), variable/external from backend.

    Now, our addon WCMp Advance Frontend Manager (https://wc-marketplace.com/product/wcmp-frontend-manager/) lets the vendor add booking product, as this is compatible with WooCommerce Booking plugin. You may use booking product, to sell the tickets too.

    However, currently, any events/tickets product type is not supported. But you can do custom code and add this feature in your site. If you need any help with hook/filter let us know.

    Thread Starter yomela

    (@yomela)

    Hi,

    thank you very much for your answer. I’d really much like to work with WCMp but it’s too complicated for my vendors to use bookings in order to sell event tickets ??

    Before giving up … I just found this woocommerce plugin

    https://docs.woocommerce.com/document/woocommerce-box-office/?_ga=2.186932712.1170017764.1554127708-2094740844.1554127708

    It does not add product type (like booking product) but a new tick option analog to “virtual”/”downloadable” (which already show up in your plugin).

    Would this (tick “ticket”) maybe also show up automatically in WCMp Advance Frontend Manager?

    Thanks for your answer in advance.

    Best regards

    Ariadne

    @yomela, I am afraid this “Ticket” option will not come automatically because this Box Office plugin is not compatible with WC Marketplace.

    But, you can do custom code and integrate this product type into WCMp, so vendor can also access this option.

    Let us know if you need a reference of hook/filter for this.

    Thread Starter yomela

    (@yomela)

    Hi @dualcube ,

    thanks a lot for your answer.

    I think I’ll go for this solution (WCMp + Ticket option + custom code).

    It would be great to get some reference of hook/filter for this.

    Thank you very much in advance.

    Best regards

    Ariadne

    @yomela using this apply_filters( 'wcmp_product_type_options', $product_option_types ) filter you can add your extra “Ticket” type. As per woocommerce default we only passes Virtual and Downloadable types on above filter.

    Now if Ticket type have its own product settings tabs and settings fields, then using this apply_filters( 'wcmp_product_data_tabs', $tabs ) filter you can add respective tab and using this do_action( 'wcmp_product_tabs_content', $self, $product_object, $post ) hook you can add your ticket type’s product fields.

    And finally save your data using this do_action( 'wcmp_process_product_object', $product, $_POST ) hook.

    Please let me know if you have any queries regarding this.

    Thread Starter yomela

    (@yomela)

    Hi @itzmekhokan

    thanks so much for your help and the hook/filter references. That helps a lot.

    Have a nice week!

    Best regards

    Ariadne

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Events/ Ticketing’ is closed to new replies.