mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
241 lines
9.5 KiB
Plaintext
241 lines
9.5 KiB
Plaintext
<div class="row">
|
|
<div class="col s12">
|
|
<div class="hoverable card">
|
|
<div class="card-content">
|
|
<div class="card-title">Prepaid Premium Codes</div>
|
|
<div class="row">
|
|
<div class="col s12 m8 l9">
|
|
<p>
|
|
Making a purchase below will generate a single-use code that can be redeemed at any time for a Premium subscription on Notebook.ai.
|
|
You can purchase these codes for yourself if you'd like to prepay for a certain amount of months without a recurring monthly subscription,
|
|
or for others if you'd like to gift a Notebook.ai Premium membership to someone else!
|
|
</p>
|
|
<br />
|
|
<p>
|
|
You can purchase as many codes as you'd like and redeem them whenever you'd like.
|
|
</p>
|
|
<br />
|
|
<p>
|
|
While your Premium is active, you'll have access to <%= Rails.application.config.content_types[:premium].count %> additional worldbuilding
|
|
pages: you'll be able to create unlimited
|
|
<%=
|
|
Rails.application.config.content_types[:premium].map { |page|
|
|
" <strong class='#{page.color}-text'><i class='material-icons tiny'>#{page.icon}</i> #{page.name.pluralize}</strong>"
|
|
}.to_sentence.html_safe
|
|
%>!
|
|
</p>
|
|
</div>
|
|
<div class="col hide-on-small-only m4 l3">
|
|
<%= image_tag 'tristan/small.png',
|
|
class: 'tooltipped tristan',
|
|
data: {
|
|
position: 'left',
|
|
enterDelay: '500',
|
|
tooltip: "Hey, I'm Tristan! I'm here to help you around the site!"
|
|
} %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<h5 class="center grey-text">Choose a Premium Code to purchase</h5>
|
|
<div class="row">
|
|
<div class="col s12 m6">
|
|
<%= link_to prepay_paypal_gateway_path(months: 1), class: 'black-text' do %>
|
|
<div class="hoverable card blue lighten-4" style="min-height: 170px;">
|
|
<div class="card-content">
|
|
<div class="card-title black-text">
|
|
<i class="material-icons left">star</i>
|
|
1 month of Premium
|
|
</div>
|
|
<p class="black-text">
|
|
All Premium features
|
|
for <strong>$9.00</strong>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
<div class="col s12 m6">
|
|
<%= link_to prepay_paypal_gateway_path(months: 3), class: 'black-text' do %>
|
|
<div class="hoverable card yellow lighten-4" style="min-height: 170px;">
|
|
<div class="card-content">
|
|
<div class="card-title black-text">
|
|
<i class="material-icons left">star</i>
|
|
3 months of Premium
|
|
</div>
|
|
<p class="black-text">
|
|
All Premium features
|
|
for <strong>$24.00</strong>
|
|
(save $3.00 compared to monthly)
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
<div class="col s12 m6">
|
|
<%= link_to prepay_paypal_gateway_path(months: 6), class: 'black-text' do %>
|
|
<div class="hoverable card yellow lighten-4" style="min-height: 170px">
|
|
<div class="card-content">
|
|
<div class="card-title black-text">
|
|
<i class="material-icons left">star</i>
|
|
6 months of Premium
|
|
</div>
|
|
<p class="black-text">
|
|
All Premium features
|
|
for <strong>$48.00</strong>
|
|
(save $6.00 compared to monthly)
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
<div class="col s12 m6">
|
|
<%= link_to prepay_paypal_gateway_path(months: 12), class: 'black-text' do %>
|
|
<div class="hoverable card blue lighten-4" style="min-height: 170px;">
|
|
<div class="card-content">
|
|
<div class="card-title black-text">
|
|
<i class="material-icons left">star</i>
|
|
12 months of Premium
|
|
</div>
|
|
<p class="black-text">
|
|
All Premium features
|
|
for <strong>$84.00</strong>
|
|
(save $24.00 compared to monthly)
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col s12 m10 offset-m1">
|
|
Selecting a package will take you to PayPal to complete your purchase, where you can pay from a PayPal balance or with a credit/debit card.
|
|
Afterwards, you will be redirected here where you will find the code you've purchased listed below.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col s12">
|
|
<h5 class="center grey-text">Your purchased Premium codes</h5>
|
|
<p class="center grey-text">
|
|
Please note that codes may take up to 5 minutes to appear here after purchase.
|
|
</p>
|
|
|
|
<% if current_user.on_premium_plan? && @invoices.any? %>
|
|
<div class="card-panel green center">
|
|
Since you already have Premium features active, you won't be able to activate any codes on this account yet.<br />
|
|
Activation links will appear again whenever you don't have Premium active.
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
<% @invoices.each do |invoice| %>
|
|
<div class="col s12 m12 l6">
|
|
<div class="hoverable card medium <%= 'blue lighten-5' if invoice.activateable? %>">
|
|
<div class="card-content">
|
|
<div class="card-title">
|
|
<% if invoice.page_unlock_promo_code&.uses_remaining&.zero? %>
|
|
<span class="badge orange black-text">used</span>
|
|
<% end %>
|
|
<%= pluralize invoice.months, 'month' %> of Premium
|
|
</div>
|
|
<p>
|
|
<% if invoice.page_unlock_promo_code.present? %>
|
|
<p>
|
|
Description: <%= invoice.page_unlock_promo_code.description %>
|
|
</p>
|
|
<% if invoice.activateable? %>
|
|
<p>
|
|
Promo code: <strong><%= invoice.page_unlock_promo_code.code %></strong>
|
|
</p>
|
|
<% end %>
|
|
<% else %>
|
|
<% if invoice.status == 'APPROVED' %>
|
|
<em>Processing payment...</em>
|
|
<% else %>
|
|
<%= link_to 'Awaiting payment', invoice.approval_url %>
|
|
<% end %>
|
|
<% end %>
|
|
</p>
|
|
<p class="grey-text">
|
|
<% unless invoice.page_unlock_promo_code&.uses_remaining&.zero? %>
|
|
<% if invoice.status == 'CREATED' %>
|
|
Ready for payment
|
|
<% else %>
|
|
Purchased
|
|
<% end %>
|
|
<%= time_ago_in_words invoice.created_at %> ago
|
|
<% end %>
|
|
</p>
|
|
<% if invoice.page_unlock_promo_code %>
|
|
<hr style="margin: 20px 0" />
|
|
<p>
|
|
<div>
|
|
Unlocks these <%= pluralize invoice.page_unlock_promo_code.page_types.count, 'page type' %>
|
|
for <%= invoice.months * 30 %> days:
|
|
</div>
|
|
<% invoice.page_unlock_promo_code.page_types.each do |page_type| %>
|
|
<% page_type_class = page_type.constantize %>
|
|
<%= link_to polymorphic_path(page_type_class) do %>
|
|
<i class="material-icons <%= page_type_class.color %>-text tooltipped" data-tooltip="<%= page_type.pluralize %>">
|
|
<%= page_type_class.icon %>
|
|
</i>
|
|
<% end %>
|
|
<% end %>
|
|
</p>
|
|
<% end %>
|
|
</div>
|
|
<% if invoice.activateable? %>
|
|
<div class="card-action">
|
|
<%= link_to '#', class: 'btn hoverable black-text white right activator', onclick: 'return false' do %>
|
|
<i class="material-icons left">share</i>
|
|
Gift
|
|
<% end %>
|
|
<% unless current_user.on_premium_plan? %>
|
|
<%= form_for :promotional_code, url: redeem_path do |form| %>
|
|
<%= form.hidden_field :promo_code, value: invoice.page_unlock_promo_code.code %>
|
|
<%= form.submit 'Activate', class: 'hoverable btn blue white-text', data: { confirm: "Are you sure you wish to activate this promo code? It can only be used once." } %>
|
|
<% end %>
|
|
<% end %>
|
|
</div>
|
|
<% else %>
|
|
<div class="card-action">
|
|
<% if invoice.page_unlock_promo_code && invoice.page_unlock_promo_code.uses_remaining.zero? && invoice.page_unlock_promo_code.promotions.any? %>
|
|
Activated <%= time_ago_in_words invoice.page_unlock_promo_code.promotions.last.created_at %> ago
|
|
<% else %>
|
|
<% if invoice.status == 'CREATED' %>
|
|
Ready for payment
|
|
<% else %>
|
|
Purchased
|
|
<% end %>
|
|
<%= time_ago_in_words invoice.created_at %> ago
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|
|
<% if invoice.page_unlock_promo_code.present? %>
|
|
<div class="card-reveal">
|
|
<span class="card-title">
|
|
Share this code
|
|
<i class="material-icons right">close</i>
|
|
</span>
|
|
<p>
|
|
Anyone you send this code to can redeem it for their own account, activating the
|
|
<%= pluralize invoice.months, 'month' %> of Premium immediately. To share it, send
|
|
the following link with them:
|
|
</p>
|
|
<p>
|
|
<input type="text" value="<%= gift_code_url(code: invoice.page_unlock_promo_code.code, referral: current_user.referral_code.code) %>" onClick="this.select();">
|
|
</p>
|
|
<p>
|
|
If they don't already have a Notebook.ai account, you'll also be credited with their referral.
|
|
</p>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
</div>
|