PATH:
home
/
letacommog
/
camarsac
/
wp-content
/
plugins
/
jet-booking
/
templates
<?php /** * WooCommerce order details */ ?> <h2 style="color:#96588a;display:block;font-family:'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;font-size:18px;font-weight:bold;line-height:130%;margin:0 0 18px;text-align:left"><?php _e( 'Booking Details', 'jet-appointments-booking' ); ?></h2> <ul><?php foreach ( $details as $item ) { echo '<li>'; if ( ! empty( $item['key'] ) ) { echo $item['key'] . ': '; } if ( ! empty( $item['is_html'] ) ) { echo $item['display']; } else { echo '<strong>' . $item['display'] . '</strong>'; } echo '</li>'; } ?> </ul>
[+]
..
[-] order-details.php
[edit]
[+]
admin
[-] form-field-separate.php
[edit]
[-] email-order-details-plain.php
[edit]
[-] email-order-details-html.php
[edit]
[-] form-field-single.php
[edit]
[-] units-manager.php
[edit]