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

# Advanced Settings

> Configure advanced Revize features including custom sender emails, third-party checkout support, minimum product quantities, and enhanced delivery date options.

<Note>
  These advanced settings unlock powerful customizations for your order editing experience. Most features require contacting our support team to enable.
</Note>

## Custom sender email

Send order update emails from your own email address instead of Revize's default sender.

<CardGroup cols={2}>
  <Card title="Brand Consistency" icon="building" color="#8b5cf6">
    Customers see emails from your brand, not from a third-party app.
  </Card>

  <Card title="Better Deliverability" icon="inbox" color="#10b981">
    Emails from your domain are more likely to land in the primary inbox.
  </Card>
</CardGroup>

### Two verification options

<Tabs>
  <Tab title="Email Verification (Quick)">
    **Simple sender email verification**

    The fastest way to send emails from your address. Emails will show "via Amazon SES" in some email clients.

    <Steps>
      <Step title="Go to Settings">
        In the Revize app, navigate to the **Settings** tab.
      </Step>

      <Step title="Find Sender Email section">
        Enter your sender name (appears in the "From" field) and email address.
      </Step>

      <Step title="Click Verify Email">
        We'll send a verification link to your email address.
      </Step>

      <Step title="Confirm verification">
        Click the link in the email to complete verification.
      </Step>
    </Steps>

    <Note>
      If left blank, emails are sent from `your-store@revize.app`.
    </Note>
  </Tab>

  <Tab title="Domain Authentication (Recommended)">
    **Full domain verification for professional emails**

    Authenticate your entire domain to send emails that appear directly from your business—no "via Amazon SES" label. Better deliverability and customer trust.

    <Note>
      Domain authentication is currently available through our support team only. [Reach out to us](/support/contact) to get this set up for your store.
    </Note>

    ### DNS records required

    We'll provide you with the following DNS records to add to your domain registrar. Verification can take up to 72 hours.

    **1. Domain Verification (TXT Record)**

    ```
    Type: TXT
    Name/Host: _amazonses
    Value: [Unique verification string]
    ```

    **2. DKIM Records (3 CNAME Records)**

    Enable email signing to improve deliverability:

    ```
    Type: CNAME
    Name/Host: [unique-key-1]._domainkey
    Value: [unique-key-1].dkim.amazonses.com

    Type: CNAME
    Name/Host: [unique-key-2]._domainkey
    Value: [unique-key-2].dkim.amazonses.com

    Type: CNAME
    Name/Host: [unique-key-3]._domainkey
    Value: [unique-key-3].dkim.amazonses.com
    ```

    **3. Custom MAIL FROM (MX & TXT Records)**

    Remove "via" label and enable SPF alignment:

    ```
    Type: MX
    Name/Host: mail
    Value: feedback-smtp.us-east-1.amazonses.com
    Priority: 10

    Type: TXT
    Name/Host: mail
    Value: v=spf1 include:amazonses.com ~all
    ```

    <Tip>
      Our team will provide your specific DNS values and guide you through the setup process. [Contact us](/support/contact) to get started.
    </Tip>
  </Tab>
</Tabs>

<img src="https://mintcdn.com/revize/DP6yluOBRIoHkd_r/images/setup/sender-email.png?fit=max&auto=format&n=DP6yluOBRIoHkd_r&q=85&s=a30b242846d72381234f311a7ee7ec2d" alt="Custom sender email configuration" style={{ borderRadius: "12px", width: "100%", boxShadow: "0 4px 14px rgba(0,0,0,0.08)" }} title="Email verification options" width="1158" height="516" data-path="images/setup/sender-email.png" />

### Emails this applies to

* Shipping address update confirmations
* Preferred delivery date confirmations
* Support request acknowledgements
* More notification types coming soon

***

## Third-party checkout support

Orders from external sales channels are now fully editable through Revize.

<img src="https://mintcdn.com/revize/DP6yluOBRIoHkd_r/images/setup/third-party-checkout.png?fit=max&auto=format&n=DP6yluOBRIoHkd_r&q=85&s=d6e8e798e79246ea634a95e5f9c69c52" alt="Third-party checkout support" style={{ borderRadius: "12px", width: "100%", boxShadow: "0 4px 14px rgba(0,0,0,0.08)" }} title="External checkout integration" width="1974" height="1086" data-path="images/setup/third-party-checkout.png" />

### Supported channels

<CardGroup cols={3}>
  <Card title="TikTok Shop" icon="hashtag" color="#000000">
    Full order editing support
  </Card>

  <Card title="Facebook & Instagram" icon="square-facebook" color="#1877F2">
    Social commerce orders
  </Card>

  <Card title="GoKwik & Shopflo" icon="bolt" color="#f59e0b">
    Indian checkout solutions
  </Card>
</CardGroup>

Also supported:

* Razorpay Magic Checkout
* Shiprocket
* Pinterest Shopping
* Snapchat Shopping
* Other Shopify sales channels

### What customers can do

* Update shipping address
* Change email or phone number
* Add preferred delivery date
* Cancel eligible orders
* Contact support from the edit portal

<Check>
  This feature is live automatically. No setup required for supported channels.
</Check>

***

## Minimum order quantity

Set the minimum total number of items that must remain in an order during editing.

<img src="https://mintcdn.com/revize/DP6yluOBRIoHkd_r/images/setup/minimum-quantity.png?fit=max&auto=format&n=DP6yluOBRIoHkd_r&q=85&s=e94b685c0dd51e8fbb0af437894bab55" alt="Minimum order quantity settings" style={{ borderRadius: "12px", width: "100%", boxShadow: "0 4px 14px rgba(0,0,0,0.08)" }} title="Minimum quantity configuration" width="2356" height="1268" data-path="images/setup/minimum-quantity.png" />

### How it works

This setting enforces a minimum total item count across the entire order. Customers cannot reduce the order below your specified minimum, ensuring orders always meet your business requirements.

**Example:** If minimum order quantity is set to 3, a customer with an order containing 5 total items can reduce to 3 items but not to 2. This applies to the total count across all products in the order.

### Use cases

* **Frozen goods stores** — Require minimum 3 items to justify shipping costs
* **Wholesale orders** — Enforce minimum order size for bulk purchases
* **MOQ enforcement** — Keep consistent with your store's minimum order policies

### Default setting

Minimum order quantity is set to **1** by default, meaning customers can reduce the total order down to 1 item but cannot empty the order entirely (unless cancellation is enabled).

<Note>
  Need a custom minimum order quantity? [Contact us](/support/contact) to configure this for your store.
</Note>

***

## Digital product controls

Control whether customers can edit digital products in their orders.

<img src="https://mintcdn.com/revize/KMnZRR30ASXV1uVR/images/setup/digital-products.png?fit=max&auto=format&n=KMnZRR30ASXV1uVR&q=85&s=747214467a7ceb2ec2dc3e3eed1f8dea" alt="Digital product edit controls" style={{ borderRadius: "12px", width: "100%", boxShadow: "0 4px 14px rgba(0,0,0,0.08)" }} title="Digital product configuration" width="1160" height="594" data-path="images/setup/digital-products.png" />

### Choose your approach

<CardGroup cols={2}>
  <Card title="Disable for All" icon="lock" color="#ef4444">
    **No digital products can be edited**

    Best for: Courses, gift cards, licenses, one-time downloads
  </Card>

  <Card title="Allow for All" icon="lock-open" color="#10b981">
    **Digital products are fully editable**

    Best for: Flexible digital catalogs
  </Card>

  <Card title="Allow by Tags" icon="tag" color="#8b5cf6">
    **Only tagged products are editable**

    Best for: Mixed product types
  </Card>
</CardGroup>

### How to configure

<Steps>
  <Step title="Go to Settings">
    Navigate to the **Settings** tab in Revize.
  </Step>

  <Step title="Find Digital Products section">
    Scroll to the **Digital products** configuration area.
  </Step>

  <Step title="Choose your preference">
    Select one of the three options based on your product catalog.
  </Step>

  <Step title="Add tags (if applicable)">
    If using tag-based control, enter the product tags that should allow editing.
  </Step>
</Steps>

***

## Coming soon

We're constantly working on new features to make order editing even more powerful.

### Invoice template & customization

Brand new invoice templates with full customization options are coming soon. Design invoices that match your brand perfectly with:

* **Custom branding** — Add your logo, colors, and brand elements
* **Multi-language support** — Generate invoices in all major languages automatically
* **Template library** — Choose from professional pre-designed templates
* **Field customization** — Show or hide specific fields based on your needs

<Info>
  Want early access or have specific invoice requirements? [Let us know](/support/contact) and we'll keep you updated.
</Info>

***

## Request advanced features

Most advanced settings require configuration by our team. We'll help you set everything up correctly and keep adding more capabilities.

<CardGroup cols={2}>
  <Card title="Contact Support" icon="envelope" href="/support/contact">
    Email us at [hello@revize.app](mailto:hello@revize.app) with your requirements
  </Card>

  <Card title="Book a Call" icon="calendar" href="https://cal.com/revize-team-xx92ri/30min">
    Schedule a walkthrough to configure advanced features
  </Card>
</CardGroup>

## Related pages

* [Edit Window Settings](/setup/edit-window) — control when editing is available
* [Order Edit Restrictions](/setup/order-edit-restrictions) — restrict editing by tags
* [Payments & Refunds](/setup/payments-and-refunds) — configure payment handling
* [Preferred Delivery Date](/features/delivery-date) — basic delivery date setup
