diff --git a/frontend/drupal/sites/all/themes/pro1ka/js/script.js b/frontend/drupal/sites/all/themes/pro1ka/js/script.js index 5ca7fba75..86518b708 100755 --- a/frontend/drupal/sites/all/themes/pro1ka/js/script.js +++ b/frontend/drupal/sites/all/themes/pro1ka/js/script.js @@ -1232,6 +1232,7 @@ function oddajNarociloNaStreznik() { jQuery('.procesiram-narocilo').show(); var nacinPlacila = jQuery('[name="payment_method"]:checked').val(); jQuery('.procesiram-narocilo .procesiram-narocilo-'+nacinPlacila).show(); + if(nacinPlacila == 2){ jQuery('.procesiram-narocilo .procesiram-narocilo-ime').text('PayPal'); } else if (nacinPlacila == 3){ @@ -1284,20 +1285,24 @@ function oddajNarociloNaStreznik() { } else if (paymentMethod == 2) { + // PayPal redirect setTimeout(function() { - urlRedirect = val.paypal_link; - }, 2000); + return window.location = val.paypal_link + }, 1000); } else if (paymentMethod == 3) { + // Nastavimo Stripe instanco var stripe = Stripe(jQuery('#stripe-token').val()); setTimeout(function(){ return stripe.redirectToCheckout({ sessionId: val.session_id }); - }, 2000); + }, 1000); + } window.location = urlRedirect; + } diff --git a/frontend/drupal/sites/all/themes/pro1ka/templates/nakupovanje-1ka-kosarica.tpl.php b/frontend/drupal/sites/all/themes/pro1ka/templates/nakupovanje-1ka-kosarica.tpl.php index 13fad0324..a32e70dea 100644 --- a/frontend/drupal/sites/all/themes/pro1ka/templates/nakupovanje-1ka-kosarica.tpl.php +++ b/frontend/drupal/sites/all/themes/pro1ka/templates/nakupovanje-1ka-kosarica.tpl.php @@ -792,7 +792,7 @@ Naročilo se obdeluje. Prosimo počakajte trenutek -
+
Sedaj vas bomo preusmerili na platformo Stripe, kjer boste vnesli podatke za plačilo. Po uspešnem plačilu vas bo preusmerilo nazaj na spletno mesto 1KA. Prosimo počakajte trenutek
@@ -801,7 +801,7 @@ The order is being processed. Please wait a moment -
+
We will now redirect you to the Stripe platform, where you will enter your payment information. After a successful payment, you will be redirected back to the 1KA website. Please, wait a moment