Saltar navegación

[Resuelto] Create orders deliveries for a product

This support ticket is created hace 1 año, 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
- 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 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 mensaje y tiene 0 respuestas.

>

Asistido por: Minesh.

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