No content to show
User Activity
10-09-2024
I'd be interested to know if you landed on a working solution for this, and if so, what was it?
Unfortunately, while Shopify supports including metafields within the Order Confirmation email template, that doesn't include support for metaobject types at this time. I asked Shopify support about this, who confirmed the situation as below. I was a...
Can you provide examples of the URLs that are being used to access the page where this Liquid is being executed?
Hi Looking at the docs, there's a note to say that delivery customisations won't work in the following situations: The Delivery Customization API doesn't currently support draft orders.(https://shopify.dev/docs/api/functions/reference/delivery-custom...
As you've discovered, you're limited in what you can do with server side redirects on Shopify. Google's Search Central documentation mentions that you can add meta refresh redirects when you can't do server side redirects. Server side redirects are w...
Hi there - just wanted to update this post, as SparkLayer have now released functionality to specify custom attributes to specific line items in the cart. You'll need a developer to write some code that works with their JavaScript SDK. We have client...
04-18-2024
Obviously I'm replying to an old post here, but thought it was worth doing for anyone coming across this after having searching for it. Shopify have documentation on this endpoint as below: https://shopify.dev/docs/themes/markets/localization-discove...
12-18-2023
Hi @davestavros , I know this is an old question, but I thought I would update it with a modern answer that doesn't require coding. Shopify have released their own "Forms" app which allows you to create a custom newsletter signup form, including cust...
11-21-2023
Your theme has a CSS rule that adds margin-bottom to the div element with the class page-head. The CSS rules are defined in assets/heading-template.css as follows: .page-head {
padding: var(--space-padding-mb) 0;
margin-bottom:var(--space-mg-mb)...
@Ant3000 Just had a quick call with the CTO at SparkLayer. It sounds like at the moment, it's not possible at all to add line item level custom fields or properties, even with the SDK. In Q1, they will be looking to add the ability to support customi...
Usually you'd do this by adding an input element on the product page which then adds line item properties when the variant is added to the cart (ref https://shopify.dev/docs/themes/architecture/templates/product#line-item-properties). However, the Sp...
Usually you'd see the update immediately, if you've uploaded different font files to your assets folder. You could try using a different filename just in case there's some cache happening. Also, where did you get the new font files from? Did you use...
Hi there - I don't think your screenshots came through with your post? In any case, I took a look at your site. Usually these kerning issues happen when fonts have been converted from a desktop font to a web font file format, but something hasn't wor...
You're welcome! Here's a bit more info on how I narrowed down the issue: To find scripts that were likely responsible, I first used the Inspect Element function in Chrome Developer Tools, and located the element in question. This allowed me to see a ...
@hoffwebdev Thanks for sending the link via private message. I've taken a look and that checkbox is being added to your page by an app called RecoverMyCart (recovermycart.com). Disabling the scripts associated with it's domains in Chrome Developer To...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
452 | 11-21-2023 08:44 AM | |
1009 | 11-21-2023 08:22 AM | |
560 | 11-16-2023 10:58 AM |