Skip to content

Commit

Permalink
SHPWR-87 Shopware 5 Modul update Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Jul 17, 2015
1 parent f2616ae commit 407ebe5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Views/responsive/frontend/payment_rpay_part/index/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,13 @@
$(document).ready(function () {
{if $ratepayValidateisAgeValid != 'true'}
$("#ratepay_error").append("{s namespace=RatePAY name=invalidAge}Bitte überprüfen sie die Eingabe ihres Geburtstdatums. Sie müssen mindestens 18 Jahre alt sein!{/s}");
$("#ratepay_error").parent().show();
$("#ratepay_error").text("{s namespace=RatePAY name=invalidAge}Bitte überprüfen sie die Eingabe ihres Geburtstdatums. Sie müssen mindestens 18 Jahre alt sein!{/s}");
$("#ratepay_error").parent().removeClass("is--hidden");
{/if}
{if $ratepayErrorRatenrechner == 'true'}
$("#ratepay_error").append("{s namespace=RatePAY name=errorRatenrechner}Bitte lassen Sie sich den Ratenplan berechnen!{/s}");
$("#ratepay_error").parent().show();
$("#ratepay_error").text("{s namespace=RatePAY name=errorRatenrechner}Bitte lassen Sie sich den Ratenplan berechnen!{/s}");
$("#ratepay_error").parent().removeClass("is--hidden");
{/if}
});
$(document).ready(function () {
/* returns correct YYYY-MM-dd dob */
Date.prototype.yyyymmdd = function () {
Expand Down

0 comments on commit 407ebe5

Please sign in to comment.