Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Design issues on the order-opc page and growl notifications in RTL mode in the front-office. #1292

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.