JoelWebsites Posted February 19, 2015 Share Posted February 19, 2015 Product edit cannot "save and stay" button supplier section it keeps spinning .Please help me solve this issue .Thank you. Please see the screenshort I have applied the fix on https://github.com/PrestaShop/PrestaShop/commit/5a0d4c90ff95332d8a03df84c5821c730a95087d but this did not help me Link to comment Share on other sites More sharing options...
JoelWebsites Posted February 19, 2015 Author Share Posted February 19, 2015 It is working properly for the other tabs Link to comment Share on other sites More sharing options...
gsxr1000au Posted February 19, 2015 Share Posted February 19, 2015 Same issue for me after update. Link to comment Share on other sites More sharing options...
JoelWebsites Posted February 20, 2015 Author Share Posted February 20, 2015 can you tell me the version when things where working fine? Link to comment Share on other sites More sharing options...
gsxr1000au Posted February 23, 2015 Share Posted February 23, 2015 1.6.0.9 was working ok.. Link to comment Share on other sites More sharing options...
JoelWebsites Posted February 23, 2015 Author Share Posted February 23, 2015 I have solved the issue..I went to supplier.tpl file and removed the code "disabled=disabled" for the button...So now it does not spin 1 Link to comment Share on other sites More sharing options...
stephen71 Posted February 24, 2015 Share Posted February 24, 2015 Hi. I have looked in supplier.tpl and could not find "disabled=disabled". Could you provide the location of the supplier.tpl file that you edited please? Link to comment Share on other sites More sharing options...
JoelWebsites Posted February 24, 2015 Author Share Posted February 24, 2015 admin6742\themes\default\template\controllers\products Link to comment Share on other sites More sharing options...
zinger Posted March 1, 2015 Share Posted March 1, 2015 (edited) So. Can you put GOOD suppliers.tpl file on github? becouse I have 1.6.0.11 and have this code (not "disabled=disabled" BUT disabled="disabled" ) <div class="panel-footer"> <a href="{$link->getAdminLink('AdminProducts')|escape:'html':'UTF-8'}" class="btn btn-default"><i class="process-icon-cancel"></i> {l s='Cancel'}</a> <button type="submit" name="submitAddproduct" class="btn btn-default pull-right" disabled="disabled"><i class="process-icon-loading"></i> {l s='Save'}</button> <button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right" disabled="disabled"><i class="process-icon-loading"></i> {l s='Save and stay'}</button> </div> Edited March 1, 2015 by zinger (see edit history) Link to comment Share on other sites More sharing options...
JoelWebsites Posted October 31, 2015 Author Share Posted October 31, 2015 yes delete the disabled="disabled" this is what is causing it to spin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now