Skip Navigation

[Resuelto] Layout and woocommerce (ugs)

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

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por ThierryR232 hace 6 años, 4 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#950587

Hello,

How i can displying a product ugs in a spacial layout?

thx

#951096

UGS is SKU, right?
SKU should be stored as a Custom Post Field in WooCommerce (hidden), using slug "_sku", you can try views shortcode wpv-post-field like this:
[wpv-post-field name="_sku"]

Does that work?

#951101

Great thanks