Reservations are available on the 1st of the month at 10:00 a.m. for all dates in the following month.
Fifty percent of the total cost of your dining experience (including drink pairings, tax and service charge) will be charged at the time you make the reservation. The remaining fifty percent will be charged the morning of your reservation.
Day of reservations are charged in full at the time you make the reservation.
For parties between 6-8 guests, please email reservations@pineappleandpearls.com.
ReservationCancelText::textForCompany: select DESCRIPTION,DOWNSIZE,ORDER_IND
FROM RESERVATION_CANCEL_TEXT
WHERE COMPANY_ID = 248 AND (LEFT(START_DT,10) <= '2025-09-15' AND LEFT(END_DT,10) >= '2025-09-15' ) AND (EXPERIENCE_ID = OR EXPERIENCE_ID IS NULL OR EXPERIENCE_ID = '') ORDER BY ORDER_IND,EXPERIENCE_ID desc LIMIT 1