<%= I18n.t('enable_cookies_heading', app: ShopifyApp.configuration.application_name) %>
<%= I18n.t('enable_cookies_body', app: ShopifyApp.configuration.application_name) %>
<%= I18n.t('enable_cookies_footer') %>
%= render 'shopify_app/partials/layout_styles' %> <%= render 'shopify_app/partials/typography_styles' %> <%= render 'shopify_app/partials/card_styles' %> <%= render 'shopify_app/partials/button_styles' %> <%= javascript_include_tag('shopify_app/enable_cookies', crossorigin: 'anonymous', integrity: true) %>
<%= content_tag( :div, nil, id: 'redirection-target', data: { target: { myshopifyUrl: "https://#{current_shopify_domain}", hasStorageAccessUrl: "#{has_storage_access_url}", doesNotHaveStorageAccessUrl: "#{does_not_have_storage_access_url}", appTargetUrl: "#{app_target_url}" }, }, ) %><%= I18n.t('enable_cookies_body', app: ShopifyApp.configuration.application_name) %>
<%= I18n.t('enable_cookies_footer') %>