My WordPress store runs WooCommerce and needs three small but important checkout tweaks. First, I want the shipping drop-down to react to the cart total. If the order is below SGD 40, buyers should see only “Self Pick-Up.” As soon as the total reaches or passes 40, “Home delivery” becomes selectable. Any other methods can stay hidden for now. Second, the Delivery field itself should stay out of sight when the total is under that same threshold and reappear automatically once the limit is met. The idea is to keep the form clean and avoid confusing customers who are collecting their orders. Finally, the email workflow has to wait for a confirmed HitPay transaction. At the moment WooCommerce fires its standard “new order” messages the moment the checkout page completes, but I need both the buyer and the seller notifications to go out only after HitPay returns a successful payment status. There is no current HitPay integration, so you’ll need to hook into its API/webhooks (or another proven method) and trigger the emails from that point instead of WooCommerce’s default action. If you have experience working with WooCommerce hooks, PHP snippets, and payment-gateway callbacks, this should be straightforward. I’ll provide site access, a staging copy if you prefer, and quick feedback on each milestone. Looking forward to getting this live.