Skip to product information
1 of 1

Rose River Lure Company

stickers

stickers

Regular price $4.00 USD
Regular price Sale price $4.00 USD
Sale Sold out
Product mockup
if (colorSelect && selectedImage && productForm) { //checking if elements are available. function updateVariant() { const selectedVariantId = colorSelect.value; const selectedOption = colorSelect.options[colorSelect.selectedIndex]; const imageUrl = selectedOption.getAttribute('data-image'); if (imageUrl) { selectedImage.src = imageUrl; } // Update the hidden variant ID input in the form. const variantInput = productForm.querySelector('input[name="id"]'); if (variantInput) { variantInput.value = selectedVariantId; } } colorSelect.addEventListener('change', updateVariant); updateVariant(); // Initial update on page load. // Find the position of the "Color" option. let option_index = -1; if(option_index === -1){ console.error("The product does not have a 'Color' option. Please add one."); } else { //This next part is to handle if a variant is preselected via url. const urlParams = new URLSearchParams(window.location.search); const variantIdFromUrl = urlParams.get('variant'); if(variantIdFromUrl){ for (let i = 0; i < colorSelect.options.length; i++) { if (colorSelect.options[i].value === variantIdFromUrl) { colorSelect.value = variantIdFromUrl; updateVariant(); break; } } } } } else { console.error("Required elements for color selection not found."); } });
Size
These stickers are printed on durable, high opacity adhesive vinyl which makes them perfect for regular use, as well as for covering other stickers or paint. The high-quality vinyl ensures there are no bubbles when applying the stickers.

• High opacity film that’s impossible to see through
• Fast and easy bubble-free application
• Durable vinyl
• 95µ density

Don't forget to clean the surface before applying the sticker.

Size guide

  HEIGHT (inches) WIDTH (inches)
3″×3″ 3 3
4″×4″ 4 4
5.5″×5.5″ 5 ½ 5 ½
15″×3.75″ 3 ¾ 15
View full details

Contact form