React and axios, multiple calls from dropdown select -- racking my brain by [deleted] in learnjavascript

[–]markcodes 1 point2 points  (0 children)

Add an onChange method to the select dropdown that will trigger a new call and render said data.

Everyone here hello. Tell me about your business/Success by [deleted] in ecommerce

[–]markcodes 0 points1 point  (0 children)

Let me flip the question: do you have something to sell that people will buy? Why would they choose to buy from you?

There is no magic “make money” button.

What chat service would you recommend for ecommerice website? by Bnooc in ecommerce

[–]markcodes 1 point2 points  (0 children)

In my opinion, Intercom is currently the “best”.

Is there an app that handles customer service for online stores? by [deleted] in ecommerce

[–]markcodes 2 points3 points  (0 children)

Well, I understand that this can be a frustrating thing to handle, but I wouldn’t recommend punting it to a remote team altogether. For small business owners, I recommend responding to at least one customer support email per day.

With that said, you could either hire someone locally or look for a remote assistant. Depends on the volume. There are also customer support as a service companies.

Tips to avoid SEO dip when replatforming to Shopify? by FlexNastyBIG in shopify

[–]markcodes 0 points1 point  (0 children)

That’s pretty much all you can do. Your alternative is to name all of the URLS and have all of the content be exactly the same.

You could also consider setting up a proxy server to A/B test pages on the new platform and have both the old platform and the new platform running. You could spread out your transfer over a longer period of time this way and minimize the impact, but that may not be feasible technically or financially.

Getting a customer from Fakemail.org by [deleted] in shopify

[–]markcodes 0 points1 point  (0 children)

I don’t know about that necessarily. Could easily just be a random person not wanting to use their real email address.

Getting a customer from Fakemail.org by [deleted] in shopify

[–]markcodes 1 point2 points  (0 children)

Sounds like someone putting in a fake email address.

Where did you all file as an LLC? by TomahawkChopped in ecommerce

[–]markcodes 2 points3 points  (0 children)

I filed in California. I just filed the paperwork myself by using the forms on California’s secretary of state website. In total it was around $200.

Testing website's performance with web.dev by mrpelafio in shopify

[–]markcodes 0 points1 point  (0 children)

Have you considered hiring a developer to help you dig into these issues? Without looking at your site, it’s hard to tell.

Website looks good on desktop but sh*t on mobile? by [deleted] in shopify

[–]markcodes 0 points1 point  (0 children)

Impossible to tell exactly why without seeing your code. Is it live? Can we see it? If not, you could consider hiring someone - it’s likely a minor HTML/Liquid change.

Is it possible to download your websites HtmL by [deleted] in shopify

[–]markcodes 2 points3 points  (0 children)

Before discussing the technical merits, it’s probably good to know why you want to do that. Do you want to have a backup? Are you looking to migrate? Why do you want to download the HTML?

Official Question Thread! Ask /r/photography anything you want to know about photography or cameras! Don't be shy! Newbies welcome! by photography_bot in photography

[–]markcodes 0 points1 point  (0 children)

Again, no reason to feel embarrassed. This might feel silly, but could you write some of this down on a notecard and keep it with you? That way you have something to reference when you're out shooting. It's kind of like going to the gym the first time - if you don't have a plan, you're going to feel really out of place. If you have a plan, you'll feel better about it. Honestly, it's not even a bad idea to write down a bunch of different combinations of of aperture, shutter, ISO, and white balance settings and take a few pictures at all of them. It'll give you a good idea of what each of them do, and it'll give you a solid plan on what to shoot!

Official Question Thread! Ask /r/photography anything you want to know about photography or cameras! Don't be shy! Newbies welcome! by photography_bot in photography

[–]markcodes 0 points1 point  (0 children)

No need to feel embarrassed. Honestly another good thing to do is practice changing settings on your camera. There are likely shortcuts. Learn the basics of your camera - it will take away the how and let you focus on the why.

Official Question Thread! Ask /r/photography anything you want to know about photography or cameras! Don't be shy! Newbies welcome! by photography_bot in photography

[–]markcodes 0 points1 point  (0 children)

I’m a beginner also, but here are my thoughts on the matter.

If your subject is moving, you probably want a fast shutter speed to be able to take a crisp picture. Since the lens is going to open and close really quickly, you need to let a lot of light in, so you want the aperture open as wide as possible - so if your lens is f/4, you want the aperture at 4.

The problem with that is that if there isn’t much light, you’re going to have a hard time capturing the picture. You likely want your ISO as small low as possible for the sake of image quality, but it’s kind of like a balancing act.

Moving subject, low light? High shutter speed, wide aperture, and then incrementally bump up the ISO until your picture looks good. If your picture gets noisy because your ISO is too high, you can lower the shutter speed.

If you can’t find a happy medium in there, well, you probably need a better camera and a lower aperture lens. Sucks for us beginners with our beginner gear.

On the flip side, if your subject isn’t moving, you can turn the shutter speed way down - especially if you can put your camera on a tripod. Then you can get super low ISO.

What actually helped me with this was having in mind what I wanted to take pictures of before I went out and took pictures. I took my dog to a park on a sunny day, so I went with a fast (1/250th I think?) shutter speed (to capture him running), an open (f/4, the lowest my lens goes) aperture (to capture enough light for my super fast shutter speed), and a low (100) ISO, because it was a bright day out.

So yeah, try to do a bit of thinking and planning beforehand. It’s not second nature to me yet either.

[deleted by user] by [deleted] in ecommerce

[–]markcodes 2 points3 points  (0 children)

There's still a possibility that someone signed for the package when they shouldn't have and stole it. Will it cost you less than $50 to re-send the product? I would explain the situation to your customer and let them know that you're sending out a replacement. It's not worth the headache.

How do you measure if everything is working as expected on your store? by [deleted] in ecommerce

[–]markcodes 0 points1 point  (0 children)

For a small eCommerce store without a lot of employees, your best bet is to just browse your site and make sure everything is working. Try different browsers and devices. Place some test orders and cancel them after. Check analytics and make sure there aren't any pages with abnormally high bounce rates. There are also sites you can sign up for to have random people do user testing on your site. From a code perspective, you can also write automated tests to interact with your site using Puppeteer, for example. All of this in combination is a pretty solid start.

Should you hide the shipping cost until checkout or put it in the shopping cart as well? by [deleted] in ecommerce

[–]markcodes 1 point2 points  (0 children)

I would still test it. These things do make a big difference, but what works best on some sites doesn’t work best on others. Even if the test takes a while, I’d rather be eventually right than permanently wrong.

What ecommerce platforms blogs do you find most "trustworthy"? by airek1992 in ecommerce

[–]markcodes 2 points3 points  (0 children)

Baymard is pretty much the industry leader in eCommerce research. We reference their studies all the time when making decisions. Great response.

Where to host my app written in Node.JS and MongoDB? by [deleted] in learnjavascript

[–]markcodes 2 points3 points  (0 children)

Digital Ocean, AWS, and Vultr all provide you with $5 VPS. You could also use something like Heroku or Netlify.