initialize dine360_theme_chennora module with assets and data, and update docker-compose configuration
@ -8,13 +8,16 @@ from odoo.http import request
|
||||
def get_blogs():
|
||||
json_path = os.path.join(os.path.dirname(__file__), '../data/blogs.json')
|
||||
if os.path.exists(json_path):
|
||||
with open(json_path, 'r', encoding='utf-8') as f:
|
||||
with open(json_path, 'r', encoding='utf-8-sig') as f:
|
||||
return json.load(f)
|
||||
return []
|
||||
|
||||
class ContactController(http.Controller):
|
||||
@http.route('/contactus/submit', type='http', auth="public", website=True, csrf=True)
|
||||
def contact_submit(self, **post):
|
||||
import logging
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
name = post.get('name')
|
||||
email = post.get('email_from')
|
||||
phone = post.get('phone')
|
||||
@ -50,11 +53,13 @@ class ContactController(http.Controller):
|
||||
</div>
|
||||
"""
|
||||
|
||||
company_email = request.env['res.company'].sudo().search([], limit=1).email or 'noreply@chennora.com'
|
||||
|
||||
mail_values = {
|
||||
'subject': f"Contact Form: {subject or 'Inquiry'} from {name}",
|
||||
'body_html': email_content,
|
||||
'email_to': 'alaguraj0361@gmail.com',
|
||||
'email_from': request.env.user.company_id.email or 'noreply@chennora.com',
|
||||
'email_from': company_email,
|
||||
'reply_to': email,
|
||||
}
|
||||
|
||||
@ -62,9 +67,9 @@ class ContactController(http.Controller):
|
||||
try:
|
||||
mail = request.env['mail.mail'].sudo().create(mail_values)
|
||||
mail.send()
|
||||
_logger.info("Contact form email sent successfully to %s", mail_values['email_to'])
|
||||
except Exception as e:
|
||||
# You might want to log the error
|
||||
pass
|
||||
_logger.error("Failed to send contact form email: %s", str(e))
|
||||
|
||||
return request.render('dine360_theme_chennora.contact_thank_you')
|
||||
|
||||
|
||||
BIN
addons/dine360_theme_chennora/static/src/img/1-big-img.webp
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/1-card.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/2-big-img.webp
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/2-card.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/best-big-img.webp
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/best-card.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-1.webp
Normal file
|
After Width: | Height: | Size: 149 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-2.webp
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-3.webp
Normal file
|
After Width: | Height: | Size: 186 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-banner.webp
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-detail-1.webp
Normal file
|
After Width: | Height: | Size: 316 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-detail-2.webp
Normal file
|
After Width: | Height: | Size: 431 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog-detail-3.webp
Normal file
|
After Width: | Height: | Size: 182 KiB |
|
After Width: | Height: | Size: 89 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog1-big-img.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog1-card.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog2-big-img.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/blog2-card.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/burger-shape.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/c1-big-img.webp
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/c1-card.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/c2-big-img.webp
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/c2-card.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 104 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/canadian-card.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 96 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/cuisine-card.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/dining-big-img.webp
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/dining-card.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/dosa-big-img.webp
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/dosa-card.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/fav-big-img.webp
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/fav-card.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 118 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/feb-4-1-card.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 103 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/feb-4-2-card.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 114 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/feb11-1-card.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 124 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/feb11-2-card.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/good-big-img.webp
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/good-card.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 98 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/healthier-card.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/indian-big-img.webp
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/indian-card.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/pizza-shape.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/rise-big-img.webp
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/rise-card.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 90 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/science-card.webp
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/serve-big-img.webp
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/serve-card.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/south-big-img.webp
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/south-card.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 98 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/southIn-card.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/top-big-img.webp
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/top-card.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/top5-big-img.webp
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/top5-card.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/veg-big-img.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
addons/dine360_theme_chennora/static/src/img/veg-card.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
@ -1004,6 +1004,17 @@ section h2.display-4 {
|
||||
}
|
||||
}
|
||||
|
||||
// Blog Detail Page - ensure content is not hidden by floating footer CTA bar
|
||||
// The footer's .footer-cta-bar-wrapper uses margin-top: -140px to float up into page content
|
||||
.s_blog_detail_section {
|
||||
padding-bottom: 300px !important;
|
||||
}
|
||||
|
||||
// Also ensure the oe_structure wrap div doesn't clip content
|
||||
#wrap > .s_blog_detail_section:last-child {
|
||||
padding-bottom: 300px !important;
|
||||
}
|
||||
|
||||
// Blog Section
|
||||
.s_blog_premium {
|
||||
background-color: #F4F1EA;
|
||||
|
||||