?php /** * ru-product-enhancements.php — RetailUnlimit Product Page Improvements * ====================================================================== * Adds: * 1. Stock / availability badge with shipping estimate * 2. B2B Quote Request button (next to Add to Cart) * 3. Warranty & Return policy trust snippet */ if (!defined('ABSPATH')) exit; // ── 1. STOCK / AVAILABILITY BADGE ──────────────────────────────────────────── // Fires just before the price (priority 9 = just before default price at 10) add_action('woocommerce_single_product_summary', 'ru_availability_badge', 9); function ru_availability_badge() { global $product; if (!$product) return; $stock_status = $product->get_stock_status(); $stock_qty = $product->get_stock_quantity(); $manage_stock = $product->managing_stock(); if ($stock_status === 'instock') { if ($manage_stock && $stock_qty !== null && $stock_qty <= 5) { // Low stock $badge_html = '
Only ' . intval($stock_qty) . ' left — Estimated Shipping: 2-5 Business Days
'; } else { // In stock $badge_html = '
In Stock — Estimated Shipping: 1-3 Business Days
'; } } elseif ($stock_status === 'onbackorder') { $badge_html = '
Available for Backorder — Additional lead time may apply. Contact us for delivery estimates.
'; } else { $badge_html = '
Out of Stock — Contact us for availability and alternative sourcing options.
'; } // Check for special order meta $special_order = get_post_meta(get_the_ID(), '_special_order', true); if ($special_order) { $badge_html .= '
Special Order — Non-cancellable once placed
'; } echo $badge_html; } // ── 1b. SHARED FULFILLMENT-STATE MAPPING (Issue #108) ──────────────────────── // Reusable state classifier — #109 Product Fulfillment State vocabulary. // Used by category/search card badges (ru_card_availability_badge). // Deliberately excludes shipping-estimate copy and Special Order status; // both are surface-specific rendering concerns handled separately. // ru_availability_badge() (single-product page) is NOT yet refactored to // use this function — that is explicitly deferred (see #108 follow-on). function ru_map_to_fulfillment_state($product) { $stock_status = $product->get_stock_status(); $stock_qty = $product->get_stock_quantity(); if ($stock_status === 'onbackorder') { return array( 'state' => 'available_for_backorder', 'label' => 'Available for Backorder', 'class' => 'ru-stock-backorder' ); } if ($stock_status !== 'instock') { return array( 'state' => 'out_of_stock', 'label' => 'Out of Stock', 'class' => 'ru-stock-out' ); } if ($product->managing_stock() && $stock_qty !== null && $stock_qty <= 5) { return array( 'state' => 'low_stock', 'label' => 'Only ' . intval($stock_qty) . ' left', 'class' => 'ru-stock-low' ); } return array( 'state' => 'in_stock', 'label' => 'In Stock', 'class' => 'ru-stock-in' ); } // ── 1c. CATEGORY/SEARCH CARD AVAILABILITY BADGE (Issue #108) ───────────────── function ru_card_availability_badge() { global $product; if (!$product) { return; } $info = ru_map_to_fulfillment_state($product); echo '
' . esc_html($info['label']) . '
'; } // ── 2. B2B QUOTE REQUEST BUTTON ─────────────────────────────────────────────── // Fires after Add to Cart button (priority 32 = just after default 30) add_action('woocommerce_single_product_summary', 'ru_b2b_quote_button', 32); function ru_b2b_quote_button() { global $product, $post; $product_name = get_the_title(); $mpn = get_post_meta($post->ID, '_mpn', true); $sku = get_post_meta($post->ID, '_sku', true); $price = $product->get_price(); $product_id = $post->ID; $quote_url = '/b2b-enterprise-quote/?prod_name=' . urlencode($product_name) . '&mpn=' . urlencode($mpn) . '&sku=' . urlencode($sku) . '&price=' . urlencode($price) . '&product_id=' . $product_id; echo '
Request B2B Quote
'; } // ── 3. WARRANTY & RETURN POLICY TRUST SNIPPET ──────────────────────────────── // Fires after the Add to Cart area (priority 35) add_action('woocommerce_single_product_summary', 'ru_trust_snippet', 35); function ru_trust_snippet() { echo '
Manufacturer Warranty All products include full manufacturer warranty
30-Day Returns Hassle-free returns on eligible items
Secure Checkout SSL encrypted · Net terms available for B2B
Fast Shipping Same/next business day dispatch
'; } // ── CSS FOR ALL THREE ELEMENTS ──────────────────────────────────────────────── add_action('wp_head', 'ru_product_enhancements_styles'); function ru_product_enhancements_styles() { if (!(is_product() || is_shop() || is_product_category() || is_product_tag())) { return; } echo ''; } B2B Enterprise Quote - RetailUnlimit.com
Dark Light

B2B Enterprise Quote

Enterprise Hardware Catalog

High-value enterprise equipment — request a custom quote with volume pricing, financing, or leasing options.

📦
APC

APC SMART-UPS VT RACK MOUNTED 20KVA 208V W/ISO XFMR W/5 BATT MOD., W/PDU &…

Starting at $22,899.99
📦
APC

ASSEMBLY SERVICE 5X8 FOR (1) GALAXY VX 1250 SCALABLE TO 1500KVA UPS

Starting at $22,919.99
📦
Micron

Micron 9550 MAX 25600GB NVMe U.2 (15mm) Enterprise SSD [Single Pack]

Starting at $22,935.67
📦
Micron

Micron 9550 MAX 25600GB NVMe E3.S (7.5mm) Enterprise SSD [Single Pack]

Starting at $22,935.67
📦
SonicWALL

SONICWALL NSA 6800 HIGH AVAILABILITY. MUST BE PAIRED WITH A REGULAR SONICWALL NSA 6800…

Starting at $22,971.89
📦
APC

ADVANTAGE PLUS SERVICE PLAN FOR ALL-IN-ONE WITH SYMMETRA PX, CW COOLING, UP TO 2

Starting at $22,984.99
Windows Server 2025 Datacenter ROK (16 core) – MultiLang
Lenovo

Windows Server 2025 Datacenter ROK (16 core) – MultiLang

Starting at $22,989.08
Windows Server 2025 Datacenter Additional License (16 core) (No Media/Key) (Reseller POS Only)
Lenovo

Windows Server 2025 Datacenter Additional License (16 core) (No Media/Key) (Reseller POS Only)

Starting at $22,989.08
📦
Lenovo

Veeam Data Platform Advanced Universal Subscription License. Includes Enterprise Plus Edition features. 10 instance…

Starting at $23,026.07
📦
APC

ISX0002472817-0001 ON 2025-2441695

Starting at $23,054.99
12-BAY 2U RACKMOUNT 12X20TB ENTERPRISE HARD DRIVES INCLUDED XEON D-1713NT 4X10GBE RAID ISCSI RAIL KIT INCLUDED 5-YEAR WARRANTY WITH PRODUCT REGISTRATION – TAA Compliant
Buffalo Americas

12-BAY 2U RACKMOUNT 12X20TB ENTERPRISE HARD DRIVES INCLUDED XEON D-1713NT 4X10GBE RAID ISCSI RAIL…

Starting at $23,150.71
📦
HPE

***SmartChoice***HPE ProLiant DL385 Gen11 9115 2.6GHz 16c 2P 8x32GB-R 8SFF MR408i-o 2x480GB SSD 2x800W…

Starting at $23,163.47

Apply for Net Terms / Financing

Apply for Net 30/60/90 terms or third-party financing. Approval typically within 1-2 business days.

Questions? Call (469) 251-0066 or email sales@retailunlimit.com

SHOPPING CART

close