Trgovina
This commit is contained in:
parent
1c7e4fd3fb
commit
2ca37cecb6
@ -1,4 +1,4 @@
|
||||
{% if(prijavljen) %}
|
||||
{#{% if(prijavljen) %}#}
|
||||
<div class="rexister-modal" id="modal-aai-obvestilo">
|
||||
|
||||
<div class="modal-box"><img src="/tema1ka/img/ikone/zapri.svg" class="closemodal">
|
||||
@ -70,4 +70,4 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
{#{% endif %}#}
|
||||
|
@ -1021,7 +1021,7 @@ function oddajNarociloNaStreznik() {
|
||||
jQuery('#predogled-nakupa-1ka').hide();
|
||||
jQuery('.procesiram-posamezno-narocilo').hide();
|
||||
|
||||
jQuery('##procesiram-nakup-1ka').css('display', 'flex');
|
||||
jQuery('#procesiram-nakup-1ka').css('display', 'flex');
|
||||
jQuery('.procesiram-narocilo').show();
|
||||
var nacinPlacila = jQuery('[name="payment_method"]:checked').val();
|
||||
jQuery('.procesiram-narocilo .procesiram-narocilo-'+nacinPlacila).show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user