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 ? (