Hotel Raxa - Advanced Booking System Implementation
🏨 Hotel Booking Enhancements: - Implemented Eagle Booking Advanced Pricing add-on - Added Booking.com-style rate management system - Created professional calendar interface for pricing - Integrated deals and discounts functionality 💰 Advanced Pricing Features: - Dynamic pricing models (per room, per person, per adult) - Base rates, adult rates, and child rates management - Length of stay discounts and early bird deals - Mobile rates and secret deals implementation - Seasonal promotions and flash sales 📅 Availability Management: - Real-time availability tracking - Stop sell and restriction controls - Closed to arrival/departure functionality - Minimum/maximum stay requirements - Automatic sold-out management 💳 Payment Integration: - Maintained Redsys payment gateway integration - Seamless integration with existing Eagle Booking - No modifications to core Eagle Booking plugin 🛠️ Technical Implementation: - Custom database tables for advanced pricing - WordPress hooks and filters integration - AJAX-powered admin interface - Data migration from existing Eagle Booking - Professional calendar view for revenue management 📊 Admin Interface: - Booking.com-style management dashboard - Visual rate and availability calendar - Bulk operations for date ranges - Statistics and analytics dashboard - Modal dialogs for quick editing 🔧 Code Quality: - WordPress coding standards compliance - Secure database operations with prepared statements - Proper input validation and sanitization - Error handling and logging - Responsive admin interface 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
108
wp-includes/blocks/search/style.css
Normal file
108
wp-includes/blocks/search/style.css
Normal file
@@ -0,0 +1,108 @@
|
||||
.wp-block-search__button{
|
||||
margin-left:10px;
|
||||
word-break:normal;
|
||||
}
|
||||
.wp-block-search__button.has-icon{
|
||||
line-height:0;
|
||||
}
|
||||
.wp-block-search__button svg{
|
||||
height:1.25em;
|
||||
min-height:24px;
|
||||
min-width:24px;
|
||||
width:1.25em;
|
||||
fill:currentColor;
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
|
||||
:where(.wp-block-search__button){
|
||||
border:1px solid #ccc;
|
||||
padding:6px 10px;
|
||||
}
|
||||
|
||||
.wp-block-search__inside-wrapper{
|
||||
display:flex;
|
||||
flex:auto;
|
||||
flex-wrap:nowrap;
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
.wp-block-search__label{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.wp-block-search__input{
|
||||
appearance:none;
|
||||
border:1px solid #949494;
|
||||
flex-grow:1;
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
min-width:3rem;
|
||||
padding:8px;
|
||||
text-decoration:unset !important;
|
||||
}
|
||||
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__button{
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-shrink:0;
|
||||
justify-content:center;
|
||||
margin-left:0;
|
||||
max-width:100%;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
|
||||
min-width:0 !important;
|
||||
transition-property:width;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only .wp-block-search__input{
|
||||
flex-basis:100%;
|
||||
transition-duration:.3s;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
|
||||
overflow:hidden;
|
||||
}
|
||||
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{
|
||||
border-left-width:0 !important;
|
||||
border-right-width:0 !important;
|
||||
flex-basis:0;
|
||||
flex-grow:0;
|
||||
margin:0;
|
||||
min-width:0 !important;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
width:0 !important;
|
||||
}
|
||||
|
||||
:where(.wp-block-search__input){
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-style:inherit;
|
||||
font-weight:inherit;
|
||||
letter-spacing:inherit;
|
||||
line-height:inherit;
|
||||
text-transform:inherit;
|
||||
}
|
||||
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
|
||||
border:1px solid #949494;
|
||||
box-sizing:border-box;
|
||||
padding:4px;
|
||||
}
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{
|
||||
border:none;
|
||||
border-radius:0;
|
||||
padding:0 4px;
|
||||
}
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{
|
||||
outline:none;
|
||||
}
|
||||
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){
|
||||
padding:4px 8px;
|
||||
}
|
||||
|
||||
.wp-block-search.aligncenter .wp-block-search__inside-wrapper{
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
|
||||
float:right;
|
||||
}
|
||||
Reference in New Issue
Block a user