Configuration

This guide covers all the configuration options available in Frontier Quote.

Accessing Settings

To access Frontier Quote settings:

  1. Open the Frontier Quote app from your Shopify admin
  2. Navigate to the Settings page
Settings Page: Screenshot of app settings interface

Region Configuration

Configure which countries should see quote buttons instead of checkout.

Whitelist Countries

Countries in the whitelist will always see checkout buttons, even if they don't have shipping profiles configured. Use this for countries where you want to ensure standard checkout is always available.

Blacklist Countries

Countries in the blacklist will always see quote buttons, even if they have shipping profiles. Use this for countries where you want to collect quotes before processing orders.

Tip: You can use either whitelist or blacklist, or both. Whitelist takes precedence over blacklist if a country is in both.

See Region Management for detailed instructions on setting up regions.

Popup Form Fields

Configure which fields appear in the quote request popup:

  • Name: Always required (split into first name and last name)
  • Email: Always required
  • Phone: Optional (can be enabled/disabled)
  • Company: Optional (can be enabled/disabled)
  • Notes: Optional (can be enabled/disabled)
  • Shipping Address: Always required (full address with country, address lines, city, province, postal code)

Draft Order Settings

Tags

Configure tags that will be applied to Draft Orders created from quote requests. Default tag is gq-quote. You can add multiple tags separated by commas.

Important: These tags are used by Shopify Flow templates for notifications. Make sure your Flow templates match the tags you configure here.

Notes

Draft Orders automatically include a note with:

  • Collected form fields (name, email, phone, company, notes)
  • Cart summary (items, quantities, prices)
  • Customer shipping address

Display Options

Hide Prices

When enabled, prices will be hidden for customers from quote countries. This is useful if you want to keep pricing confidential until you provide a quote.

Button Placement

Frontier Quote automatically replaces checkout buttons in these locations:

  • Product Detail Pages (PDP)
  • Cart page
  • Mini-cart
  • Sticky checkout bars

The app uses CSS selectors to find and replace buttons: [data-checkout], .cart-checkout, button[data-checkout-button], button[name='checkout']

Saving Settings

All settings are saved automatically when you make changes. You can test your configuration using the Testing tools.

Next Steps