Using whatever web programming language you want, use product.json to do the following:
- Group the products by product type and put a header above the group with the type
- Ignore the shipping product type
- Display the product name and the adjusted price. If the adjusted price is blank or null, use the retail price.
- Put a line break tag at the end of each product
<h1>Rate Plan</h1>
Unlimited Talk/Text 2GB plan $19.99<br />
2GB Data Share Plan $19.99<br />
Email us your source code and an HTML file of your rendered page.