Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Last active September 24, 2020 11:54
Show Gist options
  • Save kimcoleman/7366a9dc85421aa0a7480b0a6ca676be to your computer and use it in GitHub Desktop.
Save kimcoleman/7366a9dc85421aa0a7480b0a6ca676be to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Vintage Template for WooCommerce
/**
* Sale Type: WooCommerce
* Sale Template: Vintage
*/
// Pre-Sale Content:
<h1>Vintage Sale starting soon!</h1>
<h4>Sale starts in November 2032</h4>
<p><a href="#">Learn more.</a></p>
// Sale Content:
<h1>Shop the Vintage Sale Now!</h1>
<h4>We love rustic sales. Don't you?</h4>
<p><a class="button" href="#">Use code: SAVEBEAUTY</a></p> [featured_products]
// Post-Sale Content:
<h1>Nothing but dust here.</h1>
<h4>Sorry, the sale has ended.</h4>
<p><a href="#">Contact us<a></p>
// Banner Title:
Shop the Vintage 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