/** * functions.php * @package WordPress * @subpackage Machic * @since Machic 1.0 */ // Load parent theme style add_action( 'wp_enqueue_scripts', 'machic_enqueue_styles', 99 ); function machic_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_style_add_data( 'parent-style', 'rtl', 'replace' ); } // Make shortcodes work inside text widgets add_filter('widget_text','do_shortcode'); // Shortcode to display product categories (footer + product pages) function custom_product_categories_shortcode() { $args = array( 'taxonomy' => 'product_cat', 'orderby' => 'name', 'hide_empty' => true, 'parent' => 0, 'number' => 8, // Limit to 8 categories ); if (is_product()) { global $product; $terms = get_the_terms($product->get_id(), 'product_cat'); if ($terms && !is_wp_error($terms)) { $parent_id = $terms[0]->parent ? $terms[0]->parent : $terms[0]->term_id; $args['parent'] = $parent_id; } } $categories = get_terms($args); if (!empty($categories) && !is_wp_error($categories)) { $output = ''; // Close the unordered list return $output; } return '

No categories available

'; // Default message if no categories found } add_shortcode('footer_categories', 'custom_product_categories_shortcode'); Adesso EasyTouch 425 – Rackmount Touchpad Keyboard – Game Evo Mart

Adesso EasyTouch 425 – Rackmount Touchpad Keyboard

SKU: ADESSO_AKB-425UB
Out of stock
$58.22
Out of stock
This item is low in stock.

Item(s) left: 0

SKU: ADESSO_AKB-425UB Categories: , ,

EasyTouch 425 – Rackmount Touchpad Keyboard

Description

Compact 1U Design with Built-in GlidePoint TouchPad (By Cirque), Membrane Key Switch, Embedded Multimedia and Internet Hotkeys, Plug-and-Play

Reviews

There are no reviews yet.

Be the first to review “Adesso EasyTouch 425 – Rackmount Touchpad Keyboard”

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