Hurry up and get all the discounts!
The sales have started!
Light In The Box Motion Sensor Under Cabinet Light, Ultra-thin Under Wireless LED Cabinet Light Indoor Rechargeable Magnetic Strip Lights for Kitchen,
$51.99 Original price was: $51.99.$28.99Current price is: $28.99.
Light In The Box Motion Sensor Under Cabinet Light, Ultra-thin Under Wireless LED Cabinet Light Indoor Rechargeable Magnetic Strip Lights for Kitchen,
$51.99Original price was: $51.99.$28.99Current price is: $28.99.<?php global $product; $stock_status = $product->get_stock_status(); $stock_quantity = $product->get_stock_quantity(); $price = $product->get_price(); if ($stock_status === 'outofstock' || $product->is_type('variable') || empty($price)) { return; } echo '<div class="quantity">'; echo '<input type="button" value="-" class="minus">'; echo '<input type="number" step="1" min="1" name="quantity" value="1" class="input-text qty text" size="4" max="' . $stock_quantity . '" data-max-stock="' . $stock_quantity . '">'; echo '<input type="button" value="+" class="plus">'; echo '</div>'; ?>