Evaluating bids

Programador Js, Php con experiencia en Woocommerce para 2 pequeños ajustes

Published on the July 02, 2021 in IT & Programming

About this project

Open

Hola, se requiere de un programador que pueda modificar el siguiente snippet:
add_action( 'woocommerce_cart_item_price', 'wc_add_notice_free_shipping' );

function wc_add_notice_free_shipping() {
         
          $free_shipping_settings = get_option('woocommerce_free_shipping_1_settings');
          $amount_for_free_shipping = $free_shipping_settings['min_amount'];

          $cart = WC()->cart->subtotal;
          $remaining = $amount_for_free_shipping - $cart;

          if( $amount_for_free_shipping > $cart ){
              $notice = sprintf( "¡Te faltan %s para <b>tener el envío gratis</b>!", wc_price($remaining));
              wc_print_notice( $notice , 'notice' );
          }
           
}

El cuál muestra un aviso del monto que le falta al cliente para conseguir el envío gratis, lo que se requiere es que una vez que se cumpla esa cantidad muestre el mensaje de felicidades tienes envío gratis, la segunda tarea es hacer que un elemento del menú abra un div con una clase al darle clic.

Saludos.

Category IT & Programming
Subcategory Web development
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by G. L.