cancel
Showing results for 
Search instead for 
Did you mean: 

Create new order not working on magento 1.9.3

SOLVED

Create new order not working on magento 1.9.3

hello, 

 

can someone tell me best way to bug fix this?

I've got this in Chrome Console

Uncaught TypeError: Cannot read property 'setCustomerId' of undefined
at HTMLButtonElement.onclick ((index):560)

 

In admin/sales_order_create/index/ - when I select Create New Customer nothing is happening???magento-admin.jpg

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Create new order not working on magento 1.9.3

Since this functionality works well by default, we can suspect on 3rd party modules and your custom code. In order to debug it, try to turn off 3rd party Magento modules (only one at the same time) until you find what causes that.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

View solution in original post

1 REPLY 1

Re: Create new order not working on magento 1.9.3

Since this functionality works well by default, we can suspect on 3rd party modules and your custom code. In order to debug it, try to turn off 3rd party Magento modules (only one at the same time) until you find what causes that.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue