All things Shopify and commerce
Within my themes html file, I have just added a css file. I would like to link this file to a new directory that I have just created. How would I do that?
Hi,
I'm not sure what you mean by "new directory" as you cant create new directory's in Shopify in terms of a Folder Directory.
However create your new CSS file under Code editor - Assets and link to your themes html file like this.
{{ 'my-new.css' | asset_url | stylesheet_tag }}
If you require more control of the link html.
<link rel="stylesheet" href="{{ 'my-new.css' | asset_url }}" type="text/css">
Regards
Hi,
Do you have a guide you're following as this looks correct for what Apple is expecting.
https://developer.apple.com/documentation/applepaywebmerchantregistrationapi/preparing_merchant_doma...
Do you have instructions to provide code to Braintree in a particular way via HTML or file etc.
Regards
Hi. I am using this same guide. However, the point in which I am trying to validate the domain just gives me an error message. I got to the domain link and it showed the license that was required. However, we still receive an error message.
Hi @ZAAK
Seems you have done step 1, is the error happening on step 2 - what error message are you receiving?
1. Host your domain-verification file at the following path for each domain you’re registering:
https://[DOMAIN_NAME]/.well-known/apple-developer-merchantid-domain-association
2. The domain-verification file must be in place before you invoke the Register Merchant API.
Be sure to use the domain-verification file associated with the merchant ID that you provide in the encryptTo field.
Regards
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025