mrgubu
Forum Replies Created
-
Forum: Plugins
In reply to: [States, Cities, and Places for WooCommerce] Remove all Places but oneYordan llevas razón, en los ajustes generales > Ubicación no tenía restringido los países, estaba configurando solo el apartado de Ajustes > Envío .
Muchas gracias por la aclaración.
Forum: Plugins
In reply to: [States, Cities, and Places for WooCommerce] Remove all Places but oneGracias por tu respuesta, Yordan,
Sin embargo, cuando estás en el carrito y le das click a ‘Cambiar direccion’ te aparece una lista de todos los países…
https://www.escenaensevilla.es/test/woo_paises.jpg
¿esto se puede cambiar desde el plugin?
Hello
I am also trying to translate “You only need $XX more to get free shipping!” and “Continue Shopping”
I have add this code with Code Snipplet:
add_filter( ‘flexible_shipping_free_shipping_notice_text’, ‘wpdesk_flexible_shipping_free_shipping_notice_text’, 10, 2 ); function wpdesk_flexible_shipping_free_shipping_notice_text( $notice_text, $amount ) { return sprintf( ‘¡Solo necesitas %1$s más para tener ENVÍO GRATIS!’, wc_price( $amount ) ); }
But nothing happens.
And cannot find that string with Loco Translate