# Single

* Display in template: single/price.php\
  add\_action( 'woocommerce\_single\_product\_summary', 'ovabrw\_woocommerce\_template\_single\_price', 10 );<br>
* Display in template: single/features.php\
  add\_action( 'woocommerce\_single\_product\_summary', 'ovabrw\_woocommerce\_template\_single\_featured', 70 );<br>
* Display in template: single/table\_price.php\
  add\_action( 'woocommerce\_single\_product\_summary', 'ovabrw\_woocommerce\_template\_single\_table\_price', 71 );<br>
* Display in template: single/unavailable\_time.php\
  add\_action( 'woocommerce\_single\_product\_summary', 'ovabrw\_woocommerce\_template\_single\_untime', 72 );<br>
* Display in template: single/calendar.php\
  add\_action( 'woocommerce\_single\_product\_summary', 'ovabrw\_woocommerce\_template\_single\_calendar', 73 );<br>
* Display in template: single/booking-form.php\
  add\_action( 'woocommerce\_single\_product\_summary', 'ovabrw\_woocommerce\_template\_single\_booking\_form', 74 );<br>
* Display in template: single/booking-form/fields.php\
  add\_action( 'ovabrw\_booking\_form', 'ovabrw\_booking\_form\_fields', 5, 1 );<br>
* Display in template: single/booking-form/extra\_fields.php\
  add\_action( 'ovabrw\_booking\_form', 'ovabrw\_booking\_form\_extra\_fields', 10, 1 );<br>
* Display in template: single/booking-form/service.php\
  add\_action( 'ovabrw\_booking\_form', 'ovabrw\_booking\_form\_service', 20, 1 );<br>
* Display in template: single/booking-form/deposit.php\
  add\_action( 'ovabrw\_booking\_form', 'ovabrw\_booking\_form\_deposit', 25, 1 );<br>
* Display in template: single/table-price/weekdays.php\
  add\_action( 'ovabrw\_table\_price\_weekdays', 'ovabrw\_table\_price\_weekdays', 10, 1 );<br>
* 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 );<br>
* 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 );<br>
* Display in template: single/table-price/seasons\_day.php\
  add\_action( 'ovabrw\_table\_price\_seasons\_day', 'ovabrw\_table\_price\_seasons\_day', 10, 1 );<br>
* Display in template: single/table-price/seasons\_hour.php\
  add\_action( 'ovabrw\_table\_price\_seasons\_hour', 'ovabrw\_table\_price\_seasons\_hour', 10, 1 );<br>
* Display in template: single/table-price/period\_time.php\
  add\_action( 'ovabrw\_table\_price\_period\_time', 'ovabrw\_table\_price\_period\_time', 10, 1 );<br>
* Display in template: single/request\_booking.php\
  add\_action( 'ovabrw\_request\_booking\_form', 'ovabrw\_request\_booking\_form', 10, 0 );<br>
