Single

  • Display in template: single/price.php add_action( 'woocommerce_single_product_summary', 'ovabrw_woocommerce_template_single_price', 10 );

  • Display in template: single/features.php add_action( 'woocommerce_single_product_summary', 'ovabrw_woocommerce_template_single_featured', 70 );

  • Display in template: single/table_price.php add_action( 'woocommerce_single_product_summary', 'ovabrw_woocommerce_template_single_table_price', 71 );

  • Display in template: single/unavailable_time.php add_action( 'woocommerce_single_product_summary', 'ovabrw_woocommerce_template_single_untime', 72 );

  • Display in template: single/calendar.php add_action( 'woocommerce_single_product_summary', 'ovabrw_woocommerce_template_single_calendar', 73 );

  • Display in template: single/booking-form.php add_action( 'woocommerce_single_product_summary', 'ovabrw_woocommerce_template_single_booking_form', 74 );

  • Display in template: single/booking-form/fields.php add_action( 'ovabrw_booking_form', 'ovabrw_booking_form_fields', 5, 1 );

  • Display in template: single/booking-form/extra_fields.php add_action( 'ovabrw_booking_form', 'ovabrw_booking_form_extra_fields', 10, 1 );

  • Display in template: single/booking-form/service.php add_action( 'ovabrw_booking_form', 'ovabrw_booking_form_service', 20, 1 );

  • Display in template: single/booking-form/deposit.php add_action( 'ovabrw_booking_form', 'ovabrw_booking_form_deposit', 25, 1 );

  • Display in template: single/table-price/weekdays.php add_action( 'ovabrw_table_price_weekdays', 'ovabrw_table_price_weekdays', 10, 1 );

  • Display in template: single/table-price/global_discount_day.php add_action( 'ovabrw_table_price_global_discount_day', 'ovabrw_table_price_global_discount_day', 10, 1 );

  • Display in template: single/table-price/global_discount_hour.php add_action( 'ovabrw_table_price_global_discount_hour', 'ovabrw_table_price_global_discount_hour', 10, 1 );

  • Display in template: single/table-price/seasons_day.php add_action( 'ovabrw_table_price_seasons_day', 'ovabrw_table_price_seasons_day', 10, 1 );

  • Display in template: single/table-price/seasons_hour.php add_action( 'ovabrw_table_price_seasons_hour', 'ovabrw_table_price_seasons_hour', 10, 1 );

  • Display in template: single/table-price/period_time.php add_action( 'ovabrw_table_price_period_time', 'ovabrw_table_price_period_time', 10, 1 );

  • Display in template: single/request_booking.php add_action( 'ovabrw_request_booking_form', 'ovabrw_request_booking_form', 10, 0 );

Last updated