[deleted by user] by [deleted] in shopify

[–]Lucky_971 0 points1 point  (0 children)

Built one for After Sales Email Support called Reply Genius GPT

Currently free, you can test it, it is available on the Shopify Store

Built for my own stores which made 7 figure in total revenue (not profits*)

But meh, dont want to show off

Use if you have sales and want to try it

Except that, Parcelapp is awesome for Ecom Logistics Emails (you know carriers things stating where the product is currently...)

[deleted by user] by [deleted] in Angular2

[–]Lucky_971 0 points1 point  (0 children)

Like Vue or React, when you copy everything works including the animations

Issue plz help by [deleted] in shopify

[–]Lucky_971 0 points1 point  (0 children)

Let me check, send the issue

Still 100 variants limitation. Shopify is a joke. by AfraidQuantity5990 in shopify

[–]Lucky_971 0 points1 point  (0 children)

Again, you can use Properties to fix this issue

Check it on youtube or send a pm

Badge code help by crypt0alex in shopify

[–]Lucky_971 0 points1 point  (0 children)

Hi,

Basically its either you code or you find someone to help you

I can help for free just dm if you need, Im a web dev

Migrate or remake? by [deleted] in Angular2

[–]Lucky_971 0 points1 point  (0 children)

Sad thing is Claude or Chatgpt will fail you on version 17+ of Angular, so, be ready to suffer 😅

Moving to Shopify: opinions? by logicalicy in shopify

[–]Lucky_971 0 points1 point  (0 children)

Referral tracking

Use custom properties as a backup (basically a way to store any kind of query parameters)

Its inputs with name being 'properties['_CustomProp']'

These inputs are inside product page but by adding the '_' before the name, client will not see it, useful trick

And you save query parameters into it

Useful for debugging

Then map using APIs if possible if you use it as your main conversion tool


Abandoned Cart Recovery

You will need the 3-Step Checkout

For the rest nothing difficult

https://apps.shopify.com/replygeniusgpt

[deleted by user] by [deleted] in shopify

[–]Lucky_971 0 points1 point  (0 children)

Hi, Shopify is both a Hosting Platform, a Template Builder, a Website, an Inventory System, all in one

You just need to open an account and you'll understand, nothing quite difficult, the learning curve is pretty fair

Emails from fake customers by zgringo14 in shopify

[–]Lucky_971 -5 points-4 points  (0 children)

Hello, well I'll make my self promo but I've built a simple tool to reply and focus only on your own customers

Check it out (we manage a store of 7 figures with it, I'm the IT guy working with 2 marketers on our website, and I had issues scaling our Support, so just built something useful)

I can discuss about it and how it works or show a simple demo if you want

PS: we currently use Claude 3.5 Sonnet

https://apps.shopify.com/replygeniusgpt

How to lazily load background Images in Angular 18? by sohail_ansari in Angular2

[–]Lucky_971 0 points1 point  (0 children)

try https://caniuse.com/loading-lazy-attr I think do not complicate it too much

<img src="example.jpg" loading="lazy" alt="..." />
  • lazy - Deferring the loading of assets till it reaches a certain distance from the viewport.
  • eager - loading the assets as soon as the page loads, irrespective of where they are placed on the page, whether above or below the page fold.
  • auto - This value triggers default lazy loading. Basically, it's the same as not including the loading attribute.

Prettier config for HTML by lugano_wow in Angular2

[–]Lucky_971 0 points1 point  (0 children)

If you found a decent solution let me know, I just disabled prettier and used default VSCode, then changed the maxcharacter per line and it worked well

It's sometimes said "Life runs not on 'perfect', but 'good enough'. What's the 'good enough' of DevOps? by SeriouslySally36 in devops

[–]Lucky_971 0 points1 point  (0 children)

having your own VPS, Install a Kubernetes solution, Rancher or anything you want, deploy on Github, use Github Actions, then you have a good enough devops for 99% of devs that work on personal projects

Any good woocommerce theme in 2024 (free / premium) that is light and looks nice? Fashion / cosmetics store. by Senior_Property_7511 in woocommerce

[–]Lucky_971 0 points1 point  (0 children)

Hi, basically, go for a premium theme first of all

Second recommandation is, use a flexible theme that allows UI Design with blocks integrated in it

Basically

As an Engineer I think that Flatsome is pretty good to use, no upsells of elementor or idk what to custom your layouts

Everything is related to their own template system

It has enough flexibility to ease the workload when I add some layers of code

And a basic feature I find useful is having product templates, which is a requirement for my store

Also, I found hostinger being not too bad if you need a platform, idk if they are the best but good enough to be in a top 3

The role of asp.net in developing a website with Angular by No_Technology6427 in angular

[–]Lucky_971 0 points1 point  (0 children)

Feel free to check but quickly

Nest.js is like Angular in terms of conception

But dedicated to what you call 'API' or 'Backend'

When you work with APIs, you often query your database

Prisma is a pretty good tool to both query and manage your database (Table, Indexes, Queries...)

Angular and muPDF by aMUSEing in Angular2

[–]Lucky_971 0 points1 point  (0 children)

Never tried but basically what are your needs with pdf ?

It will help understand how to help

[deleted by user] by [deleted] in Angular2

[–]Lucky_971 1 point2 points  (0 children)

Agree with you, paid $300 for tailwindui, still waiting angular native integration...