Order page, request block, emails etc

Hi,

  1. Please try this solution Removing the “order again” button | WordPress.org
  2. This issue is probably caused by location, it doesn’t allow line breaks, you can try this CSS snippet Location doesn't fit on one line | HivePress Support
  3. Please make sure that you check the link right after the password reset, it should redirect to the success page and login users automatically.
  4. Make sure that outgoing emails are set up properly (e.g. via YaySMTP), WooCommerce should send the order-related emails for any orders.
  5. By default, the login form always redirects users to the current page or the URL set in the “?redirect=” parameter. It works this way to prevent disrupting intended actions, e.g. if someone clicked Favorite or Send Message and registered or logged in they’ll probably want to stay on the same page to continue the action (otherwise they’d have to search for this listing again and return to it). If you want to redirect users when they are logged in on the Home page you can try this snippet Redirect on login to My Account instead of homepage
  6. You can try using tiers and extras for this purpose, another solution is using requests - then user can post a completely custom request with specific budget, then vendor(s) can suggest their price with offers.
  7. You can tr marking the linked package product as Virtual and/or Downloadable, WooCommerce should complete such orders automatically.