Templates for Cin7, Howard Hanna, and Walmart.
This commit is contained in:
@ -11,20 +11,28 @@
|
||||
{% elsif course.name contains 'Core' %}
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/academy-badge_core.png"
|
||||
{% endif %}
|
||||
class="badge-card-image"
|
||||
/>
|
||||
<img alt=""
|
||||
{% if course.id == "0e5dc9ea-3ace-408c-8b8d-2841ba88bc66" %}
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/partner-badge_implementer-services.png"
|
||||
{% endif %}
|
||||
class="badge-card-image"
|
||||
/>
|
||||
<img alt=""
|
||||
{% if course.id == "75be65eb-2941-42a5-9088-c0df68bf3fd8" %}
|
||||
src="https://s3.amazonaws.com/static.northpass.com/Cin7/badges/partner-badge_referral-partner.png"
|
||||
{% endif %}
|
||||
class="badge-card-image"
|
||||
/>
|
||||
class="badge-card-image"
|
||||
/>
|
||||
</div>
|
||||
{% comment %}
|
||||
<div class="card-content card-content-badge">
|
||||
<h3 class="card-content-title course-name">
|
||||
{% if course.name contains 'Omni' %}Omni{% elsif course.name contains 'Core' %}Core{% endif %} Course Completed
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -207,12 +207,6 @@
|
||||
<div class="white-background">
|
||||
<a href="https://info.superiorschoolnc.com/allen-tate-agents" target="_blank">Superior School of Real Estate</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="http://affiliate.learninglibrary.com//Process/Link?id=4523" target="_blank">NAR Certifications</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="http://affiliate.learninglibrary.com//Process/Link?id=4524" target="_blank">NAR Designations</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="https://sellnewhomes.com/HannaLiveCNHS" target="_blank">Certified New Home Specialist</a>
|
||||
</div>
|
||||
|
||||
@ -214,23 +214,6 @@
|
||||
<div class="white-background">
|
||||
<a href="http://affiliate.learninglibrary.com//Process/Link?id=4522" target="_blank">CE Approved Courses</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="http://affiliate.learninglibrary.com//Process/Link?id=4523" target="_blank">NAR Certifications</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="http://affiliate.learninglibrary.com//Process/Link?id=4524" target="_blank">NAR Designations</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="https://fairhaven.realtor/" target="_blank">NAR Fairhaven Simulation</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="https://sellnewhomes.com/HannaLiveCNHS" target="_blank">Certified New Home Specialist</a>
|
||||
</div>
|
||||
<div class="white-background">
|
||||
<a href="/c/b02b0b8d3f12648feea34409fc358e1c26250072#skip_me" target="_blank">
|
||||
Obtain Your Florida Real Estate License
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
{% for group in current_person.groups %}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
t.setAttribute("data-target", "#snappayhppform_response");
|
||||
t.setAttribute("data-callback", "submit_external_ecommerce");
|
||||
t.setAttribute("data-accountid", "1003003518");
|
||||
t.setAttribute("data-merchantid", "496695144562");
|
||||
t.setAttribute("data-merchantid", "822200009000");
|
||||
t.setAttribute("data-customerid", "100");
|
||||
t.setAttribute("data-paymentmode", "CC");
|
||||
t.setAttribute("data-transactionamount", "100");
|
||||
@ -46,11 +46,23 @@
|
||||
document.getElementById('mylink').click();
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
var response = document.getElementById('snappayhppform_response');
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
function submit_external_ecommerce() {
|
||||
var result = $("#snappayhppform_response").val();
|
||||
sessionStorage.setItem("snappayhppresponse", result);
|
||||
sessionStorage.setItem("caller", "js");
|
||||
sessionStorage.setItem("snappayhpp_response", result);
|
||||
sessionStorage.setItem("caller", "js");
|
||||
|
||||
var obj = JSON.parse(result);
|
||||
var response = obj['response']
|
||||
// var pgreturncode = response['pgreturncode']
|
||||
// sessionStorage.setItem("returncode", pgreturncode)
|
||||
var inside = JSON.parse(obj['response'])
|
||||
sessionStorage.setItem("insidevals", inside)
|
||||
var stringside = JSON.stringify(inside)
|
||||
sessionStorage.setItem("stringside", stringside)
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user