maxdass
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] Special bookingsOops, I meant friday instead of wednesday
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] How to extract datesYes 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 for WooCommerce] 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”Forum: Plugins
In reply to: [Easy Booking for WooCommerce] How to extract datesYes 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
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] How to extract datesHi thanks but it does not work, I have an “internal server error” when I add this code.
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] How to extract datesOK, 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 8 years, 1 month ago by maxdass.
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] How to extract datesAlready tried to open a booking_session in invoice.php but I have an Internal server error when I submit my order
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] Contact us instead of /dayPerfect ! thank you
Forum: Themes and Templates
In reply to: [Zerif Lite] Can't open my postsThanks ! no more bug !