HomePage › Forums › Traveler › Payment with deposit does not work › Reply To: Payment with deposit does not work
Hello
1. The deposit option when you create activity only work with Modal Booking method. It does not support woocommerce.
2. You can use this css code in Traveler Settings > Styling Options > Custom Css to remove it:
.container.bg-partner-new.create-activity #tab-price-setting .row:first-child .col-md-6:nth-child(14),
.container.bg-partner-new.create-activity #tab-price-setting .row:first-child .col-md-6:nth-child(16),
.container.bg-partner-new.create-activity #tab-price-setting .row:first-child .col-md-6:nth-child(17) {display: none !important;}
Thanks