How can I add growzone finder on my shopify store

Solved

How can I add growzone finder on my shopify store

paolaghaddar
Shopify Partner
2 0 0

Hey, we're selling plants and I recently saw on one of our competitors they have a growzone detector that shows the planting zones from a ZIP code, are there any themes that have this? Or how can we do the same?

This is the site https://gardeningwithcreekside.com

 

Thanks!

Accepted Solution (1)

emilg99
Shopify Partner
1 1 1

This is an accepted solution.

You'd need to either build it custom or use an app.

This one should do it https://apps.shopify.com/growzone-finder 

View solution in original post

Replies 3 (3)

StevenT_A7
Explorer
156 13 17

Hi @paolaghaddar , 

 

Best possible solution will be to Add a ZIP code input on your store and use the free API (https://phzmapi.org) to fetch the USDA grow zone. Then display the user’s grow zone and optionally show zone-suitable plants using product tags (e.g., zone_6, zone_7).

No app needed just JavaScript + API.

 

Please let me know if you need more clarifications over this .

Thanks ! 

Steven Taylor
302-260-8345

emilg99
Shopify Partner
1 1 1

This is an accepted solution.

You'd need to either build it custom or use an app.

This one should do it https://apps.shopify.com/growzone-finder 

paolaghaddar
Shopify Partner
2 0 0

Thank you Emil