?Update on limiting order by meta
-
Hi there,
I’m really sorry to bother, would just like to know if you have any update on limiting orders by order metadata – Limiting the number of times per month(Once) each prisoner can be booked for a video visit by family.
I’m not sure if it will be of any help, but I use the following function in a data export plugin(WP All Export) to get the prisoner name and number from each booking (order):function my_get_prisoner( $item_id ) {
if ( $order_item = new WC_Order_Item_Product( $item_id ) ) {
return get_post_meta( $order_item->get_order_id(), ‘prisoner’, TRUE );
}
}We sincerely appreciate any help here.
PS.We did purchase your pro version ??Best regards,
Charles.The page I need help with: [log in to see the link]
- The topic ‘?Update on limiting order by meta’ is closed to new replies.