Quentin_C Posted April 25, 2012 Share Posted April 25, 2012 Bonjour à tous, Je suis actuellement en train de développer un intégration entre PrestaShop et un ERP en utilisant le WEB Service, Cependant je me rend compte que la resssource order_return n'est pas disponible via le service WEB ... Pouvez-vous me dire si dans la prochaine version de PrestaShop si vous comptez rajouter cette ressouce pour qu'elle soit disponible via l'interface REST ? Sinon comment rajouter soit même la ressource ? (hack) Bien à vous Link to comment Share on other sites More sharing options...
Quentin_C Posted April 25, 2012 Author Share Posted April 25, 2012 Pour les gens confrontés à mon problème, j'ai trouver une solution (hack) [TUTO] # #---------[ 1. OUVRIR]------------------------------------------------------- # \prestashop\classesWebserviceRequest.php # #---------[ 2. TROUVER]------------------------------------------------------- # Vers la ligne 241 'order_states' => array('description' => 'The Order states','class' => 'OrderState'), # #---------[ 3. AJOUTER APRES ]-------------------------------------------------- # 'order_returns' => array('description' => 'The Order return','class' => 'OrderReturn'), 'order_return_states' => array('description' => 'The Order return state','class' => 'OrderReturnState'), # #---------[ 4. ENREGISTRER/ENVOYER SUR LE SERVEUR ]---------------------------- # [/TUTO] Cependant je pense que cette modification serait intéressante a intégrer dans le core de PrestaShop! 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