# One-page checkout without review

## Overview

**One Page Checkout without Review** is an optimized purchase flow designed to support fast and streamlined shopping experiences. It combines ease of use with speed, bringing together all key stages of the purchase process onto a single page.&#x20;

## Generate link

Use the **One** **page checkout without review** flow by following the steps below.

1. Log in to your [2Checkout Merchant Control Panel ](https://secure.2checkout.com/cpanel)account.
2. Navigate to *Setup →* [*Generate links*](https://secure.2checkout.com/cpanel/integration.php)*.*
3. Click on the **Checkout** **Links** tab.&#x20;
4. Select **Default Flows**.
5. In the **Link options** section, you can see a list with all available 2Checkout purchase flows.
6. Click **One** **page checkout without review** to select this purchase flow.
7. Choose one or more products from the **Select products** drop-down list to have the single page checkout flow associated with the experience offered to your users, ahead of generating buy-links for your offerings.

## Purchase flow

<div data-with-frame="true"><img src="/files/bf19c2bb0ee007acdf73269c0e626f5b71670d37" alt=""></div>

After shoppers add a product to the cart and move to the next stage of the purchase process, 2Checkout redirects them to the one page checkout experience.

**One page checkout without review** comes with full cart functionality, enabling shoppers to:

* Modify quantity
* Add and remove products from the cart
* Enter discount coupons
* Change the display currency, language, and country
* Purchase download software insurance
* Purchase cross-sell products

Shoppers need only provide their billing information and preferred payment method.&#x20;

**One** **page checkout without review** doesn't include a review stage or require shoppers to go through any additional steps ahead of placing the order.

This is why under the **Payment Options** area, the cart highlights the amount to be charged. Once they're done adding products to the cart and entering their billing and payment info, shoppers get to place the order directly.

2Checkout matches the display currency with the billing currency for the **One** **page checkout without review** purchase flow, and as such, shoppers no longer get the option to select a different standalone billing currency. In scenarios where shoppers choose a different country, the final price will be updated automatically, taxes included, taking into consideration the taxation details of the locale. The page will need to refresh itself in order to present the new details.

## Limitations

**One-page checkout without review** does not support scenarios for products in the following categories:

* The products price is zero
* Products with physical delivery

Some orders require shoppers to enter additional information on top of the billing and payment areas of the **One** **page checkout without review** shopping cart support.

Consequently, there are a number of exceptions when the **One** **page checkout without review** purchase process is swapped for the **One page checkout with review** flow:

* Payment settings active for your account do not support the billing currency.
* The delivery address is different than the billing address.

## One-page trials

One page checkout with review works with:

* Free trials with payment details
* Paid trials

Streamline the ordering process of free trials with payment details and of paid trials, by using the **One page checkout without review** flow.

When you generated the trial link, add the **\&CARD=2** parameter manually.

For example, this download link:

```apache
https://secure.2checkout.com/order/trial.php?PRODS=123445566&QTY=1&PRICES4552060[EUR]=0&TPERIOD=30&PHASH=43684afcfe81388878b9612793bfdb51
```

needs to become:

{% code title="example" %}

```apache
https://secure.2checkout.com/order/trial.php?PRODS=123445566&QTY=1&PRICES4552060[EUR]=0&TPERIOD=30&PHASH=43684afcfe81388878b9612793bfdb51&CARD=2
```

{% endcode %}

for the users accessing the trial to go through the **One page checkout without review** flow.

For free trials with payment details, customers receive trial information in the **Payment Options** area of the shopping cart.

For paid trials, shoppers are provided not only with relevant trial details, but also a notification of the charge they'll incur. 2Checkout only charges the amount you set as the cost of the trial and not the full value of the product/subscription.

Related

* [Products and subscriptions listing query parameters](https://verifone.cloud/docs/2checkout/Documentation/myAccount/Products-and-subscriptions-listing-query-parameters)
* [Subscriber management and self-service](https://verifone.cloud/docs/2checkout/Documentation/Subscription-Billing/03Subscriber-management-and-self-service)
* [Contracts](https://verifone.cloud/docs/2checkout/Documentation/Subscription-Billing/01Subscription-Billing-Set-up/03Contracts)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/shopping-carts/purchase-flows/one-page-checkout-without-review.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
