Skip Navigation

[Resolved] Manage Orders in frontend

This thread is resolved. Here is a description of the problem and solution.

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 6 years, 3 months ago. 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)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 3 months ago.

Assisted by: Christian Cox.

Author
Posts
#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.