Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Last active August 29, 2022 09:33
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/72754c935808aa34dd4b85b03d73bc04 to your computer and use it in GitHub Desktop.
Save kimcoleman/72754c935808aa34dd4b85b03d73bc04 to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Gradient Template for WooCommerce
/**
* Sale Type: WooCommerce
* Sale Template: Gradient
*/
<!-- wp:swsales/sale-content {"period":"pre-sale"} -->
<div class="wp-block-swsales-sale-content"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
<div class="wp-block-group"><!-- wp:heading {"level":1} -->
<h1>The Smooth Sale is Almost Here!</h1>
<!-- /wp:heading -->
<!-- wp:heading {"level":4} -->
<h4>The wait is almost over. Sale starting October 5014!</h4>
<!-- /wp:heading -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","style":{"border":{"radius":"100px"}},"fontSize":"medium"} -->
<div class="wp-block-button has-custom-font-size has-medium-font-size"><a class="wp-block-button__link has-black-background-color has-background" style="border-radius:100px"><strong>Join Our Email List »</strong></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:swsales/sale-content -->
<!-- wp:swsales/sale-content {"period":"sale"} -->
<div class="wp-block-swsales-sale-content"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
<div class="wp-block-group"><!-- wp:heading {"level":1} -->
<h1>Gradient Sale On Now!</h1>
<!-- /wp:heading -->
<!-- wp:heading {"level":4} -->
<h4>Massive savings on everything! Don't miss out. Sale ends November 30.</h4>
<!-- /wp:heading -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","style":{"border":{"radius":"100px"}},"fontSize":"medium"} -->
<div class="wp-block-button has-custom-font-size has-medium-font-size"><a class="wp-block-button__link has-black-background-color has-background" style="border-radius:100px"><strong>Shop Now: Use code SHINY »</strong></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
<!-- wp:html -->
<br>
<!-- /wp:html --></div>
<!-- /wp:group -->
<!-- wp:shortcode -->
[featured_products]
<!-- /wp:shortcode --></div>
<!-- /wp:swsales/sale-content -->
<!-- wp:swsales/sale-content {"period":"post-sale"} -->
<div class="wp-block-swsales-sale-content"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
<div class="wp-block-group"><!-- wp:heading {"level":1} -->
<h1>Whoops! This Shiny Sale is No More.</h1>
<!-- /wp:heading -->
<!-- wp:heading {"level":4} -->
<h4>Don't worry. We'll have another one soon.</h4>
<!-- /wp:heading -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","style":{"border":{"radius":"100px"}},"fontSize":"medium"} -->
<div class="wp-block-button has-custom-font-size has-medium-font-size"><a class="wp-block-button__link has-black-background-color has-background" style="border-radius:100px"><strong>Find Out When »</strong></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:swsales/sale-content -->
// Banner Title:
Gradient Sale On Now!
// Banner Content:
Massive savings on everything! Don't miss out—this sale ends November 30.
// Banner Button Text:
USE CODE <strong><u>SHINY</u></strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment