Show shopify shipping rate of customer location

Topic summary

Goal: Display country-specific shipping information on the product page beneath the Add to Cart button, based on the logged-in customer’s location.

Desired behavior:

  • If free: “Free shipping in ” (e.g., “Free shipping in the Netherlands [flag]”).
  • If not free: “$ shipping in ” (e.g., “$1 shipping in the United States [flag]”).

Technical needs (implied):

  • Detect the customer’s country (from login/profile or geolocation).
  • Retrieve the corresponding shipping rate for that country.
  • Render the country name and flag dynamically on the product page.

Status and outcomes:

  • The original poster requested implementation help and a concrete example/demo.
  • A follow-up asked for someone to show how to do it; no reply was received.
  • No solution, code, or steps were provided; the issue remains unresolved and open.
Summarized with AI on January 6. AI used: gpt-5.

Does anyone know how I can show the shipping rate of the country the customer has logged in with on the product page under the add to cart button

On the product page it should show like:

if free:

Free shipping in

For example: Free shipping in the Netherlands (Flag of the Netherlands)

when not free

Shipment ,

For example: $1 shipping in the United States

1 Like

Aii can you show me?

Can someone help me with this he never responded