From eac23180c3f927b3cc3c5ee0b350fc780854ce9e Mon Sep 17 00:00:00 2001 From: jimmyventuragmail Date: Wed, 18 Dec 2024 10:21:55 -0500 Subject: [PATCH] fixed merge tasks commenting shopify CDN need and removing alert for shipping implementation --- examples/commerce-essentials/next.config.js | 2 ++ .../src/app/(checkout)/checkout/DeliveryForm.tsx | 13 ------------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/examples/commerce-essentials/next.config.js b/examples/commerce-essentials/next.config.js index d7906785..b96bccb0 100644 --- a/examples/commerce-essentials/next.config.js +++ b/examples/commerce-essentials/next.config.js @@ -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", diff --git a/examples/commerce-essentials/src/app/(checkout)/checkout/DeliveryForm.tsx b/examples/commerce-essentials/src/app/(checkout)/checkout/DeliveryForm.tsx index b4585a7d..757acb87 100644 --- a/examples/commerce-essentials/src/app/(checkout)/checkout/DeliveryForm.tsx +++ b/examples/commerce-essentials/src/app/(checkout)/checkout/DeliveryForm.tsx @@ -36,19 +36,6 @@ export function DeliveryForm() { return (
-
- Delivery -
- - - Delivery is using fixed rates! - -

- Delivery is fixed rate data for testing. You can replace this with a - 3rd party service. -

-
-
{!deliveryOptions ? (