No content to show
User Activity
Stumbling across this thread totally solved my issue with a similar error with `@shopify/shopify_functions/run`! I renamed the `.pnp.cjs` file in my user folder and I was finally able to generate an extension *smh*. I tried almost every configuration...
I tried to run Shopify's Functions Discount tutorial, going through the steps listed here: Scaffold An App and here: Build A Discounts Function, but it crashes while loading the preview link. I'm able to init the new app, generate a new product disc...
11-12-2023
I downloaded the cert from within the link you shared, found where the certs were located in my system, renamed the old one `certs.old` and renamed the new cacert.pem to cert.pem and it worked... until my XCode package was out of date. I'm updating t...
07-20-2021
You gotta loop through the blocks in order to access one of the settings in the schema.{% for block in section.blocks %}{% if block.settings.title_font_size %}{%- assign title_font_size = block.settings.title_font_size -%}{% endif %}<style>#carousel-...