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/4138a8d78d889befc4c1d0e3dc3a150f to your computer and use it in GitHub Desktop.
Save kimcoleman/4138a8d78d889befc4c1d0e3dc3a150f to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Photo Template for WooCommerce
/**
* Sale Type: WooCommerce
* Sale Template: Photo
*/
// Pre-Sale Content:
<h1>Snap, Snap the Photo Sale is almost here!</h1>
<h4>Best put on your Sunday's best. Sale starting soon!</h4>
<p><a href="#">Learn more.</a></p>
// Sale Content:
<h1>Shop the Picture-Perfect Sale!</h1>
<h4>Time to get dressed up. Use code PERFECT now through November 30.</h4>
// Post-Sale Content:
<h1>Well, that Sale ended in a flash.</h1>
<h4>Don't worry. There will be another one soon</h4>
<p><a href="#">Learn more.</a></p>
// Banner Title:
The Picture-Perfect Sale!
// Banner Content:
Save 50% storewide through November 30.
// Banner Button Text:
Shop Now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment