1) “Priority Install” Card — exact template (front + back)

Print specs

  • Size: 3.5" x 2" (US business card). Full bleed: 3.75" x 2.25".

  • Stock: 16pt matte (writes well if you handwrite codes).

  • QR code: at least 0.9" square, error correction H.

  • Colors: high contrast (black/white + your brand color).

Front (customer-facing) — copy/layout

TOP STRAP (bold):
PRIORITY INSTALL PASS

HEADLINE:
Bedliner or Accessories Installed Fast — No Haggle Quote in 5 Minutes

SUBHEAD:
Scan for your price & priority spot

QR BLOCK (centered):
[ BIG QR CODE ]
Short link under QR: mikesoutfitters.com/quote

BADGE/PROOF (right or bottom):
Trusted by local dealers • Backed by lifetime warranty on bedliners

FOOTER:
{{ShopName}} • {{Phone}} • {{Address}}

Back (tracking + partner spiff) — copy/layout

HEADER:
You were referred by: _______________________

PARTNER CODE (big, boxed):
CODE: ________ (example: DLR23)

INSTRUCTIONS:
1) Scan the front QR or visit: mikesoutfitters.com/quote
2) Enter your truck & contact — we’ll call in ~5 minutes (business hours).
3) Show this card at drop-off to keep your priority spot.

SMALL PRINT:
No hard sell. Quotes good for 7 days. Ask about Good/Better/Best options.

SHOP REMINDER (tiny line at bottom):
Pay $75 spiff to partner for completed bedliner install (Fri payouts).

Design notes

  • Use a bold, readable font (e.g., Montserrat / Bebas for headlines; Inter for body).

  • Put a white box behind the QR so it always scans.

  • Preprint partner codes per location (e.g., DLR=Dealer, TIR=Tire, TINT=Tint). Or leave blank and use vinyl code stickers.

2) QR link script (tracking + forms + automation)

Goal: auto-tag the partner, prefill your quote form, and fire an instant “we got it” text.

Link structure (example)

https://mikesoutfitters.com/quote?partner=DLR23&source=partnercard&utm_source=partnercard&utm_medium=referral&utm_campaign=ppj_q3_2025

partner= the unique code on the card (e.g., DLR23, TIR07).
Keep codes short (3–6 chars). Avoid special characters.

If you’re using a Google Form:

  1. Create fields: Full Name, Mobile, Email, Vehicle (Year/Make/Model), Need (e.g., Bedliner / Step bars / Tonneau), Notes.
  2. Enable prefill: click “Get pre-filled link,” add a hidden short-answer field named Partner Code, paste DLR23 as an example, copy link.
  3. Replace the example value in the URL with {{partner}} token in your website redirect script (below).


Simple redirect script (drops the partner code into your form/CRM)

<!-- Put this on /quote -->
<script>
(function () {
const params = new URLSearchParams(window.location.search);
const partner = params.get('partner') || 'DIRECT';
// send to your form with partner param
const target = `https://forms.gle/your-google-form-id?usp=pp_url&entry.12345=${partner}`;
// OPTIONAL: include UTM params if present
const utm = ['utm_source','utm_medium','utm_campaign','source']
.map(k => params.get(k) ? `&${k}=${encodeURIComponent(params.get(k))}` : '')
.join('');
window.location.href = target + utm;
})();
</script>

Replace entry.12345 with your Google Form field ID for “Partner Code” (get it from the prefilled link).

Landing copy (if you host your own quick form)

Headline: Referred by {{PartnerName}} — Get Your No-Haggle Quote in 5 Minutes
Sub: We’ll text/call during business hours. No spam. No pressure.
Form fields: Name, Mobile, Email, Year/Make/Model, What you want (Bedliner / Step bars / Tonneau / Other), Preferred day.
Button: “Get My Quote”
Trust line: Local, warrantied installs. Most trucks done same day.

Instant confirmation text (from your CRM/SMS tool)

“Got it — this is {{ShopName}}. You’re priority because {{PartnerName}} sent you.
We’ll call in ~5 minutes (Mon–Fri {{Hours}}). Need a time instead? Reply 1.”

Weekly payout text to each partner (builds trust)

“{{PartnerName}} — you sent {{X}} jobs, {{Y}} closed. Paying ${{SpiffTotal}} today. Thanks for the trust. — {{ShopName}}”

QR code tips

  1. Use error correction H and a quiet zone (white border).
  2. Always print the short URL under the QR: mikesoutfitters.com/quote
  3. Test scanning from a greasy counter and under low light.

3) The 20-second partner pitch (say-this scripts)

Universal (service writer / counter / sales)

“When you’re ready for a bedliner or any add-on, these guys get it done fast and right. Scan this, you’ll have a no-haggle price in about five minutes and a priority spot on the schedule. If you want, I’ll have them call you this afternoon.”

Dealer (new/used sales or F&I)

“Before you leave, grab this. Local install, warranty-backed. Scan it and they’ll text you a price in five minutes, then slot you in this week. Easiest way to get the liner and steps without sitting around the shop.”

Tire/Wheel or Tint/Detail shop

“If you’re finishing the look, here’s your next step. Scan for a five-minute quote on bedliners, steps, or a tonneau. Tell them I sent you — they’ll put you at the front of the line.”

Body shop / collision

“While you’re getting back on the road, use this to set your liner or accessories. Scan, 5-minute quote, priority booking. They’ll work around your delivery date.”

If customer hesitates on price

“They’ll show Good/Better/Best so you can pick your number. No pressure — just a straight price and a fast slot.”

If customer says ‘maybe later’

“No problem. Scan it now so you’ve got the link. Quote’s good for a week, and you keep the priority spot.”

Quick setup checklist (use this today)
  • Print 250 cards per partner location with their code.
  • Turn on the redirect script + form with “Partner Code.”
  • Set SMS auto-reply + a 5-minute callback SLA during business hours.
  • Friday 3pm: run the tally, text partners, pay the spiff.

For just $397*, we will do this for you. Reply with your shop name, phone, address, hours, and brand color, and we’ll drop those into the card copy so you can hand it straight to a printer PLUS we will do all the digital set up* for you.

*Most businesses. Call us to determine your specific requirements.

>