No content to show
User Activity
From what I read you make these changes in the notification email area. I have tried a bunch of different ways with no success at all. Not sure why the code seems current, the idea is to send to a collection group that I title with the same word and ...
Order confirmation
The idea is to send different emails based on the title tag being identified and it won't work. A little help please. {% assign star_swag = false %}{% for line in line_title %}{% if line.title contains 'Port' %}{% assign star_swag = true %}{% endif ...
Using Postman I can create a gift card in the admin with an amount that brings back all the data I need. I see the card in the admin but now I want retrieve or GET the balance of that gift card, how do I do that? This is in my GET - https://{{vault:a...
Thank you so much I see the error in my ways So one last question? {% if line.product.tags contains "WM-Weight" %} can you use an or statement and look for several tags that are different? I might need that in the future.
Afternoon, This code seems to be doing what I need it to do which is only send a notification if the tag matches "Name of Tag" However if I add in 2 products I get the content twice in the same email. Example: Hi jeffrey, is getting your order read...
I am looking at using the gift card API using REST. Currently I can create a gift card that is associated to a customer ID which gets sent to them but what I was hoping is that there is a way to create a gift card that is not a customer in Shopify an...
Morning, I am new to API integration with Shopify. I'm looking for a possible solution of using another system that will convert points to dollars, then we need a way to create a gift card in Shopify possibly using the API integration. Is this possi...
Morning I need to export orders in a particular format. Here are the requirements. (CRLF) 10 formatUse a .TXT extension2023-02-01-10-06-44-533.txt the filename includes a date/time stamp as noted aboveAll lines within the file must be terminated...
06-15-2023
Chrome is a mess so I am using Edge now, its out local firewall that is blocking this process.
06-14-2023
The admin is not allowing us to upload any longer, the error I get is the following, did Shopify change it's CDN?
Here is my situation and I am looking for a solution that I can set up that would work for this problem. So product A is a product that can either be picked up at a location or shipped. I need a way for a user to select free shipping or shipping in ...