Skip to product information
1 of 1

The Royal Standard

Texas Platter

Texas Platter

Serve up your favorite snacks with a touch of Lone Star charm using the Texas Platter. This embossed plate brings a playful nod to Texas pride, perfect for game days, gatherings, or just adding a little fun to your table. Durable and stylish, it’s ready to showcase everything from chips to barbecue with a big Texas-sized personality.

Regular price $24.00 USD
Regular price Sale price $24.00 USD
Sale Sold out
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);