Enable express checkout options for faster customer purchases
Access theme code
Open theme.liquid
theme.liquid
to open itAdd the code
</head>
closing tag and add the following code as a new line just before it:Save changes
{% if additional_checkout_buttons %}
)display: none !important
so that Assortion can manage the visibility and positioning of express checkout buttons within your custom cart.Issue | Solution |
---|---|
Buttons not appearing | Ensure payment providers are properly configured in Shopify |
Wrong positioning | Check that the code is placed before </head> |
Duplicate buttons | Remove any other express checkout code from your theme |