Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Created September 24, 2020 11:53
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/f55ace3ebcd746f5202b14678cf63fbf to your computer and use it in GitHub Desktop.
Save kimcoleman/f55ace3ebcd746f5202b14678cf63fbf to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Scroll Template for WooCommerce
/**
* Sale Type: WooCommerce
* Sale Template: Scroll
*/
// Pre-Sale Content:
<h1>I see a smooth-scrolling sale coming.</h1>
<h4>Get ready for the sale of the year!</h4>
<p><a href="#">Learn more.</a></p>
// Sale Content:
<h1>The Scrollin' Sale is now on!</h1>
<h4>Here we go. You ready?</h4>
<p><a class="button" href="#">Shop now: Use code SAVEBEAUTY</a></p> [featured_products]
// Post-Sale Content:
<h1>Just keep Scrollin', Just keep Scrollin'</h1>
<h4>:( The sale has ended. Check back soon, okay?</h4>
<p><a href="#">Find a sale..</a></p>
// Banner Title:
Shop the Scrollin' Sale
// Banner Content:
Use code SAVEBEAUTY to get 50% of everything in the store.
// Banner Button Text:
Shop Now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment