Open jberanek opened 8 years ago
I did it with:
$select_options['entry.payment'] = array( '' => 'Please select the payment', 'E' => 'Cash in shop (Paid)', 'F' => 'Bank transfer (Open)', 'G' => 'Bank transfer (Paid)', 'H' => 'Credit card in shop (Paid)', 'I' => 'Credit card on phone (Open)', 'J' => 'Credit card on phone (Paid)'
in the file config.inc.php. But first you have to add the column payment (in my example) in database entry and repeat. hope, I could help you...
Original comment by: sundalf
Ok, what type of column did you add this as in the databases?
this looks like it will create a Drop Down , I'm looking for more of a checkbox solutions
Original comment by: *anonymous
No, only into the config.inc.php but you have to add the columns in the mysql (if using mysql) database. See screenshots attached
Original comment by: sundalf
Next screenshot
Original comment by: sundalf
is this for a drop down or a checkbox solutions?
Original comment by: *anonymous
Dropdown, because in my case only one method of payment is possible
Original comment by: sundalf
yeah, I need checkboxes, as people need to select multiple items
Original comment by: *anonymous
See also https://sourceforge.net/p/mrbs/support-requests/953/
Original comment by: campbell-m
I'm trying and reading the How to Guide, but still not understanding how to add additional items to the room booking form.
for example I want to be able to add the Hospitality Extras: None Water Coffee Decaf Coffee Soda Diet Soda Catering
( can't see the check boxes) I have other items which are like this, where you would fill out the form for items that you want to go with the room booking.
I can attach the current MRBS that we are using , which it is outdated by about 13 yrs... so that is why we are updating to the newer code. I didnt put this in place 13 yrs ago... so trying to figure this out
Reported by: *anonymous
Original Ticket: mrbs/support-requests/942