The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update inbox page for New Trader customer group (#15)

authored by

Rogerio Romao and committed by
GitHub
74a3859f 6b2bd00c

+27 -1
+1 -1
config.json
··· 1 1 { 2 - "name": "remove NEW badge", 2 + "name": "new catalogue for new trader group", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
+26
templates/pages/account/inbox.html
··· 1 1 {{#partial "page"}} {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} 2 2 {{#if customer_group_name '===' 'Trade'}} 3 3 <h1 class="page-heading page-heading--account">Pricelist</h1> 4 + {{else if customer_group_name '===' 'New Trader'}} 5 + <h1 class="page-heading page-heading--account">Pricelist</h1> 4 6 {{else}} 5 7 <h1 class="page-heading page-heading--account">Rewards</h1> 6 8 {{/if}} ··· 21 23 </script> 22 24 {{/if}} 23 25 26 + {{#if customer_group_name '===' 'New Trader'}} 27 + <script> 28 + document.addEventListener('DOMContentLoaded', () => { 29 + const activeBreadcrumbLi = document.querySelector('.breadcrumb.is-active'); 30 + const activeBreadcrumbA = activeBreadcrumbLi.querySelector('.breadcrumb-label'); 31 + const activeBreadcrumbSpan = activeBreadcrumbA.querySelector('span'); 32 + activeBreadcrumbSpan.textContent = 'Pricelist'; 33 + 34 + const navSectionEl = document.querySelector('a.navBar-action[href="/account.php?action=inbox"]'); 35 + navSectionEl.textContent = 'Pricelist'; 36 + }); 37 + </script> 38 + {{/if}} 39 + 24 40 <div class="account account--fixed"> 25 41 <div class="account-body"> 26 42 <section class="account-content"> ··· 39 55 <iframe allowfullscreen="allowfullscreen" scrolling="no" class="fp-iframe" src="https://heyzine.com/flip-book/038b0cc8f9.html" style="border: 0px; width: 100%; height: 500px;"></iframe> 40 56 </div> 41 57 {{/if}} 58 + {{#if customer_group_name '===' 'New Trader'}} 59 + <div class="reward-section"> 60 + <p> 61 + Here you can browse our trade catalogue. Press the download button to save a copy to your device. 62 + </p> 63 + <iframe allowfullscreen="allowfullscreen" allow="clipboard-write" scrolling="no" class="fp-iframe" src="https://heyzine.com/flip-book/924206dbaa.html" style="border: 0px; width: 100%; height: 500px;"></iframe> 64 + </div> 65 + {{/if}} 42 66 {{#unless customer_group_name '===' 'Trade'}} 43 67 {{#unless customer_group_name '===' 'Trade TNC'}} 68 + {{#unless customer_group_name '===' 'New Trader'}} 44 69 <div class="reward-section"> 45 70 <h2>Loyalty points</h2> 46 71 <p>Purchase goods to earn points for discounts!</p> 47 72 <p id="loyalty-points-balance">No balance found.</p> 48 73 </div> 74 + {{/unless}} 49 75 {{/unless}} 50 76 {{/unless}} 51 77 {{#if customer_group_name '===' 'Personal'}}