My WooCommerce-based site sells a single, fixed-price service. Right now the product page shows a bulky pricing table that doesn’t make sense for a one-price offer. I need that table removed and replaced with a clean “Processing Speed” selector. For the moment there is only one choice—“Standard”—but the code you write should be flexible so I can later add “Express” or “Priority” without having to revisit the template. Scope • Strip out the existing pricing table from the product template or page builder section currently in use. • Insert a dropdown (or radio button set, whichever integrates more neatly with the theme) that lists the single option “Standard”. • Ensure the selector saves to the order meta and is clearly visible in the cart, checkout, confirmation email, and admin order view. • Keep every other part of the product page intact: price, description, reviews, and add-to-cart flow must remain unaffected. • Deliver a lightweight solution—functions.php snippet or a small custom plugin—so updates to WordPress, WooCommerce, or the theme do not wipe the change. Acceptance If I can choose “Standard”, add the service to cart, and later read that choice in the WooCommerce order admin without errors or styling issues, the task is complete. The site runs the latest WordPress, WooCommerce, and an Astra child theme; no page builders beyond Gutenberg. Please stick to best-practice hooks and minimal CSS so maintenance stays simple.