btek Posted December 5, 2013 Share Posted December 5, 2013 (edited) Hello I can't creat order on BO. When I choice client I see only error on firebug not in error logs in presta. My prestashop 1.5.6 On firebug I see this: sendjquery-1.7.2.min.js:4 f.extend.ajaxjquery-1.7.2.min.js:4 setupCustomerindex.php:755 onclick Solution from internet not work. I have few missing column in database and few missing files. Maybe somone know what files and tables is related to this function. Maybe this is solution? Edited December 5, 2013 by btek (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 sendjquery-1.7.2.min.js:4 f.extend.ajaxjquery-1.7.2.min.js:4 setupCustomerindex.php:755 onclick this is all? nothing more from console? Link to comment Share on other sites More sharing options...
btek Posted December 5, 2013 Author Share Posted December 5, 2013 (edited) Now is nothing: Add new order=> search client=> choice=> client cart with no adress=>search product=> add product=> nothing is done :/ In firefox I have also this, but on all pages of presta [18:54:36.460] property specified attribute is deprecated. Always returns true. @ /js/jquery/jquery-1.7.2.min.js:2 [18:54:36.497] getAttributeNode method () is deprecated. Use the getAttribute (). @ /js/jquery/jquery-1.7.2.min.js:2 [18:54:37.118] getPreventDefault method () is deprecated. Use defaultPrevented. @ /js/jquery/jquery-1.7.2.min.js:3 Yeah Found solution. It was AgileCartRecovery module installed on Presta 1.3. It dosen't work on Prestashop 1.5. I was't know about him. I find this http://www.prestashop.com/forums/topic/177715-anyway-to-see-info-on-abandoned-carts/ and make this, and work mark as solved 1) Delete the agile module from yourshop.com/yourshopadmin/tabs2) Edit database. In "tab" table change AgileCartsExt to AdminCarts3) In this table serach for class_name of "AdminInvoices" to find orders tab id3) Edit the id_parent of AdminCarts to id_parent above (if you want it located where it should be) Edited December 6, 2013 by btek (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts