This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Agregar zonas de envío en WooCommerce */ | |
| add_filter ( 'woocommerce_states' , 'goowoo_add_states' ); | |
| function goowoo_add_states( $states ) { | |
| $states [ 'CO' ] = array ( | |
| 'ESTRELLA' => __( 'Estrella ' , 'woocommerce' ) , | |
| 'ITAGUI' => __( 'Itagui' , 'woocommerce' ) , | |
| 'SABANETA' => __( 'Sabaneta' , 'woocommerce' ) , | |
| 'ENVIGADO' => __( 'Envigado' , 'woocommerce' ) , | |
| 'POBLADO' => __( 'Poblado' , 'woocommerce' ) , | |
| 'LAURELES' => __( 'Laureles' , 'woocommerce' ) , |