To configure this module, you need to: **Lazy Loading Configuration (v18.0.1.3.0+):** #. Go to Settings → Website → Shop Performance #. Enable "Enable Lazy Loading" checkbox #. Set "Products Per Page" (default: 20) #. Save settings **Global Settings:** #. Go to Settings → Website → Shop Settings #. Configure default group settings #. Define pickup days and locations **Group Management:** #. Go to Contacts, filter by Groups (is_group=True) #. Create groups for your cooperative communities #. Add partners/members to groups via the Members tab **Product Configuration:** #. Link products to categories used in group orders #. Configure pricing and taxes for products #. Set product availability per supplier **Public URL of a group order (v18.0.1.13.0+):** Every group order is published under a readable slug, ``/eskaera/`` (for example ``/eskaera/escola-fructuos``), instead of its database id. #. Open the group order form: the slug is shown right under the name #. Leave it as generated or type your own (lowercase, digits and hyphens) #. Empty it and save to generate it again from the current name #. Old ``/eskaera/`` links keep working: they redirect to the slug URL Changing the slug of an order that members already bookmarked breaks those links, so pick it before publishing the order. **Renaming the /eskaera prefix per website:** The prefix can be changed without touching the code, per website, with Odoo's own rewrite rules — useful when the site does not speak Basque (``/escolas``, ``/pedidos``…): #. Go to Website → Configuration → Redirects and click New #. Choose the action **308 Redirect / Rewrite** and the website to apply it to #. Add one rule per public page, keeping the parameter untouched: * ``/eskaera`` → ``/escolas`` * ``/eskaera/`` → ``/escolas/`` * ``/eskaera//checkout`` → ``/escolas//checkout`` #. Update the URL of the website menu (Website → Site → Content → Menus) Odoo then serves the pages on the new prefix, rewrites the links in the templates and redirects the old URLs. The AJAX endpoints (``/eskaera/labels``, ``/eskaera/save-order``…) are never shown in the address bar and do not need a rule. **Online payment (v18.0.1.14.0+):** Payment is enabled per group order, and off by default: an order without it behaves exactly as before, with members saving a draft that the cutoff cron confirms in bulk. #. Configure the providers first, where Odoo always keeps them: Settings → Payment Providers. Enable and publish at least one (bank transfer, Redsys, Stripe...). This module ships no provider of its own and configures none; it only shows whichever ones are compatible. #. On a multi-website database, leave a provider's *Website* field empty to offer it everywhere, or set it to restrict the provider to one site. #. Open the group order form → *Online Payment* tab → tick **Online payment**. With the flag on, the checkout button becomes "Confirm and pay" and paying is the only way to place an order: the member goes through ``/eskaera//payment``, picks a method, and their sale order is confirmed as soon as the transaction completes. Members who have not paid by the cutoff date still get their draft confirmed by the cron, exactly as they do today — the flag decides how orders are placed, not who gets served.