Skip to content

Commit

Permalink
Added shop payments success widget space
Browse files Browse the repository at this point in the history
remp/crm#2811
+ Added `ShopPaymentSuccessMessageWidget` widget to shop payments success
  • Loading branch information
zoldia committed Apr 26, 2023
1 parent 080ff12 commit 44cc79b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/products.sk_SK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ frontend:
continue_with_shopping: Pokračovať v nákupe
order: objednať
empty_cart: Váš nákupný košík je prázdny.
confirm_order: Záväzne objednať
confirm_order: Prejsť na platbu
messages:
item_added_to_cart: "Položka <strong>%name%</strong> bola pridaná do košíka."
item_not_available: "Položka <strong>%name%</strong> nie je dostupná."
Expand All @@ -388,7 +388,7 @@ frontend:
email_required: Položka Email je povinná.
pass_required: Položka Heslo je povinná.
account_exists: 'Konto so zadaným emailom už existuje, prosím prihláste sa pomocou hesla'
phone_number: 'Telefónne číslo (pomôže nám pri doručovaní)'
phone_number: 'Telefónne číslo v medzinárodnom tvare (pomôže nám pri doručovaní)'
phone_number_placeholder: 'Napr. +421 908 123 456'
phone_number_required: 'Položka Telefónne číslo je povinná.'
phone_number_min_length: 'Telefónne číslo musí mať aspoň 9 znakov.'
Expand Down
2 changes: 2 additions & 0 deletions src/templates/Shop/success.latte
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<div class="col-xs-12">
<h1>{_products.frontend.shop.success.header}</h1>
<p>{_products.frontend.shop.success.payment_successful}</p>

{control simpleWidget 'products.frontend.success.message'}
</div>
</div>
{if count($ebooks) > 0}
Expand Down

0 comments on commit 44cc79b

Please sign in to comment.