Forum Replies Created
-
AuthorPosts
-
Riccardo
ParticipantThanks Geoff.
It works.
So I want disable the add event but I want to keep the modification of an event.
it is possible?
If I want to disable some feature in the Event community I have to hidden in the the template file php
thanksRiccardo
ParticipantHi Geoff,
but the role “vendor admin” how can I simulate then?
thanksRiccardo
ParticipantHi Geoff,
I installed the plugin but it doesn’t change the events author.
I try assign all the privileges to the vendor admin but nothing.
It only do the change in the POST but not in events.
thanksRiccardo
ParticipantHi,
sorry if I made an other post, but even if I assign all the privilege to the vendor admin role I don’t see in author list of the event.
thanksRiccardo
ParticipantHi,
I try give to vendor admin all the privileges for the posts but it doesn’t appear in the authors list so i cannot select it.
I try to give the privileges for the events but it doesn’t appear in the author list.
thanksRiccardo
ParticipantHi Geoff,
thanks!
What I have to change?
I didn’t find the “edit_event_tickets”thanks
Riccardo
ParticipantHi Geoff,
thanks but the email is a Vendor admin Role, it cannot edit the post…
So how can I do?
thanksRiccardo
ParticipantHi Caroline,
I have:
– Events Calendar
– Event Tickets
– Event Tickets Plus
So what I have to buy to manage the events tickets? community ticket or community events?
thanksFebruary 28, 2017 at 12:52 am in reply to: Filter bar tags events are the same as the article #1246741Riccardo
ParticipantHi Cliff,
I’m sorry, but where are the custom tag?
If I write an Event, the only Tag I have is the article tags…
ThanksRiccardo
ParticipantHi Cliff,
I you haven’t suggestion or some improvements, you can close the thread!
thanksRiccardo
ParticipantHi Cliff,
this is the solution I try to write, it works… maybe you can help me to simplify or there is something more simple
thanksfunction controllo_biglietti_ordine($order){ global $woocommerce; $order_controllo = new WC_Order( $order ); //retrieve the order id $order_controllo = trim(str_replace('#', '', $order_controllo->get_order_number())); // array to control the results $array_controllo = array(); if ( sizeof( $order->get_items() ) > 0 ) { foreach ( $order->get_items() as $item ) { if ( $item['qty'] ) { $_product = $order->get_product_from_item( $item ); $item_name = $item['name']; $ticket_meta = get_post_meta( $item['product_id'] ); $trova_dentro_array = '_tribe_wooticket_for_event'; if (array_key_exists($trova_dentro_array,$ticket_meta)){ // if there is a ticket $controllo_biglietto = 1; } else { // if it isn't a ticket $controllo_biglietto = 0; } $array_controllo[] .= $controllo_biglietto; } } } if (in_array('1',$array_controllo)){ $risultato_controllo = 1; } else { $risultato_controllo = 0; } return $risultato_controllo; }then in my email template
// PETTE retrieve result of function $variabile_controllo_biglietto = controllo_biglietti_ordine($order); // if the result is 1 if ($variabile_controllo_biglietto == 1){ echo 'Hi, the tickets will send with next email. Thanks'; }-
This reply was modified 9 years, 1 month ago by
Riccardo. Reason: Edit the code
Riccardo
ParticipantHi Cliff,
in the email customer completed order, if there are tickets a want add:
“in the next email we will send the tickets”
If there are not ticket I want don’t show the messagethanks
Riccardo
ParticipantHi Cliff,
so it is not only my problem.
So I’m waiting for official release, plugin update?
thanksRiccardo
ParticipantHi Cliff,
I’m waiting for it.
It’s very important!
thanksRiccardo
ParticipantThis reply is private.
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
