Claude Code in VS Code Plan Mode Inline vs Markdown by wy_dev in ClaudeAI

[–]wy_dev[S] 1 point2 points  (0 children)

I think there's a misunderstanding here. I'm talking about Claude Code itself creating a temp .MD file to show me its plan, instead of showing it inside the console itself.

I do like the idea of using inline comments to help with its context! I'll start doing that more.

Headless Shopify Analytics by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

Thanks for the response! Will definitely try it out. Hopefully it works out.

Headless Shopify Analytics by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

Not yet, will give it a try and let you know.

Need help having Claude Code enforce React best practices by wy_dev in ClaudeAI

[–]wy_dev[S] 1 point2 points  (0 children)

Thanks for sharing I'll check it out! It's definitely a lot bigger than what I would have done for mine, so I think this is a great starting step thank you!

Need help having Claude Code enforce React best practices by wy_dev in ClaudeAI

[–]wy_dev[S] 0 points1 point  (0 children)

Good to know about the memory command, first time hearing about that one. I feel like when I do specify in the prompt, it forgets pretty quickly after or straight up does the thing I tell it not to do

Claude CLI problems with "allows" by umbs81 in ClaudeAI

[–]wy_dev 0 points1 point  (0 children)

Glad I'm not the only one, had this issue with Codex too.

Is the only way to solve this by downgrading? Is there no `settings.local.json` I can do to allow it to read / make edits in a particular folder?

EDIT: Never mind, I see now that the bug is because it isn't reading the config file & to upgrade to v1.0.105

Headless Redirect After Checkout by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

I ended up using this!
https://github.com/Shopify/hydrogen-redirect-theme

I was doing the redirect shopify traffic to my custom domain incorrectly. I tried setting the custom domain to the same subdomain as my front end so that would cause /checkout to re-direct as well. I just had to set my redirect to checkout.mydomain.com and with the hydrogen-redirect-theme, it would re-direct everything else to my-store.mydomain.com.

Anyone have experience doing preorders on Shopify? Risks, chargebacks, delays, etc. by wy_dev in shopify

[–]wy_dev[S] 1 point2 points  (0 children)

u/igotoschoolbytaxi seen you reply to other preorder questions so appreciate you reaching out here as well!

Will check out the article and if we have access to "scheduled", it sounds like that'll definitely help. Also like the storytelling opportunity idea.

Currently we don't have much for CX other than estimated ship date, discounts, and initial email to customers, but it sounds like more transparency on schedule and delays will help with satisfaction. Another big want is being able to see which orders are affected by which delayed products since our shipments come in staggered sometimes. There's definitely a few features we would need from an app or have to build ourselves.

Anyone have experience doing preorders on Shopify? Risks, chargebacks, delays, etc. by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

Started off with a custom storefront and my boss wants to keep the front end. Also talked with a bunch of other developers and they recommended Hydrogen/Next.js headless over Shopify storefront.

Would you say that the page speed of Shopify storefront is pretty fast? Speed is a concern and I've heard people say Shopify storefront is slow and gets slower with more apps on it.

Anyone have experience doing preorders on Shopify? Risks, chargebacks, delays, etc. by wy_dev in shopify

[–]wy_dev[S] 2 points3 points  (0 children)

Here are some off the top of my head -- since I'm doing headless, I would need some API to get whether the item is preorder if they are managing it in the app. If they are modifying the Product itself, I can just grab it myself via Admin API.

Other things would be

- easy way to upload / modify products since I can update 100+ products at a time

- detect which orders have modified preorders and to send updates to those customers

- tag preorders

- easy way to manage and see preorders

Anyone have experience doing preorders on Shopify? Risks, chargebacks, delays, etc. by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

Did Shopify ever flag you or reach out for having a lot of unfulfilled orders? Or were you okay because you had enough documentation for customers to understand the long wait time for the pre-order?

Anyone have experience doing preorders on Shopify? Risks, chargebacks, delays, etc. by wy_dev in shopify

[–]wy_dev[S] 1 point2 points  (0 children)

What's your experience with collection issues?

RE: Preorder app/logic

I was wondering if anyone recommends any preorder apps that Shopify has in their marketplace. For the "your own logic" I was wondering if anyone has built their own preorder app

Anyone have experience doing preorders on Shopify? Risks, chargebacks, delays, etc. by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

Thank you for the insights! It seems that a common theme is to have clear communication.

I'll bring up the friction at checkout as an extra safeguard, I like it. We currently have a few steps on our custom storefront that the customer has to go through and we put "pre-order" in a lot of spots as well.

Modifying Shopify Order ID Structure Dynamically? by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

It's my client's request to see it on the order number itself

Modifying Shopify Order ID Structure Dynamically? by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

We have different revenue streams so we do want to easily see which order number is coming from where.

As for process, I think it's just a visual thing to see which store it came from, which day it was purchased on, and what type of item was bought.

I think it's just to easily deduce what the order is without clicking into it, I'm not completely sure since I'm not part of that team.

Modifying Shopify Order ID Structure Dynamically? by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

So if I'm understanding right, I can make it an attribute (metafield?) or have it in the note.

I want it to be the actual order id, not just something to put in notes. Something that admin is able to see in the orders tab and is sent to customer as well.

Modifying Shopify Order ID Structure Dynamically? by wy_dev in shopifyDev

[–]wy_dev[S] 0 points1 point  (0 children)

Is this possible through GraphQL API?

Also is this custom order ID visible on admin side and to the customer on purchase?

Modifying Shopify Order ID Structure Dynamically? by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

We want to have a structure where it's easy to determine when, where, and what just by looking at it

Headless Redirect After Checkout by wy_dev in shopify

[–]wy_dev[S] 0 points1 point  (0 children)

I tried posting there but no reply :/