🏨 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>
1 line
1.8 KiB
Plaintext
1 line
1.8 KiB
Plaintext
{"version":3,"sources":["media.scss","media.css"],"names":[],"mappings":"AAAA,2DCGQ,iBAAiB,EDHzB,cAWI,EAAA;;AAXJ,uECOY,WAAW,EAAA;;ADPvB,iCAAA,kBAoDgB,EAAA;;AApDhB,4BCgBQ,WAAW,EACX,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC3B,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EAGnB,kBAAkB,EAAA;;AD3B1B,4BC+BQ,uCAAuC,EACvC,WAAW,EACX,SAAS,EACT,cAAc,EACd,kBAAkB,EAAA;;ADnC1B,kCCuCQ,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,yBAAyB,EACzB,mBAAmB,EAGnB,kBAAkB,EAAA;;ADjD1B,kCCqDQ,qBAAqB,EAAA;;ADrD7B,sBCyDQ,eAAe,EAAA;;AAzCvB,ioDAAioD","file":"media.css","sourcesContent":[".redux-main {\n .button.remove-image,\n .removeCSS {\n margin-left: 10px;\n color: #ef521d;\n\n &:hover {\n color: #ff0;\n }\n }\n\n .upload_button_div {\n margin-bottom: 5px;\n }\n\n .upload-error {\n float: left;\n color: #666;\n font-size: 10px;\n font-weight: bold;\n text-decoration: none;\n text-shadow: 1px 1px 0 #fff;\n margin: 0 10px 0 0;\n padding: 3px 10px;\n background: #ffdfec;\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n border-radius: 4px;\n }\n\n .reset-button {\n font-family: Arial, Verdana, sans-serif;\n float: left;\n margin: 0;\n color: #ef521d;\n border-color: #bbb;\n }\n\n .redux-option-image {\n max-height: 340px;\n max-width: 340px;\n padding: 5px;\n margin-bottom: 0;\n margin-top: 10px;\n margin-right: 15px;\n border: 1px solid #e3e3e3;\n background: #f7f7f7;\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n border-radius: 3px;\n }\n\n .redux-main .upload {\n width: 80% !important;\n }\n\n .button {\n margin-top: 2px;\n }\n}\n"]} |