Created
September 23, 2011 17:10
-
-
Save dpetersen/1237910 to your computer and use it in GitHub Desktop.
Product Grid JSON sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"CO":[ | |
{ | |
"product-name":"MEN'S BETTER THAN NAKED™ JACKET", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/mens-better-than-naked-jacket-AVMH_LC9_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Men's", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/men-39-s-better-than-naked-8482-jacket.html", | |
"header-top-right-url":"http://www.thenorthface.com/en_US/shop-mens/", | |
"product-cta-text":"Shop Now" | |
}, | |
{ | |
"product-name":"WOMEN'S BETTER THAN NAKED™ JACKET", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/womens-better-than-naked-jacket-AVKL_NN4_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Women's", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/women-39-s-better-than-naked-8482-jacket.html", | |
"header-top-right-url":"http://www.thenorthface.com/en_US/shop-womens/", | |
"product-cta-text":"Shop Now" | |
}, | |
{ | |
"product-name":"WOMEN'S SINGLE-TRACK SHOE", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/womens-single-track-shoe-ALQF_JM3_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Running Shoes", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/womens-single-track.html", | |
"header-top-right-url":"http://www.thenorthface.com/webapp/wcs/stores/servlet/TNFSearchResult?langId=-1&storeId=207&catalogId=10201&searchTerm=running%20shoes", | |
"product-cta-text":"Shop Now" | |
}, | |
{ | |
"product-name":"Enduro Boa® Hydration Pack", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/enduro-boa-hydration-pack-AJQZ_JK3_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Equipment", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/enduro-boa.html", | |
"header-top-right-url":"http://www.thenorthface.com/en_US/shop-equipment/", | |
"product-cta-text":"Shop Now" | |
} | |
], | |
"WI":[ | |
{ | |
"product-name":"MEN'S BETTER THAN NAKED™ JACKET", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/mens-better-than-naked-jacket-AVMH_LC9_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Men's", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/men-39-s-better-than-naked-8482-jacket.html", | |
"header-top-right-url":"http://www.thenorthface.com/en_US/shop-mens/", | |
"product-cta-text":"Shop Now" | |
}, | |
{ | |
"product-name":"WOMEN'S BETTER THAN NAKED™ JACKET", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/womens-better-than-naked-jacket-AVKL_NN4_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Women's", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/women-39-s-better-than-naked-8482-jacket.html", | |
"header-top-right-url":"http://www.thenorthface.com/en_US/shop-womens/", | |
"product-cta-text":"Shop Now" | |
}, | |
{ | |
"product-name":"WOMEN'S SINGLE-TRACK SHOE", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/womens-single-track-shoe-ALQF_JM3_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Running Shoes", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/womens-single-track.html", | |
"header-top-right-url":"http://www.thenorthface.com/webapp/wcs/stores/servlet/TNFSearchResult?langId=-1&storeId=207&catalogId=10201&searchTerm=running%20shoes", | |
"product-cta-text":"Shop Now" | |
}, | |
{ | |
"product-name":"Enduro Boa® Hydration Pack", | |
"product-image-url":"http://images.thenorthface.com/is/image/TheNorthFace/236x204_CLR/enduro-boa-hydration-pack-AJQZ_JK3_hero.png", | |
"header-top-right-text":"Shop All", | |
"header-top-left-text":"Equipment", | |
"product-url":"http://www.thenorthface.com/catalog/sc-gear/enduro-boa.html", | |
"header-top-right-url":"http://www.thenorthface.com/en_US/shop-equipment/", | |
"product-cta-text":"Shop Now" | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="products-grid"> | |
<!-- Beginning of what is rendered by the SSI --> | |
<div class="products-grid-wrapper" data-location-specific-grids="JSON DATA HERE"> | |
Fallback Product Grid HTML here. | |
</div> | |
<!-- End of SSI HTML --> | |
</div> |
The file lacks a product description and price
nice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wonderful json product sample for grids