Last active
September 24, 2020 11:52
-
-
Save kimcoleman/2a45498cb8b97c5974b4b0a065a101f3 to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Fancy Coupon Template for Paid Memberships Pro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Sale Type: Paid Memberships Pro | |
* Sale Template: Fancy Coupon | |
*/ | |
// Pre-Sale Content: | |
<h1>Sale Coming Soon!</h1> | |
<h4>Get ready for the best sale ever. Coming January 2230!</h4> | |
<p><a href="#">Learn More</a></p> | |
// Sale Content: | |
<h1>Save on Premium!</h1> | |
<h4>Join today and save 50% on membership.</h4> | |
[pmpro_checkout] | |
// Post-Sale Content: | |
<h1>The Sale has ended!</h1> | |
<h4>Sorry, this sale has ended. Look out for more fancy sales coming soon.</h4> | |
<p><a href="#">Get in Touch</a></p> | |
// Banner Title: | |
Membership sale! | |
// Banner Content: | |
Save 50% for the life of your membership. Use code: | |
// Banner Button Text: | |
Join Now—$25 <strike>$50</strike> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment