---
title: I Launched a Black Friday Campaign in 5 Minutes From a Chat Window
canonical_url: https://lolacore.com/i-launched-a-black-friday-campaign-in-5-minutes-from-a-chat-window/
last_updated: 2026-05-09T16:10:31+00:00
plugin_version: 1.2.1
---

# I Launched a Black Friday Campaign in 5 Minutes From a Chat Window

Last November I spent an entire afternoon setting up a Black Friday promotion. Adjusting prices in the WooCommerce product editor, one by one. Creating the coupon with the right restrictions. Then switching to a page builder to make a promotional banner. Then realizing the banner needed custom CSS to look right on mobile. Then testing the coupon to make sure the minimum order threshold actually worked.

Four hours. For a campaign that ran 48 hours.

This year I did the same thing in 5 minutes. Five messages in a chat window. Here's the full conversation.

## Minute 1: Adjusting the catalog

> **Me:** I want to run a Black Friday sale on my Electronics category. First, raise all regular prices in Electronics by 20%.
>
> **Lola:** Your Electronics category has 23 products. Here's a preview of the price changes:
>
> | Product | Current Price | New Price |
> |---------|---------------|-----------|
> | Laptop Sleeve | $29.90 | $35.88 |
> | USB-C Hub | $44.50 | $53.40 |
> | Wireless Charger | $24.99 | $29.99 |
> | ... (20 more) | | |
>
> Average price increase: $8.40 per product. This will not affect sale prices or products in other categories. Want me to apply these changes?
>
> **Me:** Yes, apply.
>
> **Lola:** Done. 23 products updated. All changes are logged — I can revert them after the sale ends.

Sixty seconds. Twenty-three products repriced. The manual version: open each product, edit the price field, click Update, repeat 22 more times. That alone used to take me 35 minutes.

## Minute 2: Creating the coupon

> **Me:** Now create a coupon called BLACKFRIDAY with 30% off, but only on orders above $150.
>
> **Lola:** Created. Here are the details:
>
> * Code: BLACKFRIDAY
> * Discount: 30% off cart total
> * Minimum order: $150
> * Usage limit: 1 per customer
> * Applies to: all categories (the 20% price raise already covers Electronics margin protection)
>
> I set it to single use per customer by default. Unlimited use on a 30% coupon would train repeat buyers to wait for the next sale. Do you want to keep the single-use limit or remove it?
>
> **Me:** Keep it.

Notice what happened there. I didn't ask for a single-use limit. Lola added it and told me why. Because she's seen what happens when aggressive coupons have no usage limits — I covered that in [the coupon profitability post](/blog/how-i-audited-coupon-profitability-in-2-minutes). She applied the same logic here without me asking.

## Minute 3: Building the banner

> **Me:** Create a floating banner at the top of the site announcing the Electronics sale and the BLACKFRIDAY coupon. Black background, white text, the coupon code in yellow.
>
> **Lola:** I've generated a banner snippet. Here's the preview:
>
> [Black bar, full width, fixed to top of page] ⚡ BLACK FRIDAY: 30% off Electronics with code **BLACKFRIDAY**. Orders over $150 ⚡
>
> The snippet includes:
>
> * Sticky positioning (stays visible on scroll)
> * Close button (sets a cookie so it doesn't reappear for 24h after dismissal)
> * Mobile responsive (text reflows to two lines on screens under 600px)
> * The coupon code is wrapped in a click-to-copy span
>
> This will be created as a WPCode snippet. Want to see the code before I activate it?
>
> **Me:** Show me.
>
> **Lola:** [Displays 28 lines of HTML/CSS/JS]
>
> The snippet injects via wp_footer. No external dependencies. The cookie uses vanilla JS. Total weight: 1.8KB. Want me to activate it?
>
> **Me:** Activate.
>
> **Lola:** Snippet active. The banner is now live on all pages.

This is the step where the Bundle pays for itself most visibly. The banner is a WPCode Snippet. It is code injected into the frontend. Creating it required understanding what promotion I was running (WooCommerce domain), what the coupon code was (WooCommerce domain), and generating a working HTML/CSS/JS snippet and activating it in WPCode (Snippets domain). One conversation, two addons working together.

## Minute 4: Sanity check

> **Me:** Walk me through the full customer experience. What happens when someone visits the store right now?
>
> **Lola:** Here's the flow:
>
> 1. Visitor lands on any page. Black banner appears at the top with the Black Friday offer and coupon code.
> 2. Visitor clicks the coupon code → it copies to clipboard.
> 3. Visitor browses Electronics. Prices are 20% higher than last week, but the 30% coupon brings the effective price below the original.
> 4. Visitor adds $150+ to cart and applies BLACKFRIDAY.
> 5. Discount applies. 30% off the cart total.
> 6. Net effect for the customer: roughly 16% savings vs. pre-campaign prices.
> 7. Net effect for you: you're selling at a 16% discount instead of 30%, because the 20% price bump absorbs part of the coupon.
>
> Margin impact: your average margin on Electronics is 42%. After the effective 16% discount, your margin on campaign orders is approximately 26%. That's tight but profitable. If you want more cushion, I'd suggest raising the minimum order to $175.
>
> **Me:** Keep it at $150. 26% margin is fine for a 48-hour push.

This is the moment that separates Lola from a set of disconnected tools. I didn't ask for a margin analysis. She ran one because she knows my product margins, knows the price changes she just made, knows the coupon she just created, and can calculate the combined effect. A coupon plugin would have shown me "30% off." Lola showed me "26% effective margin after the price adjustment."

## Minute 5: Setting the schedule

> **Me:** Set the campaign to start Friday at midnight and end Sunday at midnight. After it ends, revert all the Electronics prices back to their originals.
>
> **Lola:** Set. Here's the schedule:
>
> * **Friday 00:00:** BLACKFRIDAY coupon becomes active
> * **Sunday 23:59:** BLACKFRIDAY coupon expires
> * **Monday 00:01:** I'll revert the 23 Electronics products to their pre-campaign prices
>
> The banner snippet is active now. Want me to schedule it to start Friday instead?
>
> **Me:** Good catch. Yes, schedule the banner for Friday too.
>
> **Lola:** Updated. The banner snippet will activate Friday at 00:00 and deactivate Monday at 00:01 along with the price revert. When you check in after the weekend, I'll have the campaign performance summary ready — orders, revenue, coupon uses, and effective margin.

Done. Five messages. Five minutes. Complete Black Friday campaign: price adjustment across 23 products, margin-protected coupon with anti-abuse limits, promotional banner with click-to-copy, full margin analysis, automated scheduling, and auto-revert when it's over.

## What this used to look like

For context, here's what the same campaign required last year, manually:

* 35 minutes repricing 23 products one by one
* 10 minutes creating and configuring the coupon
* 45 minutes building a banner in the page builder and fixing mobile layout
* 20 minutes testing the coupon restrictions
* No margin analysis (I didn't have time)
* No auto-revert (I forgot to change prices back until Wednesday)
* A spreadsheet to remember what the original prices were

Total: about 4 hours. And I still forgot to revert the prices on time, which means I sold 3 days of post-Black-Friday orders at inflated prices. One customer noticed and emailed about it.

The 5-minute version didn't just save time. It eliminated the errors that come from managing a campaign across 4 different admin screens with no coordination between them.

---

*Previous in this series: [From 30 Plugins to 22 With One Conversation](/blog/from-30-plugins-to-22-with-one-conversation). Next: the complete breakdown of what's free and what's Pro — and when you actually need to upgrade.*