{exp:store:settings setting="stripe_publishable_key"}
The Settings Tag allows you to retrieve a specific Store setting or payment method setting by name. This is useful for exposing configuration values (such as API keys) to your templates, or for custom integrations.
setting
(required): The name of the setting to retrieve. For example, stripe_publishable_key
.setting
parameter is stripe_publishable_key
, the tag will look for the Stripe PaymentIntents method and return its publishable key.{exp:store:settings setting="stripe_publishable_key"}
{exp:store:settings setting="your_custom_setting"}