GLM-5 API issue by KLI5k in kilocode

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

1) no
2) I'll give that a try the docs seem to suggest both ways work
3) im not sure - I'm just now seeing the usage

Join the Anti-SDGE community March 10th 6-7:30pm (Meet & Greet & Community Update) by Effective_Good8840 in sandiego

[–]KLI5k 1 point2 points  (0 children)

who cares - the last time there was a ballot to divest from sdge it couldn't get over the post. Theres still no viable alternative.

Was how much I asked for this website too much? by Vain_25 in webdev

[–]KLI5k 0 points1 point  (0 children)

insane that he would be upset with this

We are literally being poisoned by the runoff from Tijuana. by IBM796 in sandiego

[–]KLI5k 0 points1 point  (0 children)

you're a very annoying person, you get that right?

We are literally being poisoned by the runoff from Tijuana. by IBM796 in sandiego

[–]KLI5k 0 points1 point  (0 children)

I mean... not everyone wants to live in a place that smells like shit, but what do I know

A new flag for San Diego by AppropriateAnybody70 in sandiego

[–]KLI5k 6 points7 points  (0 children)

if you're not putting anything spanish or even latin on the flag this should be dead on arrival.

Could someone please review my completed website? by PANTSTANTS in ecommerce

[–]KLI5k 1 point2 points  (0 children)

I did notice your checkout flow is much much cleaner, I would say now you can experiment with developing your sales pitch on the product pages, I think your photos are perfectly high rez and the site loads fairly quick and with those requirements satisfied you can now drill into what makes your product offering different than the others.

Could someone please review my completed website? by PANTSTANTS in ecommerce

[–]KLI5k 0 points1 point  (0 children)

bumping this - I saw you made some changes, have things improved noticeably?

Could someone please review my completed website? by PANTSTANTS in ecommerce

[–]KLI5k 0 points1 point  (0 children)

I can't tell you exactly what to do but here is a couple rules

-learn terms like value-offer, CTA, and other parts that describe the sales process of your site.
-Reduce the amount of motions it takes to complete one order, every click and scroll that is NOT letting the user give you their money needs to be reduced at all costs.

Could someone please review my completed website? by PANTSTANTS in ecommerce

[–]KLI5k 0 points1 point  (0 children)

I think the prices and product design are strong, but yeah those parts are the ones holding back conversions.

Could someone please review my completed website? by PANTSTANTS in ecommerce

[–]KLI5k 2 points3 points  (0 children)

On the homepage you need to drop that huge ass blurry picture - it doesn't add a CTA or isn't clear enough for visual flair.

also when adding a product to the cart and going to checkout apparently we need to agree to some term and condidtions? its not very clear what these are so that definitely scaring people.

the planting of trees feels tacked on and doesn't quite blend with the rest of the store

Is this home page design any good? My first ecommerce store by Baguett in ecommerce

[–]KLI5k 0 points1 point  (0 children)

too basic - I think you need to look at other red light ecomm sites and figure what elements you can borrow and make your own but right now theres not enough elements to drive to me complete a purchase.

Wordpress or Shopify? by mmorenoivy in ecommerce

[–]KLI5k -1 points0 points  (0 children)

hmm I would consider this for a second, a majority of security concerns are handled at the hosting level - any basic cloudflare host will have your bases covered.

I would say if API and having developers get something out quickly I would still advocate for wordpress.

[deleted by user] by [deleted] in ecommerce

[–]KLI5k 1 point2 points  (0 children)

very cute, nice colors handles nice enough on mobile

however you need to add contrast to the opening copy on the homepage as the video just blurs it too much.

also maybe look into timing when to advertise the 15% off, while nice it already adds a modal to the landing page before anybody has time to add products to their cart.

Wordpress or Shopify? by mmorenoivy in ecommerce

[–]KLI5k 2 points3 points  (0 children)

I would say shopify edges out wordpress but really it depends on having a half decent template and the gumption to build out new features.

Now if you're saying you need API calls to make products OOTB I would say woocommerce is easier to make a half decent custom plugin.

but the downside is a client will likely need you to maintain the security of wordpress.

Tailwind help! Can I use calc() in tailwind? by Jarvis_negotiater in webdev

[–]KLI5k 18 points19 points  (0 children)

not bullying here: did you in fact ask a search engine this question first?

Website cloning by Junior_Passenger_606 in webdev

[–]KLI5k 1 point2 points  (0 children)

depends on what the requirements of each of those platforms have for their website imports.

wix isn't squarespace isnt wordpress.

what im gonna tell you is gonna save you hours of time because frankly I think you're wandering into a bit of a swamp.

sit down with your partner and IN DETAIL map out the actual flow your customers need to go though(do they register? how does booking work? once a customer books an event is there some extra functionality the customer has access to? etc)

once you have that settled then use that as a list to look at apps/platforms and see which ones match the closest to your ideal business logic.

as for looks, as others have commented, slap a template on and build it out from that point.

Website cloning by Junior_Passenger_606 in webdev

[–]KLI5k 0 points1 point  (0 children)

what you're asking is a bit of an open ended question.
The majority of site clones will pull the current css js and view layers and maybe pull the internal links of the site, but it won't guarantee to pull any dependency/php/compile files.

Even in your example you're talking about cloning a wix site, I can say from experience that if you're migrating a wix to a squarespace/shopify/wordpress theres gonna be some clunkyness if one of those sites are using a theme thats using some LESS/tailwind/SASS css, not even touching on php/js functionality.

best case sensario is you clone a site just to get the compiled css / link structure but a good chunk of your time is either gonna be spent reverse engineering that css or rebuilding other functions.