I suggest on the products adding-updating page of the admin: admin/index.php?route=catalog/product/update
to clone the top SAVE button also on the bottom of the page, helping admins to save time not scrolling up the page to save when ended to update-add every product.
http://www.restaurantsupplies.eu Restaurant Supplies
Opencart 1.5.6.4 VQMOD 2.4.1
Languages: Italian, French, German, Hungarian, English, Russian, Polish and Spanish
Hi...
Fine product_form.tpl in
admin-->view-->template-->catalog
then put this code.
in line 686
Fine product_form.tpl in
admin-->view-->template-->catalog
then put this code.
Code: Select all
<div class="buttons"><a onclick="$('#form').submit();" class="button"><?php echo $button_save; ?></a><a onclick="location = '<?php echo $cancel; ?>';" class="button"><?php echo $button_cancel; ?></a></div>
Code: Select all
......
</table>
</div>
<div class="buttons"><a onclick="$('#form').submit();" class="button"><?php echo $button_save; ?></a><a onclick="location = '<?php echo $cancel; ?>';" class="button"><?php echo $button_cancel; ?></a></div>
</form>
</div>
</div>
</div>
<script ............
Who is online
Users browsing this forum: No registered users and 3 guests