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: remove product recall link from footer (#27)

authored by

Rogerio Romao and committed by
GitHub
b28af9eb bd86fcc6

+1 -8
+1 -1
config.json
··· 1 1 { 2 - "name": "fix trader customer groups bug", 2 + "name": "remove product recall link", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
-7
templates/components/common/footer.html
··· 62 62 </li> 63 63 {{/if}} 64 64 {{/each}} 65 - {{#each pages}} 66 - {{#if name '===' 'Product Recall'}} 67 - <li > 68 - <a href="{{url}}">{{name}}</a> 69 - </li> 70 - {{/if}} 71 - {{/each}} 72 65 73 66 74 67