Navigation überspringen

[Gelöst] Create orders deliveries for a product

This support ticket is created vor 1 Jahr, 5 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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 1 Stimme und hat 0 Antworten.

>

Assistiert von: Minesh.

Author
Artikel
#2685822

I have 1CPT "Products", 1 CPT "Clients"

I need a page to create new orders (another CPT ? or an intermediary post ?) where I choose the product in a selection list and a client in another selection list adding some custom data in the custom fields of the order. To create the order with its relationships to the product and the client (in 1 form)

On the page of the product, I need to click on a button "add order" that will open a form to create an order related to the product it comes from where I can choose my "client". Same on the Client page...

How can I do that ?