No content to show
User Activity
Unfortunately, the ShopPay button is encapsulated in a shadowRoot, preventing overrides to the styling.
The code snippet in this thread is missing an opening <div> at the top, which is probably why the layout broke for you.Here's a condensed version that doesn't reorder the out-of-stock items to the end:{% if card_product.variants.size > 1 %}
<div cl...
The code snippet in this thread is missing an opening <div> at the top, which is probably why the layout broke for you.
That's a little bit involved, but you can add the variants to card-product.liquid after line 207 ... you can see how variant options are handled on product pages (main-product.liquid) in product-variant-picker.liquid, which loops through product.opti...
Theme.role sounds perfect! Alas, the theme object has been deprecated - https://shopify.dev/docs/api/liquid/objects/theme Has anyone tried accomplishing this by adding a custom metafield to the market object (https://admin.shopify.com/store/***/sett...