claireelisey
Visitor
Last Activity: May 21 18:57:49
Topic Started
1
Topics Started
Topic Solutions
0
Solutions
Post Count
2
Posts
Post Kudos
0
Likes

Community Badges

No content to show

User Activity

I also want to add that the following code works to display only products with the product type of 'Mugs'...<div className='shop-container'> {this.props.products.map((product) => { if (product.productType === 'Mugs') { ...
Hi! I've built a React web app using the Shopify Storefront API to pull data into my web app. I'm having difficulty working with the "tags" field. I'm trying to map through my products, and then display only products whose tags contain a specific str...
This widget could not be displayed.
This widget could not be displayed.