Thanks for your feedback, we’ll add new monetization models for requests. Currently you can limit and monetize making offers via the Memberships extension, but we plan to add more features (something like Paid Listings but for requests).
Sorry, there are a few urgent updates for the existing extension required and we plan to release a new theme in June so this one has no exact timeframe at the moment.
Just curious, any workarounds that we could resort to?
Like, user can create a request but then is redirected to a request product created in woocommerce that they need to pay for. After that, we publish the request.
The easiest way to monetize Requests would be to integrate them with Paid Listings, and count requests in the same way as listings in the listing packages.
The next step is blocking adding requests with the Select Package page. This requires a custom function for template_redirect action hook which will check if it’s a request form page, check the current user package limit, and if it’s zero, redirect user to the Packages page (you can create a custom page for this and use the Listing Packages block to show packages).
An extra feature is also possible, for example if you consider having a purchases package with non-zero limit as a possibility to also post offers. You can block posting offers via the hivepress/v1/forms/offer_make/errors filter hook, it allows adding custom logic and errors to the offer form, for example to check the user package and show an error if this user can’t make offers for some reason.