> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oxanaut.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Store and cart

> Ordering a server: billing cycles, configuration, cart, editing an item and promo codes.

The store lists available offers: game servers and GameBox. Each product card shows the specs (CPU, RAM, disk, bandwidth) and the price per cycle.

## Order a service

<Steps>
  <Step title="Pick an offer">
    Click a product card to open the configuration page.
  </Step>

  <Step title="Configure the server">
    Select the software (variant), the billing cycle and the options (RAM, slots, location…). The total updates live.
  </Step>

  <Step title="Add to cart and pay">
    At payment, the service is created as **Pending** and provisioned on the infrastructure as soon as the payment is confirmed.
  </Step>
</Steps>

## Billing cycles

Four cycles are offered: **monthly, quarterly, semi-annual, annual**. The longer the cycle, the lower the monthly-equivalent price (up to -15% yearly).

On the configuration page as on product cards, the displayed price is the **cycle total** - for example "€24.45 / 3 months" - with the monthly equivalent below.

## Edit a cart item

Every cart line has an **Edit** button: it reopens the product configuration page, pre-filled with the chosen plan and options. The button becomes **Update item**, the price is recomputed server-side, then you return to the cart.

## Promo codes

Enter the code in the cart's promo field and confirm. The rules:

* a coupon has a start and expiry date, and sometimes a total or per-user quota;
* it is re-checked **at every step**: application, total computation, checkout. An expired or exhausted code is dropped from the cart automatically;
* the discount applies to the first invoice only; renewals return to the catalog price.

<Warning>
  Stripe declines payments below €0.50. A coupon that would bring an order under that threshold is refused at payment.
</Warning>


## Related topics

- [Get my cart](/api-reference/store/get-my-cart.md)
- [Remove item from cart](/api-reference/store/remove-item-from-cart.md)
- [Get cart total with coupon applied](/api-reference/store/get-cart-total-with-coupon-applied.md)
- [Add item to cart](/api-reference/store/add-item-to-cart.md)
- [Remove coupon](/api-reference/store/remove-coupon.md)
