Hi,
Right,
Please replace in the view "productmarket | form_price"
<td class="hikam_currency"><?php echo $this->currencyType->display('price[{id}][price_currency_id]', $this->main_currency_id); ?></td>
<td class="hikam_qty"><input size="3" type="text" name="price[{id}][price_min_quantity]" value="" /></td>
<?php if(hikashop_level(2)) { ?>
<td><?php echo $this->joomlaAcl->displayButton('price[{id}][price_access]', 'all'); ?></td>
<?php } ?>
By
<?php if($acls['currency']){ ?>
<td class="hikam_currency"><?php echo $this->currencyType->display('price[{id}][price_currency_id]', $this->main_currency_id); ?></td>
<?php }
if($acls['quantity']){ ?>
<td class="hikam_qty"><input size="3" type="text" name="price[{id}][price_min_quantity]" value="" /></td>
<?php }
if(hikashop_level(2) && hikamarket::acl('product_edit_price_acl')){ ?>
<td><?php echo $this->joomlaAcl->displayButton('price[{id}][price_access]', 'all'); ?></td>
<?php } ?>
It will be include in the next build.
Regards,