Retiro en tienda sin codigo postal
-
Hola a todos, como andan?
Estoy armando una web para unos clientes que se encuentran en Panamá, cuestión es que en Panamá no existen los códigos postales… Buscando algunas opciones de código logré ocultar en el formulario de contacto el campo “código postal”… Estaba todo fenomenal… hasta que me di cuenta de que ocultar los códigos postales hace que no funcione el retiro en tienda del pedido (pick up service)… :tired_face: Alguien tiene idea de como solucionar esto y me puede ayudar?Tengo puesto este código en el plug-in fragmentos de código…
add_filter( ‘woocommerce_checkout_fields’ , ‘bbloomer_remove_billing_postcode_checkout’ );
function bbloomer_remove_billing_postcode_checkout( $fields ) {
unset($fields[‘billing’][‘billing_postcode’]);
return $fields;
}Muchas gracias de antemano
I don’t have a site linked to this WordPress.com account
-
Hi there,
Please contact WooCommerce support directly for help with their plugin. The forum you’re posting in now is for the hosting provider, WordPress.com, and we can only help with sites that are hosted on our servers.
If you’re using the free version of WooCommerce you can post in their community forum, here:
https://wordpress.org/support/plugin/woocommerce/
Or if you’re using any premium or payment gateway add-on downloaded from WooCommerce.com you can reach live chat and email support here:
- The topic ‘Retiro en tienda sin codigo postal’ is closed to new replies.