Hi Guys,
I have a couple of problems I need to fix.
- I’m having issues displaying the Apple Pay button in the product pages. It only displays the google pay one (in an apple device).
Can you help me with that? Here’s the link to one of my products
https://gomicare.es/products/gomicare-sleep-wel
- Another issue I’ve been having with the dynamic buttons, is that they’re not displaying with in the cart drawers.
Anyone knows how to fix that?
- I’ve been trying to change the color of the Subtotal text in both the cart and cart-drawer. Any ideas on how to do it?
Thanks for everything
The dynamic payment button that’s displayed is dependant on a number of factors. However you can double check Apple Pay is enabled by going to Settings, Payments and click the Manage button under Shopify Payments, then Manage Payments methods in the top right.
Unfortunately there isn’t a way to specify which payment option the button defaults to - https://shopify.dev/docs/storefronts/themes/pricing-payments/accelerated-checkout/
For the subtotals text, it is in component-total.css under totals__subtotal-value
totals__subtotal-value {
font-size: 1.8rem;
color: green;
}
Hope this helps
Simon