Skip Navigation

[Gelöst] Manage Orders in frontend

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 6 Jahren, 3 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Christian Cox vor 6 Jahren, 3 Monaten.

Assistiert von: Christian Cox.

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