// Añadir el campo de "Ahorro Instantáneo" en la página de edición de producto function instant_savings_add_product_field() { woocommerce_wp_text_input( array( 'id' => '_instant_savings_amount', 'label' => 'Ahorro Instantáneo', 'desc_tip' => 'true', 'description' => 'Introduce la cantidad que se ahorra el cliente en este producto.', 'type' => 'number', 'custom_attributes' => array( 'step' => '0.01', 'min' => '0' ) )); } add_action( 'woocommerce_product_options_general_product_data', 'instant_savings_add_product_field', 20 ); // Guardar el valor del campo "Ahorro Instantáneo" function instant_savings_save_product_field( $post_id ) { // Verifica si el campo está presente en el formulario if ( isset( $_POST['_instant_savings_amount'] ) ) { $instant_savings = sanitize_text_field( $_POST['_instant_savings_amount'] ); update_post_meta( $post_id, '_instant_savings_amount', $instant_savings ); } } add_action( 'woocommerce_process_product_meta', 'instant_savings_save_product_field' ); Microsoft Mouse Wireless Mobile 3500 White – Electronic Store, Tech Pc, Components, Laptop, Desktop

Microsoft Mouse Wireless Mobile 3500 White

$25.00

In stock

Is a wireless mouse that offers control for right- or left-handed users and compatibility with both Windows and Mac systems.

SKU: 210000010819 Categories: ,

$25.00

Description

  • BlueTrack Technology – Works on more surfaces than optical or laser technology.
  • Nano Transceiver – Leave it plugged in your notebook when you’re on the go. The mouse has its own on/off switch.
  • Up to 8 months battery life – Power status indicator lets you know when your battery runs low.
  • Comfort – Designed by ergonomic experts for comfort in either hand.
  • BlueTrack Technology – Works on more surfaces than optical or laser technology.

Specification

Additional information

Weight1 lbs
Dimensions24.89 × 23.11 × 10.41 cm
Battery

1x AA

Compatibility

Windows/ Mac

Interface

Wireless

Reviews (0)

Be the first to review “Microsoft Mouse Wireless Mobile 3500 White”

Your email address will not be published. Required fields are marked *

Reviews

There are no reviews yet.

Main Menu