Jump to content

Ebay bug syncronize order/customer


Totti

Recommended Posts

I do what I noticed with the first two orders is that it creates a client (caller), but not her address.
This creates the problem that when the amount of orders ebay gives me error on importing fields.
I am forced to enter the address manually, and then finds out the form and then overwrites it.

Property Address->phone_mobile is empty
at line 846 in file classes/ObjectModel.php

840. 
841. 			$message = $this->validateField($field, $this->$field);
842. 			if ($message !== true)
843. 			{
844. 				if ($die)
845. 					throw new PrestaShopException($message);
846. 				return $error_return ? $message : false;
847. 			}
848. 		}
849. 
850. 		return true;

Edited by Totti (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...

We have the same issue when we try to import order from ebay.

 

@Totti:

immagino tu sia italiano. Sei riuscito a trovare una soluzione per questo problema??

 

Edit: I have resolved the issue disabling from the addes list the require of the phone_mobile field (at the end of the page)

Edited by BigfootSRL (see edit history)
Link to comment
Share on other sites

We have the same issue when we try to import order from ebay.

 

@Totti:

immagino tu sia italiano. Sei riuscito a trovare una soluzione per questo problema??

 

Edit: I have resolved the issue disabling from the addes list the require of the phone_mobile field (at the end of the page)

Si sono italiano :)

Ora provo la tua soluzione vediamo cosa succede.

 

Grazie.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...