Ir al contenido
Pack JugueteKIT SORPRESA #2
S/ 3.20
- 1 COLOREO
- 1 PAÑITO HUMEDO X12 UND
- 1 BURBUJA MINI DE 11CM
- 1 SPINNER
add_filter( 'woocommerce_coupons_enabled', 'dl_quitar_aviso_cupon_checkout' );
function dl_quitar_aviso_cupon_checkout( $enabled ) {
if (is_checkout() ) {
$enabled = false;
}
return $enabled;
}
add_filter( 'woocommerce_coupons_enabled', 'dl_quitar_aviso_cupon_carrito' );
function dl_quitar_aviso_cupon_carrito( $enabled ) {
if ( is_cart() ) {
$enabled = false;
}
return $enabled;
}
Valoraciones
No hay valoraciones aún.