A Northern Freshwater Favorite Well-loved throughout the Northern United States and Canada, walleye is widely regarded as one of the best tasting freshwater fish available. The walleye has been a staple in the Great Lakes and Canadian lakes for generations, popular as both as both a commercial and sport fish because of its dining appeal. Fine-flaked walleye fillets are revered for their thickness and succulent, sweet, mild flavor. While pan-fried walleye is a traditional preparation, walleye are delicious when sauteed, baked, grilled or prepared just about any way you can think of. window.addEventListener('load', function() { // Check if sub_dis cookie exists and URL contains "" const subDisCookie = document.cookie.match(/sub_dis=([^;]+)/); if (subDisCookie && window.location.href.includes('walleye')) { // Create new bullet point element const freeCrabBullet = document.createElement('li'); freeCrabBullet.className = 'sales-point'; // Add checkmark icon to bullet point element const checkmarkIcon = document.createElement('svg'); checkmarkIcon.setAttribute('aria-hidden', 'true'); checkmarkIcon.setAttribute('focusable', 'false'); checkmarkIcon.setAttribute('role', 'presentation'); checkmarkIcon.setAttribute('class', 'icon icon-circle-checkmark'); checkmarkIcon.setAttribute('viewBox', '0 0 64 64'); const checkmarkPath = document.createElement('path'); checkmarkPath.setAttribute('class', 'a'); checkmarkPath.setAttribute('d', 'M52.68 24.48A22 22 0 1 1 47 15.93M21 32l8.5 8.5L57 13'); checkmarkPath.setAttribute('stroke', '#000'); checkmarkPath.setAttribute('stroke-width', '2px'); const iconAndText = document.createElement('span'); iconAndText.className = 'icon-and-text'; const portionCount = document.createElement('span'); portionCount.id = 'portion_ct'; // Add bolded text to bullet point element const portionText = document.createElement('span'); portionText.innerHTML = 'UPGRADED OFFER: Get 15% OFF Today With Code: GOODWALLEYE'; const portionSpan = document.createElement('span'); portionSpan.appendChild(portionText); iconAndText.appendChild(portionSpan); freeCrabBullet.appendChild(iconAndText); // Insert new bullet point elements const salesPointsList = document.querySelector('.sales-points'); const firstBulletPoint = salesPointsList.firstChild; salesPointsList.insertBefore(freeCrabBullet, firstBulletPoint); // const newBulletPoint = document.createElement('li'); // newBulletPoint.className = 'sales-point'; // const newBulletText = document.createElement('span'); // newBulletText.innerHTML='1 Lb of Carolina Shrimp AND 1 Lb of Gulf Shrimp FREE with Code: GOODSHRIMP'; // const newBulletSpan = document.createElement('span'); // newBulletSpan.appendChild(newBulletText); // newBulletPoint.appendChild(newBulletSpan); // salesPointsList.insertBefore(newBulletPoint, firstBulletPoint.nextSibling); } });