[gtranslate]

Login

Register

A link to set a new password will be sent to your email address.

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.

(function() { document.addEventListener('DOMContentLoaded', function() { var form = document.querySelector('form.variations_form'); if (!form) return; var variations = JSON.parse(form.dataset.product_variations || '[]'); if (!variations.length) return; var prices = variations.map(function(v) { return v.display_price; }); var allSame = prices.every(function(p) { return p === prices[0]; }); if (!allSame) return; var priceContainer = document.querySelector('.woocommerce-variation-price'); if (!priceContainer || priceContainer.innerText.trim() !== '') return; var price = prices[0]; var formatted = new Intl.NumberFormat('pl-PL', { minimumFractionDigits: 2, maximumFractionDigits: 2 }).format(price); priceContainer.innerHTML = '' + '' + formatted + '\u00a0z\u0142' + '' + ''; }); })()