first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div id="st-allegro-selected-product"><?php echo $value->getProduct() && isset($value->getProduct()->id) ? st_allegro_selected_product($value->getProduct()->id) : '' ?></div>
|
||||
<?php echo input_hidden_tag($name.'[id]', $value->getProduct() && isset($value->getProduct()->id) ? $value->getProduct()->id : null) ?>
|
||||
<?php echo st_get_admin_button('default', __("Wybierz produkt"), '#', array(
|
||||
'id' => 'st-allegro-assign-product-modal-trigger',
|
||||
'size' => 'small',
|
||||
'class' => 'bs-mt-2'
|
||||
)) ?>
|
||||
Reference in New Issue
Block a user