Sauter la navigation

[Résolu] Manage Orders in frontend

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem: I would like to be able to manage WooCommerce Orders on the front-end of the site using Forms.

Solution: WooCommerce Orders are not well integrated with Forms, since they include lots of complex data types and features.

This support ticket is created Il y a 6 années et 6 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Christian Cox Il y a 6 années et 6 mois.

Assisté par: Christian Cox.

Auteur
Publications
#1083076

Hi,

I'm tring to create a way to manage orders with a frontedn page.
I have many vendord with no access to the bakcend.

In the backend of woocommerce is possible to manage orders (add fees, change price, update the status of order,etc.)

There is a way to build a fronted page where i possible to manage the same things?

Thank you

#1083228

Not really, because WooCommerce's Order post type includes lots of custom field information that isn't well integrated in Types and Forms. You may be able to do some very basic Order manipulation, like Order status, using custom PHP code and the Forms API and Forms Commerce API, but it will require a significant knowledge of WooCommerce's API and PHP:
https://toolset.com/documentation/programmer-reference/cred-api/
https://toolset.com/documentation/programmer-reference/cred-commerce-api/

I can show you how to use any of the Forms APIs or Forms Commerce APIs, but most of the Order manipulation code will be outside the scope of support we provide here in the forums.