Passer au contenu

Panier

Votre panier est vide

UbaVet UbaMeg EFA 1000 mg Gélules d'acides gras oméga-3 - 120 Gélules

View more products by: UbaVet
SKU: 104055
Prix de vente $25.50
Options disponibles:
Gélules d'acides gras oméga-3 1000 mg UbaVet UbaMeg EFA - Pets Drug Mart
UbaVet UbaMeg EFA 1000 mg Gélules d'acides gras oméga-3 Prix de vente $25.50
// Sort by label and options document.querySelectorAll('.junip-select-label').forEach(function(el) { if (el.textContent.trim().startsWith('Sort by:')) { el.childNodes[0].textContent = 'Trier par : '; } if (el.textContent.trim() === 'Rating') { el.textContent = 'Évaluation'; } }); // Sort by dropdown options var sortSelect = document.getElementById('junipReviewSort'); if (sortSelect) { var sortMap = { 'Latest': 'Plus récent', 'Oldest': 'Plus ancien', 'Highest rated': 'Mieux noté', 'Lowest rated': 'Moins bien noté', 'Most helpful': 'Plus utile' }; sortSelect.querySelectorAll('option').forEach(function(opt) { if (sortMap[opt.textContent.trim()]) { opt.textContent = sortMap[opt.textContent.trim()]; } }); } // Rating filter dropdown options var ratingSelect = document.getElementById('junipRatingFilter'); if (ratingSelect) { var ratingMap = { 'All': 'Tous', '1 star': '1 étoile', '2 stars': '2 étoiles', '3 stars': '3 étoiles', '4 stars': '4 étoiles', '5 stars': '5 étoiles' }; ratingSelect.querySelectorAll('option').forEach(function(opt) { if (ratingMap[opt.textContent.trim()]) { opt.textContent = ratingMap[opt.textContent.trim()]; } }); } // "Photos & videos" checkbox label document.querySelectorAll('.junip-filter-checkbox-container label').forEach(function(el) { if (el.textContent.trim() === 'Photos & videos') { el.textContent = 'Photos et vidéos'; } }); // Selected sort value display document.querySelectorAll('.junip-selected-value').forEach(function(el) { var sortMap = { 'Latest': 'Plus récent', 'Oldest': 'Plus ancien', 'Highest rated': 'Mieux noté', 'Lowest rated': 'Moins bien noté', 'Most helpful': 'Plus utile' }; if (sortMap[el.textContent.trim()]) { el.textContent = sortMap[el.textContent.trim()]; } });