$src) { if ($w > 800) unset($sources[$w]); } return $sources; }, 10, 1); // Clamp the MAIN product so it can’t pick 1536 on high-DPR phones add_filter('wp_get_attachment_image_attributes', function($attr, $attachment){ if (!empty($attr['class']) && strpos($attr['class'], 'wp-post-image') !== false) { $inline_size = 'medium'; // use 'medium_large' for a sharper inline image if ($src = wp_get_attachment_image_src($attachment->ID, $inline_size)) { $attr['src'] = $src[0]; $attr['width'] = $src[1]; $attr['height'] = $src[2]; } $attr['srcset'] = wp_get_attachment_image_srcset($attachment->ID, $inline_size); $attr['sizes'] = '(max-width: 480px) 320px, 480px'; unset($attr['fetchpriority']); } return $attr; }, 10, 2); } // Boost the main product image as LCP (without pulling a bigger file) add_filter('wp_get_attachment_image_attributes', function($attr, $attachment){ static $done = false; // ensure we only mark the first/main image if ( is_product() && !$done && !empty($attr['class']) && strpos($attr['class'], 'wp-post-image') !== false ) { $attr['loading'] = 'eager'; $attr['fetchpriority'] = 'high'; $done = true; } return $attr; }, 11, 2); ?>ID, 'woocommerce_thumbnail')) { $attr['src'] = $t[0]; $attr['width'] = $t[1]; $attr['height'] = $t[2]; } // Only advertise small candidates; tell the browser the box is ~200px $attr['srcset'] = wp_get_attachment_image_srcset($attachment->ID, 'woocommerce_thumbnail'); $attr['sizes'] = '200px'; // Make sure these stay lazy/low priority (they aren’t LCP) $attr['loading'] = 'lazy'; unset($attr['fetchpriority']); } return $attr; }, 10, 3); // 3) Backstop: trim any oversized candidates that might sneak in add_filter('wp_calculate_image_srcset', function($sources){ if (!is_product()) return $sources; foreach ($sources as $w => $src) { if ($w > 400) unset($sources[$w]); // 400w is plenty for a 200px box, even on 2x DPR } return $sources; }, 10, 1); ?> roles ) ) { foreach ( array_keys( $taxes ) as $key ) { $taxes[$key] = 0; } } return $taxes; }, 100, 2 ); /** * Part 2: Display the message on the CART page (Server-side PHP) * This works perfectly for the non-dynamic cart page. */ add_action( 'woocommerce_cart_totals_before_order_total', function() { if ( is_user_logged_in() && in_array( 'tax_exempt_customer', (array) wp_get_current_user()->roles ) ) { echo 'Tax Exempt$0.00'; } }); /** * Part 3: Display the message on the CHECKOUT page (Client-side JavaScript) * This handles the AJAX updates on the dynamic checkout page. */ add_action( 'wp_footer', function() { // Only run this script for exempt users and only on the checkout page. if ( is_checkout() && ! is_wc_endpoint_url() && is_user_logged_in() && in_array( 'tax_exempt_customer', (array) wp_get_current_user()->roles ) ) { ?>
Previous ProductNext Product

ANYLOAD RAMP Floor Scale Ramp

 

The ANYLOAD industrial floor scale ramp is constructed from durable mild steel with a rugged checker-plated surface and a high-quality industrial paint finish. Available in various sizes, it includes removable scale base mounting plates and all necessary hardware for easy installation.

Quantity Price
1 - 9 $1,056.00
10 - 24 $1,003.20
25 - 49 $971.52
50 - 99 $939.84
100 + $897.60
Tacuna Systems Price Match Guarantee
SKU: RAMP Category: Brand:

ANYLOAD RAMP Features

The ANYLOAD industrial floor scales ramp is meticulously designed and manufactured from robust mild steel, ensuring long-lasting durability in demanding environments. Featuring a rugged checker-plated surface, this ramp provides excellent grip and stability, making it ideal for heavy-duty industrial applications. The ramp is coated with a high-quality industrial paint finish, offering enhanced protection against wear, corrosion, and other environmental factors. Available in a range of sizes to suit various needs, the ramp comes with a pair of removable scale base mounting plates, complete with connecting nuts and bolts for hassle-free installation. Whether for warehouses, factories, or other industrial settings, the ANYLOAD ramp delivers reliable performance and ease of use.

  • Mild steel construction
  • Rugged checker plate surface
  • Surface coated with high-quality industrial paint
  • Includes removable scale base mounting plates with connecting nuts and bolts

Available Options: 3’X3′, 4’X3′, 4’X4′ & 5’X4′.

Other dimensions and stainless steel options may also be available. Contact us for any product-related questions.

Technical Documents

ANYLOAD RAMP Datasheet

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.