Skip to content

Commit

Permalink
Merge pull request #1292 from vishal-singh-webkul/gli-front_design_fixes
Browse files Browse the repository at this point in the history
Fixed: Design issues on the order-opc page and growl notifications in RTL mode in the front-office.
  • Loading branch information
rohit053 authored Oct 8, 2024
2 parents 8714b91 + dc7151a commit 52c808f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 13 deletions.
18 changes: 12 additions & 6 deletions modules/hotelreservationsystem/classes/HotelHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,8 @@ public function saveDummyHotelBranchInfo()

$htlDescLang = array(
'en' => '<div>
<h4 style="text-align: center;"><strong>Welcome to The Hotel Prime!</strong></h4>
<h4><strong>Welcome to The Hotel Prime!</strong></h4>
<br />
<div>Our hotel is the perfect destination for both business and leisure travelers seeking a memorable stay.</div>
<br />
<div>Benefits of staying at The Hotel Prime!</div>
Expand Down Expand Up @@ -1306,7 +1307,8 @@ public function saveDummyHotelBranchInfo()
create an unforgettable experience for you. Whether you\'re traveling solo, with a loved one, or with a group,
our hotel is dedicated to surpassing your expectations and making your stay truly exceptional.</div></div>',
'nl' => '<div>
<h4 style="text-align: center;"><strong>Welkom bij Hotel Prime!</strong></h4>
<h4><strong>Welkom bij Hotel Prime!</strong></h4>
<br />
<div>Ons hotel is de perfecte bestemming voor zowel zakenreizigers als vakantiegangers die op zoek zijn naar een onvergetelijk verblijf.</div>
<br />
<div>Voordelen van een verblijf in The Hotel Prime!</div>
Expand Down Expand Up @@ -1349,7 +1351,8 @@ public function saveDummyHotelBranchInfo()
een onvergetelijke ervaring voor u creëren. Of u nu alleen reist, met een geliefde of met een groep,
ons hotel doet er alles aan om uw verwachtingen te overtreffen en uw verblijf echt uitzonderlijk te maken.</div></div>',
'fr' => '<div>
<h4 style="text-align: center;"><strong>Bienvenue à l\'Hôtel Prime !</strong></h4>
<h4><strong>Bienvenue à l\'Hôtel Prime !</strong></h4>
<br />
<div>Notre hôtel est la destination idéale pour les voyageurs d\'affaires et de loisirs à la recherche d\'un séjour mémorable.</div>
<br />
<div>Avantages de séjourner à l\'Hôtel Prime !</div>
Expand Down Expand Up @@ -1392,7 +1395,8 @@ public function saveDummyHotelBranchInfo()
créez une expérience inoubliable pour vous. Que vous voyagiez seul, en amoureux ou en groupe,
notre hôtel se consacre à dépasser vos attentes et à rendre votre séjour vraiment exceptionnel.</div></div>',
'de' => '<div>
<h4 style="text-align: center;"><strong>Willkommen im Hotel Prime!</strong></h4>
<h4><strong>Willkommen im Hotel Prime!</strong></h4>
<br />
<div>Unser Hotel ist das perfekte Ziel für Geschäfts- und Urlaubsreisende, die einen unvergesslichen Aufenthalt suchen.</div>
<br />
<div>Vorteile eines Aufenthalts im Hotel Prime!</div>
Expand Down Expand Up @@ -1435,7 +1439,8 @@ public function saveDummyHotelBranchInfo()
Schaffen Sie ein unvergessliches Erlebnis für Sie. Egal, ob Sie alleine, mit einem geliebten Menschen oder mit einer Gruppe reisen,
Unser Hotel ist bestrebt, Ihre Erwartungen zu übertreffen und Ihren Aufenthalt wirklich außergewöhnlich zu machen.</div></div>',
'ru' => '<div>
<h4 style="text-align: center;"><strong>Добро пожаловать в отель Prime!</strong></h4>
<h4><strong>Добро пожаловать в отель Prime!</strong></h4>
<br />
<div>Наш отель — идеальное место как для деловых путешественников, так и для туристов, желающих провести незабываемый отдых.</div>
<br />
<div>Преимущества проживания в отеле Prime!</div>
Expand Down Expand Up @@ -1478,7 +1483,8 @@ public function saveDummyHotelBranchInfo()
подарит вам незабываемые впечатления. Путешествуете ли вы в одиночку, с любимым человеком или с группой,
Наш отель стремится превзойти ваши ожидания и сделать ваше пребывание по-настоящему исключительным.</div></div>',
'es' => '<div>
<h4 style="text-align: center;"><strong>¡Bienvenido a The Hotel Prime!</strong></h4>
<h4><strong>¡Bienvenido a The Hotel Prime!</strong></h4>
<br />
<div>Nuestro hotel es el destino perfecto tanto para viajeros de negocios como de placer que buscan una estancia memorable.</div>
<br />
<div>¡Beneficios de alojarse en The Hotel Prime!</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="row margin-lr-0">
<p class="htlRoomTypeNameText pull-left">{$roomDisplay.name|escape:'htmlall':'UTF-8'}</p>
{if $roomDisplay.show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
<p class="htlRoomTypePriceText">
<p class="htlRoomTypePriceText pull-right">
{if $roomDisplay.feature_price_diff >= 0}
<span class="wk_roomType_price {if $roomDisplay.feature_price_diff>0}room_type_old_price{/if}">{convertPrice price = $roomDisplay.price_without_reduction}</span>
{/if}
Expand Down
6 changes: 2 additions & 4 deletions themes/hotel-reservation-theme/css/order-opc.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,8 @@
border-radius: 6px;
}
.order-detail-content .cart_section_title {
font-size: 12px;
color: #777777;
text-transform: uppercase;
font-family: OpenSans-Semibold;
font-size: 14px;
text-transform: capitalize;
}
.order-detail-content .room_unit_price{
font-size: 24px;
Expand Down
26 changes: 24 additions & 2 deletions themes/hotel-reservation-theme/css/rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52c808f

Please sign in to comment.