Credit to balaphp for original modification.
VQmod for the 'save & continue' extension found here: http://www.opencart.com/index.php?route ... me=balaphp
This VQmod will add a 'Save & Continue Editing' button to the edit product and insert product pages.
Tested with version 1.4.9.3 of OpenCart and version 1.0.8 of VirtualQMod.
I have uploaded the xml file but it doesnt seem to be adding a save & continue editing? i have looked in IE and FF, also i edited the admin path on your xml to my admin path as its different to admin for security
but doesnt work 


There is an error in the product_form.tpl search.
Just replace:
with:
Now it works in 1.4.9.3 and 1.4.9.3
I will see if I can make a mod if this and apply it at all the pages I would like to have it on. :-)
Cheers
Amrit
Just replace:
Code: Select all
<div class="buttons"><a onclick="$('#form').submit();" class="button"><span><?php echo $button_save; ?></span></a><a onclick="location = '<?php echo $action; ?>';" class="button"><span><?php echo $button_cancel; ?></span></a></div>
Code: Select all
<div class="buttons"><a onclick="$('#form').submit();" class="button"><span><?php echo $button_save; ?></span></a><a onclick="location = '<?php echo $cancel; ?>';" class="button"><span><?php echo $button_cancel; ?></span></a></div>
I will see if I can make a mod if this and apply it at all the pages I would like to have it on. :-)
Cheers
Amrit
Who is online
Users browsing this forum: No registered users and 3 guests