Skip to product information
1 of 1

The Royal Standard

Texas Shaped Mini Dish

Texas Shaped Mini Dish

Bring a little Texas charm to your table with this fun 6-inch Texas Shaped Mini plate. Perfect for snacks, appetizers, or small bites, its unique Lone Star State outline adds personality to any gathering. Compact yet eye-catching, this plate is a playful way to serve favorites while celebrating Texas pride.

Regular price €8,95 EUR
Regular price Sale price €8,95 EUR
Sale Sold out
Tax included.
View full details
document.addEventListener('submit', function (e) { const form = e.target; if (!(form instanceof HTMLFormElement)) return; // Only affect Classic Case product if (!window.location.pathname.includes('/products/classic-case')) return; // Only for add-to-cart if (!form.action.includes('/cart/add')) return; const qtyInput = form.querySelector('input[name="quantity"]'); if (!qtyInput) return; qtyInput.value = '1'; qtyInput.min = '1'; qtyInput.setAttribute('data-min', '1'); }, true);