Saltar navegación

[Resuelto] Post status from Views and Post Form

This support ticket is created hace 4 años, 7 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.

Etiquetado: 

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por kelvinL-2 hace 4 años, 7 meses.

Autor
Mensajes
#1798435
Screenshot 2020-10-03 at 5.13.31 PM.png
Screenshot 2020-10-03 at 5.11.49 PM.png

Dear Sir/Madam,

My site has the woocommerce installed, I set my default post status to a new post as Pending Payment, I want to filter all post if publish and not yet paid, from the Views, the filter options are more than the Post Forms.

I finally set the status to Publish and wc-pending and I can list out all post I want, I want to understand the difference between wc-pending and pending, does Toolset have the detailed description to all status?

best regards,

Kelvin.

#1800483

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+01:00)

Hi Kelvin

The pending status is a built-in WordPress status for posts which have been created by users who do not have rights to publish: https://wordpress.org/support/article/post-status/#pending

The wc-pending status is specific to WooCommerce, and is usually applied to Orders, meaning that the order is pending payment.

#1803279

Got it. Thank you!