No content to show
User Activity
I've spent a few infuriating and fruitless hours today with the shopify+ AI bot trying to find a solution to this seemingly simple requirement:I need consistent tax-inclusive pricing across the EU (i.e. pricing that matches € RRP and physical retaile...
08-05-2024
So I'm revisiting this just now, and struggling to get this straight. Might just be too early on a Monday! The action has a from_branch parameter and a single to_branch parameter — which seems to work as expected for main > live_A, but I'm not sure w...
Does anyone have a solution for scheduled emailing of reports? — ideally I need to have a custom report emailed weekly/monthly to our accounts guys (EU stores to to European accounts person, US stores to US accounts person).Shopify support have given...
03-04-2024
As an aside, I was planning to try another idea using github submodules (https://github.blog/2016-02-01-working-with-submodules/— main repo contains theme files as usual.— live repos linked to shopify are not branches of main, but pull submodules fr...
03-04-2024
Brilliant. It's working for you then? — I'll be looking deeper asap...
03-01-2024
It seems that this workflow specifically includes the theme .json files in the merge? (or I may be reading it wrong? I'm not super familiar with gitworkflows) — my issue is that .json files need to be excluded to maintain any individual site settings...
01-04-2024
Nope. No solution. Right now, I'm having to maintain separate repos for each storefront, which is a PITA...
10-10-2023
What an insane process to have to go through to simply edit a price.
So when importing a product CSV file with metaobject references, any metafield containing metaobject references must use the ID, e.g.:["gid://shopify/Metaobject/7110654347","gid://shopify/Metaobject/7110682215"] This is super inconvenient to the poin...
04-26-2023
I'm no expert on the API, but it seems that 'sku' should work in the 'Get product data' Edit query field:sku:100060 AND inventory_total:<=8You shouldn't need to use SKU in the email step because it's already been filtered by SKU in the query (I only ...
04-25-2023
I set up a flow that does pretty much this (mine was a weekly email with separate lists for <=8 and 0 stock items):
09-09-2022
Struggling with this solution. I'm pretty novice with GitHub so please correct me if I'm wrong with any of this: GitHub: main pushing theme files to several live branches using a workflow with paths-ignore excluding config and templates directories. ...
I've been looking for this solution for a few days now, thanks!Oddly, the 'Accept list of values' checkbox was missing when I tried to add a definition to an existing metafield — I had to delete the current metafield and values, then re-create it fro...
11-09-2021
OK, in case anyone wants to know my eventual solution:1. I added a shopify checkout script (plus accounts only I think) to apply a discount based on a customer tag. I included a check in the script to exclude products tagged with 'excldiscount'.2. I ...
10-25-2021
So I have a collection that I'd like to apply a 20% discount to, and another that I'd like to apply a 40% discount to. You'd think this would be basic, core e-com platform functionality, but apparently not.An hour of shopify plus support on this issu...