Jump to content

Recommended Posts

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:

 

 

 

  1. f.extend.ajaxjquery-1.7.2.min.js:4
  2. setupCustomerindex.php:755
  3. 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 by btek (see edit history)
Link to comment
Share on other sites

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.
 
and make this, and work :) mark as solved
 
1) Delete the agile module from yourshop.com/yourshopadmin/tabs
2) Edit database. In "tab" table change AgileCartsExt to AdminCarts
3) In this table serach for class_name of "AdminInvoices" to find orders tab id
3) Edit the id_parent of AdminCarts to id_parent above (if you want it located where it should be)
 
 
 
Edited by btek (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...