# Testing One-Click Payment Methods

If you'd like to test the impact of one-click payment methods integrated with Shopify Payments (like Shop Pay, PayPal, Apple Pay, and more) on your product pages, you can easily do so by adding custom CSS to your variant product template to hide these payment methods.&#x20;

The test results will allow you to effectively measure the impact of these payment methods on your website and allow you to identify the degree of improvement, or lack thereof, that they provide.

### Step 1: Create a new product template test

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FSuwg8xrsia3LV6EIiqTL%2FEdit%20Product.gif?alt=media&#x26;token=df481016-a292-4b9a-a054-7c5c1301df7c" alt=""><figcaption></figcaption></figure>

* From the Shoplift Dashboard, click **Create Test** and select a product template as your original.&#x20;
* Then click **Duplicate** to create a variant template from your original template.

### Step 2: Hide Shopify Payments on your variant template

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FfgoHo1wIPFmtarKCtQMQ%2Fcustom%20css.png?alt=media&#x26;token=7954c600-25b6-4a9c-8061-f4dd866e07d3" alt=""><figcaption></figcaption></figure>

* Click **Edit in Shopify** to open up the Theme Editor and edit your variant template. Select your product details section or product information section from the list of sections on the left-hand sidebar.&#x20;
* Scroll through the section settings in the right-hand sidebar until you see a **Custom CSS** option.&#x20;
* Click this to reveal a field where you can write or paste custom CSS code (the CSS code will apply to this section on this template only).&#x20;
* Add the following code to this custom CSS field, and click **Save** to save your changes.

```
.shopify-payment-button {
  display: none;
}
shopify-payment-terms {
  display: none;
}
```

### Step 3: Preview your variant template and launch your test

* Return to Shoplift, and click **View in browser** to preview your variant template in a new tab. You should see that both the Shopify Payments buttons and the Shopify payment terms banner are hidden from sight.
* Launch your test and see the results roll in!&#x20;


---

# 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.shoplift.ai/learn/guides/guide-testing-one-click-payment-methods.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.
