Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Created September 24, 2020 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/762145ec52e1a5260af1741b712a7a01 to your computer and use it in GitHub Desktop.
Save kimcoleman/762145ec52e1a5260af1741b712a7a01 to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Neon Template for WooCommerce
/**
* Sale Type: WooCommerce
* Sale Template: Neon
*/
// Pre-Sale Content:
<h1>The Illuminated Sale Coming Soon!</h1>
<h4>Get ready for the most lit-up sale ever! Coming October 2055!</h4>
<p><a href="#">Learn More</a></p>
// Sale Content:
<h1>Time to get lit—the Neon sale is on</h1>
<h4>Save 50% on everything with code <u>FLASH</u></h4> [featured_products]
// Post-Sale Content:
<h1>Oh no! The illuminated Sale is over :(</h1>
<h4>Come back soon for more fantastic, flashy and eye-popping sales!</h4>
<p><a href="#">Get in Touch</a></p>
// Banner Title:
Illuminate Yourself!
// Banner Content:
Shop the Neon sale to save 50% on everything with code <u>FLASH</u>.
// Banner Button Text:
Use code FLASH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment