KaizenCoders
HomeURL ShortifyContact
  • Documentation
  • Announcements
    • 💰[IMPORTANT] Buy an annual/lifetime URL Shortify PRO plan at the old price until September 2, 2024
  • Account & Billing
    • Prorating Upgrades & Downgrades
  • URL Shortify
    • Getting Started
      • Features
      • Benefits Of URL Shortify
      • Integrations
      • How to install URL Shortify
    • API Documentation
      • Links
    • Frequently Asked Questions
    • Release Notes
    • How to create a short link
    • What is No Follow and Sponsored link?
    • What is Parameter Forwarding, Why to use it & How to implement in URL Shortify?
    • What is Link Tracking, Why do track links & How to do it with URL Shortify?
    • How to generate QR code of a short link?
    • How to Exclude Specific IP Addresses
    • How to import short links using CSV?
    • How to redirect to different urls based on device?
    • How to redirect to target url based on location?
    • How to enable/disable auto create link for Posts, Pages & any custom post types?
    • How to Filter Out Known Robots Clicks
    • How to setup custom domains in URL Shortify
    • Share short links on the different social media platforms
    • How to create UTM Presets & use it?
    • How to do Split test (A/B test) of short links?
    • How do we give link management access to other WordPress roles?
    • How to export Links & Clicks data?
    • Generate Short Links On Importing Posts through WP All Imports
    • Link Cloaking & Masking
    • Generate Short Links for Posts, Pages & Custom Post Types in Bulk
    • How to Set an Expiry Date for Short URLs in URL Shortify
    • Display Short URL Above, Below, and Within Post, Pages, & Custom Post Types Content
    • What is Link Rotations & How It Works?
  • Update URLs
  • Social Linkz
    • Page 1
Powered by GitBook
On this page
  • How Proration Works?
  • Proration from a Lifetime License
  • Proration from a Subscription (Monthly or Annual)
  • Proration with Coupons
  • In-Dashboard Plan Update
  • Checkout Plan Update
  1. Account & Billing

Prorating Upgrades & Downgrades

Previous[IMPORTANT] Buy an annual/lifetime URL Shortify PRO plan at the old price until September 2, 2024NextGetting Started

Last updated 8 months ago

By default, we prorates plan updates (upgrades or downgrades).

Unlike the commonly used prorating implementations which preserve the renewal payment processing time, our proration works slightly different and will restart the billing date based on the time of the plan update. This methodology simplifies understanding the discount for the customers and also benefits the sellers who will receive the initial worth of the new plan (minus the discounts) for the full billing period right away.

How Proration Works?

Proration from a Lifetime License

Customers who purchased a lifetime plan will be eligible for a proration discount only if they update their plan within 30 days from the time of purchase. The proration discount is calculated as follows:

proration_discount = min(prev_lifetime_payment, new_lifetime_price)

Examples:

  • If a user purchased a single-site lifetime pro license for $300 and after 3 days upgrades to a 5-site lifetime pro license for $600, they are only charged $300 for the upgrade.

  • If a user purchased a single-site lifetime starter license for $150 and after 6 days upgrades to a single-site lifetime business plan for $400, they are only charged $250 for the upgrade.

  • If a user purchased a single-site lifetime pro license for $300 and after 2 months upgrades to a 5-site lifetime pro plan for $600, they are charged the full $600.

To understand why lifetime upgrades aren’t just calculated as the difference in price, regardless of how long ago the original purchase was, the following two scenarios may help:

A customer purchases a lifetime license for $300. Then, after 5 years (intentionally exaggerated time for emphasis) decides to upgrade for a higher $500 plan. If you discount them with $300 it basically means that they’ve used your product/license/support for free for 5 years. If a different customer purchase that same lifetime plan for $500 at the same time the other user upgrades from the $300 to the $500 plan, they both end up paying the exact same amount in total ($500), yet, the 1st customer already been using the product for 5 years.

Or another example, to drive it home (pun intended!). Let’s say you buy a car and then after 5 years decide to buy a more expensive one from the same brand. Would you expect to get your money back? No, because you’ve already used the product, which is analogous to receiving support (aka warranty).

Therefore, we have the 30-day time limit in place to protect from this edge case.

Proration from a Subscription (Monthly or Annual)

Customers which are updating a plan that was purchased as a subscription will receive a proration discount, based on the unused portion of their previous plan

remaining_period = (1 - number_of_days_past_from_the_old_plan_last_payment / number_of_days_in_past_billing_cycle )
proration_discount = max(0, remaining_period x old_plan_last_payment )

Examples:

  • If a user purchased a single-site monthly pro package for $10 per month and after 2 months and 15 days upgrades to the annual billing cycle of the same single-site pro plan for $100 per year – the customer will have already paid $10, and will have used half of their current billing cycle. Therefore, the initial prorated amount will be $95 ($100 – $10 / 2).

  • If a user subscribed to a single-site annual pro license for $100 per year and after 3 months decides to downgrade to a single-site annual starter plan for $80 per year – the customer will already have paid $100, and have used only a quarter of the current billing cycle. Therefore, the proration discount for the remaining period will be $75, and the initial price for the single-site annual starter plan will be $5 ($80 – $75). The first renewal payment will be scheduled for a year from the downgrade date and will cost $80.

Proration with Coupons

When updating a plan with a percentage-based coupon, the proration discount will be calculated first, and the coupon discount will apply to the discounted price as the last discount.

In-Dashboard Plan Update

When a customer updates their plan within their WP Admin on a website where they’ve already activated it, the license will automatically be recognized by the checkout, and the user will be presented with the following options:

If the 1st option is selected, the purchase will be prorated, as described in the proration algorithm above.

If the account owner of the installed product is different than the license owner, there’s no way to update the plan and the only option is to purchase another license!

Checkout Plan Update

When a customer is trying to update their plan from your website, the loaded checkout will include the following label:

This option will enable the customer to enter their license key:

Once the license key is verified, the purchase will be prorated as described in the proration algorithm above.

Prorated Adjustment
In Dashboard Plan Update
Checkout Plan Update
Upgrade Plan