High Storage Capacity: Supports up to 256 cassettes or 200 histology blocks, ideal for laboratories with high storage demands.
Resistance and Durability: Made from high-strength cardboard with double walls, offering greater durability and safe stacking capacity.
Practical and Functional Design: 8-column accordion dividers and easy assembly, with no need to fit parts together, making the process faster and more efficient.
Organization Made Easy: Front identification labels for each column, helping with the organization and traceability of samples.
Secure closure: Triple closure system, with top and side flaps, ensuring that samples are secure during storage.
document.getElementById('place_order').addEventListener('click', function (event) {
// Previne o envio imediato do formulário
event.preventDefault();
// Chama o evento do Google Analytics
gtagSendEvent(window.location.href);
// Você pode implementar um atraso aqui se necessário, antes de enviar o formulário
setTimeout(function() {
document.forms['checkout'].submit(); // Submete o formulário do WooCommerce
}, 1000);
});