all_ country_ option_ tags
Creates an <option> tag for each country.
An attribute called data-provinces is set for each <option>, and contains a JSON-encoded array of the
country or region's subregions. If a country doesn't have any subregions, then an empty array is set for
its data-provinces attribute.
To return only the countries and regions included in the store's shipping zones, use the object.
To return only the countries and regions included in the store's shipping zones, use the object.
Tip: To return only the countries and regions included in the store's shipping zones, use the <a href="/docs/api/liquid/objects/country_option_tags"><code><span class="PreventFireFoxApplyingGapToWBR">country<wbr/>_option<wbr/>_tags</span></code> object</a>.
Directly accessible in
- Global
You can wrap the object in <select> tags to build a country option selector.