🏨 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>
131 lines
2.9 KiB
SCSS
131 lines
2.9 KiB
SCSS
.wp-customizer {
|
|
.redux-container {
|
|
overflow: visible;
|
|
.redux-main {
|
|
input {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
input.spinner-input {
|
|
margin-right: 30px !important;
|
|
margin-left: 30px !important;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.redux-container-editor {
|
|
.wp-editor-area {
|
|
color:#000000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.redux-section.open .redux-group-tab {
|
|
display: block !important;
|
|
|
|
&.hide {
|
|
display:none!important;
|
|
}
|
|
}
|
|
|
|
.redux-section {
|
|
p.customize-section-description {
|
|
margin-top: 22px;
|
|
word-break: break-word;
|
|
&.legacy {
|
|
margin-top: 7px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.control-section-themes .accordion-section-title {
|
|
margin: 0;
|
|
}
|
|
|
|
#customize-controls {
|
|
.description {
|
|
display: block;
|
|
}
|
|
.customize-info {
|
|
margin-bottom: 0;
|
|
}
|
|
.redux-section .accordion-section-content {
|
|
background: #fcfcfc;
|
|
}
|
|
}
|
|
|
|
.redux-section .accordion-section-title i,
|
|
.redux-field .accordion-field-title i,
|
|
.redux-panel .accordion-section-title i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.accordion-section.redux-main {
|
|
background: inherit;
|
|
margin-left: inherit;
|
|
border-left: inherit;
|
|
-moz-box-shadow: inherit;
|
|
-webkit-box-shadow: inherit;
|
|
padding: inherit;
|
|
box-shadow: inherit;
|
|
}
|
|
|
|
.redux_field_th {
|
|
padding: 13px 0 0 0;
|
|
}
|
|
|
|
.redux-main {
|
|
.redux-field-container {
|
|
padding: 10px 0;
|
|
}
|
|
.select_wrapper {
|
|
float: none;
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
.select2-container {
|
|
margin-right: 0 !important;
|
|
margin-bottom: 5px !important;
|
|
width: 100% !important;
|
|
}
|
|
.select_wrapper:nth-child(odd) {
|
|
margin-right: 0;
|
|
}
|
|
.redux-option-image {
|
|
max-width: 42% !important;
|
|
margin-right: 3%;
|
|
}
|
|
.customize-control {
|
|
border-bottom: 1px solid #ddd;
|
|
padding-bottom: 4px;
|
|
}
|
|
.customize-control:last-child {
|
|
border-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.upload {
|
|
width: 100% !important;
|
|
}
|
|
h3 {
|
|
margin-top: inherit;
|
|
}
|
|
.redux-container-raw {
|
|
margin-top: 22px;
|
|
word-break: break-word;
|
|
padding: 0 !important;
|
|
}
|
|
.redux-container-password input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.select2-drop,
|
|
.select2-container {
|
|
z-index: 999999;
|
|
}
|
|
|
|
.customize-control-redux-raw {
|
|
list-style: none;
|
|
}
|
|
}
|