🏨 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>
155 lines
2.9 KiB
JSON
155 lines
2.9 KiB
JSON
{
|
|
"version": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Roboto Slab & Manrope",
|
|
"slug": "typography-preset-4",
|
|
"settings": {
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"name": "Roboto Slab",
|
|
"slug": "roboto-slab",
|
|
"fontFamily": "\"Roboto Slab\", serif",
|
|
"fontFace": [
|
|
{
|
|
"fontFamily": "\"Roboto Slab\"",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "100 900",
|
|
"src": [
|
|
"file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Manrope",
|
|
"slug": "manrope",
|
|
"fontFamily": "Manrope, sans-serif",
|
|
"fontFace": [
|
|
{
|
|
"src": [
|
|
"file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
|
|
],
|
|
"fontWeight": "200 800",
|
|
"fontStyle": "normal",
|
|
"fontFamily": "Manrope"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"fontSizes": [
|
|
{
|
|
"fluid": false,
|
|
"name": "Small",
|
|
"size": "0.875rem",
|
|
"slug": "small"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "1.125rem",
|
|
"min": "1rem"
|
|
},
|
|
"name": "Medium",
|
|
"size": "1rem",
|
|
"slug": "medium"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "1.375rem",
|
|
"min": "1.125rem"
|
|
},
|
|
"name": "Large",
|
|
"size": "1.38rem",
|
|
"slug": "large"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "2rem",
|
|
"min": "1.75rem"
|
|
},
|
|
"name": "Extra Large",
|
|
"size": "1.75rem",
|
|
"slug": "x-large"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "2.4rem",
|
|
"min": "2.15rem"
|
|
},
|
|
"name": "Extra Extra Large",
|
|
"size": "2.15rem",
|
|
"slug": "xx-large"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"typography": {
|
|
"letterSpacing": "0"
|
|
},
|
|
"blocks": {
|
|
"core/navigation": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|large",
|
|
"letterSpacing": "-0.28px",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/post-author": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|small"
|
|
}
|
|
},
|
|
"core/post-author-name": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|small"
|
|
}
|
|
},
|
|
"core/post-terms": {
|
|
"typography": {
|
|
"fontWeight": "500"
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|roboto-slab",
|
|
"fontSize": "var:preset|font-size|xx-large",
|
|
"fontWeight": "200"
|
|
}
|
|
},
|
|
"core/search": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/site-tagline": {
|
|
"typography": {
|
|
"fontSize": "var:preset|font-size|large"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
"elements": {
|
|
"button": {
|
|
"typography": {
|
|
"fontWeight": "500",
|
|
"letterSpacing": "-0.36px",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|roboto-slab",
|
|
"fontWeight": "300",
|
|
"letterSpacing": "-0.5px",
|
|
"lineHeight": "1.2"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|