Post by jadedstudio » Wed Feb 09, 2011 7:39 pm

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.

Attachments


Newbie

Posts

Joined
Thu Feb 03, 2011 9:57 pm

Post by aaron1988 » Sun Mar 13, 2011 6:31 pm

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 :(

Active Member

Posts

Joined
Thu Jan 27, 2011 10:03 am

Post by opencartisalright » Sun Mar 13, 2011 11:27 pm

Confirmed. Doesn't work for me either. I'm using OC 1.4.9.3

Active Member

Posts

Joined
Mon Feb 21, 2011 4:09 am

Post by aaron1988 » Sun Mar 13, 2011 11:29 pm

Thansk at least i no just isnt me :)

Active Member

Posts

Joined
Thu Jan 27, 2011 10:03 am

Post by Amrit » Thu May 05, 2011 7:16 pm

There is an error in the product_form.tpl search.

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>
with:

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>
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

Newbie

Posts

Joined
Fri Apr 01, 2011 11:33 pm
Who is online

Users browsing this forum: No registered users and 3 guests