Saltar navegación

[Resuelto] Manage Orders in frontend

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 6 años, 5 meses. 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)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Christian Cox hace 6 años, 5 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#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.