From 9a802e174aa1f8f0892d57db90b7ac36971b6ca0 Mon Sep 17 00:00:00 2001 From: Douglas Lise Date: Fri, 17 Feb 2023 15:43:42 -0300 Subject: [PATCH] Add example with custom label for addon pricest --- public/advanced-pricing/tiers.html | 296 +++++++++++++++++++++++++++++ public/index.html | 1 + 2 files changed, 297 insertions(+) create mode 100644 public/advanced-pricing/tiers.html diff --git a/public/advanced-pricing/tiers.html b/public/advanced-pricing/tiers.html new file mode 100644 index 0000000..9f7a332 --- /dev/null +++ b/public/advanced-pricing/tiers.html @@ -0,0 +1,296 @@ + + + + + Recurly.js Example: Advanced Pricing + + + + + + + + + + + + +
+
+

This only works on the Ruby box (not the php one)

+ + + + + + +

Coupon (enter coupon i.e. "test_2, test_3, test_single_fix_2")

+ + + + + + +
+ +
+ +
+ +
+ + + + + + + + + + +

Add-ons

+

+ + + + + + +

+ Due now +

+
    +
  • + Discount: + + +
  • +
  • + Subtotal: + + +
  • +
  • + Tax: + + +
  • +
  • ----
  • +
  • + Total: + + +
  • +
+

+ Due later +

+
    +
  • + Discount: + + +
  • +
  • + Subtotal: + + +
  • +
  • + Tax: + + +
  • +
  • ----
  • +
  • + Total: + + +
  • +
+ +
+
+ +
+ + + diff --git a/public/index.html b/public/index.html index 0295e11..9dce133 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,7 @@

Examples

  • Minimal billing information
  • Account update
  • Advanced pricing features
  • +
  • Advanced pricing with tier labels
  • Advanced pricing with items
  • Advanced tax features
  • Advanced bank account