Skip to content

Commit

Permalink
fixed merge tasks commenting shopify CDN need and removing alert for …
Browse files Browse the repository at this point in the history
…shipping implementation
  • Loading branch information
Monachus committed Dec 18, 2024
1 parent cfa6402 commit eac2318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 2 additions & 0 deletions examples/commerce-essentials/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const nextConfig = {
protocol: "https",
hostname: "**.cm.elasticpath.com",
},
//Klevu uses a Geerative AI Endpoint to fetch images for products that have not uploaded images to the search index.
//TODO Work with Klevu to use another image generation provider.
{
protocol: "https",
hostname: "cdn.shopify.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ export function DeliveryForm() {

return (
<fieldset className="flex flex-col gap-6 self-stretch">
<div>
<legend className="text-2xl font-medium">Delivery</legend>
</div>
<Alert>
<LightBulbIcon className="h-4 w-4" />
<AlertTitle>Delivery is using fixed rates!</AlertTitle>
<AlertDescription className="flex flex-col gap-2">
<p>
Delivery is fixed rate data for testing. You can replace this with a
3rd party service.
</p>
</AlertDescription>
</Alert>
{!deliveryOptions ? (
<div className="flex flex-col flex-1 items-center gap-2 h-10">
<Skeleton className="h-10 w-full" />
Expand Down

0 comments on commit eac2318

Please sign in to comment.