Skip to content

Instantly share code, notes, and snippets.

View git-bhanu's full-sized avatar

Bhanu git-bhanu

View GitHub Profile
@git-bhanu
git-bhanu / Lessons Template
Created June 27, 2020 11:53
Lessons Template
[wpv-conditional if="('[wpv-current-user info='id']' eq '')" evaluate="false"]
<div class="page-division">
<div class="page-left">
[left_menu name="Fitness Programs" image_src='http://crush.test/wp-content/uploads/2020/04/Group.svg' device='Mobile']
[left_menu name='Fitness Programs' device='Desktop']
</div>
<div class="right-wrapper">
<div class="breadcrumb">
<a href="/fitness" class='go-to-fitness'>Go to Fitness Programs</a>
</div>
<div class="page-division">
<div class="page-left">
[left_menu name="Subscriptions" image_src='http://crush.test/wp-content/uploads/2020/04/noun_subscribe_1175154-1.svg' device="Mobile"]
[left_menu name="Subscriptions" device='Desktop']
</div>
<div class="page-right">
<div class="nav-tabs tabs-nav">
add_action('woocommerce_before_checkout_form_cart_notices', 'add_custom_coupon_message');
function add_custom_coupon_message( ){ ?>
<div class="class-disclaimer">
<div class="dicon">
<img src="https://online.crushfitnessindia.com/wp-content/uploads/2020/04/Group-1398.svg">
</div>
<div class="text">
<h3>Pay as much as you want- Only for Group Fitness Classes</h3>
<p>Just enter the amount you want to pay in multiples of <span style="font-weight: bold">10</span> in the <span style="font-weight: bold">'Coupon Code field'</span> at checkout. </p>
<div class="class-disclaimer">
<div class="dicon">
<img src="http://crushnew.test/wp-content/uploads/2020/04/Group-1398.svg">
</div>
<div class="text">
<h3>Pay as much as you want- Only for Group Fitness Classes</h3>
<p>Just enter the amount you want to pay in multiples of <span style="font-weight: bold">10</span> in the <span style="font-weight: bold">'Coupon Code field'</span> at checkout. </p>
<p>For example, if you want to pay INR 40 for a class, enter <span style="font-weight: bold">40</span> in <span style="font-weight: bold">'Coupon Code field'</span> and the price for the class will change to INR 40 plus GST</p>
<p>For 100% discount use coupon code- 'FREE', we hope you would support us in these COVID-19 times and use this code only if absolute neccessary.</p>
</div>