maxdass
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Booking – WooCommerce Booking & Reservation Plugin] Special bookingsOops, I meant friday instead of wednesday
Yes it works !
Now the problem is that I have several dates as you said.
I just added break; and it works.
Even If there is 2 items in my order, my delivery date appears only once.Thanks a lot for your help
Forum: Plugins
In reply to: [Easy Booking – WooCommerce Booking & Reservation Plugin] Special bookingsInteresting but if i disable dates my clients won’t be able to book from monday to wednesday.
The add-on duration discounts is really nice, I tried it in your demo.
It would be perfect with discounts from “wednesday to monday” for example. If we could select real days and not just set “1 day to 4 days”Yes I see that they are already displayed.
I need to add a line outside the table with the delivery date.
And the delivery date is the same as the start_date (booking date).It has to appear in my invoices like this :
CLIENT NAME
BOOKING N°XX
DELIVERY DATEINVOICE TABLE
Many thanks for your help
Hi thanks but it does not work, I have an “internal server error” when I add this code.
OK, it does not work for me, this is my code included in invoice.php :
<?PHP $order = new WC_Order( $order_id );
$items = $order->get_items();if ( $items ) foreach ( $items as $item_id => $item ) {
}?>
<th><?php _e( ‘Date de livraison:’, ‘wpo_wcpdf’ ); ?></th>
<td><?PHP wc_get_order_item_meta( $item_id, ‘_ebs_start_display’, true ); ?>It remains blank on my PDF
- This reply was modified 9 years, 4 months ago by maxdass.
Already tried to open a booking_session in invoice.php but I have an Internal server error when I submit my order
Perfect ! thank you
Forum: Themes and Templates
In reply to: [Zerif Lite] Can't open my postsThanks ! no more bug !