Skip to content

Commit

Permalink
fix: use seller_preferred_fulfillment for default fulfillment (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung authored Nov 18, 2024
1 parent e396063 commit 6077bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/layouts/theme.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{% endblock %}
</head>

{% set defaultFulfillment = (store_info.default_item_fulfillment|split(',')[0])|default('SHIPMENT') %}
{% set defaultFulfillment = (store_info.seller_preferred_fulfillment|split(',')[0])|default('SHIPMENT') %}

{% if config.theme.shouldUseSiteStyles %}
{% set themeContainerWidth = max(square.site.styles.spacing.site_width, 1200) %}
Expand Down

0 comments on commit 6077bda

Please sign in to comment.