first commit
This commit is contained in:
11
apps/backend/modules/stOrder/templates/_opt_allegro_nick.php
Normal file
11
apps/backend/modules/stOrder/templates/_opt_allegro_nick.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php echo $order->getOptAllegroNick() ? $order->getOptAllegroNick() : '-';?>
|
||||
|
||||
<?php if (!$order->isAllegroOrder()):?>
|
||||
<script type="text/javascript">
|
||||
jQuery(function($) {
|
||||
$(document).ready(function() {
|
||||
$('#sf_fieldset_allegro').hide();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php endif;?>
|
||||
Reference in New Issue
Block a user