Passer au contenu

Panier

Votre panier est vide

Jouet en peluche pour les chiens de la série Snack - Lazy Doggies Chips

View more products by: Yamas Animal Products
SKU: 127155
Prix de vente $9.50
Jouet en peluche pour chien de la série de snacks Lazy Doggies Chips - Pets Drug Mart
Jouet en peluche pour les chiens de la série Snack - Lazy Doggies Chips Prix de vente $9.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()]; } });