diff --git a/apps/dragon-foods/pages/orderConfirmation.tsx b/apps/dragon-foods/pages/orderConfirmation.tsx index 8b77cf9e..516d3c6f 100644 --- a/apps/dragon-foods/pages/orderConfirmation.tsx +++ b/apps/dragon-foods/pages/orderConfirmation.tsx @@ -111,7 +111,7 @@ const OrderConfirmation = () => { successOrderMessage: 'Request Confirmed!', gratefulMessage: 'The dataset will be shared via the chosen mode', orderIdMessage: '', - trackOrderMessage: user?.email ? `` : '', + trackOrderMessage: user?.email ? `email ID: ${user?.email}` : '', buttons: [ { text: 'Go Back Home', diff --git a/apps/earth-support-initiative/pages/orderConfirmation.tsx b/apps/earth-support-initiative/pages/orderConfirmation.tsx index 8b77cf9e..516d3c6f 100644 --- a/apps/earth-support-initiative/pages/orderConfirmation.tsx +++ b/apps/earth-support-initiative/pages/orderConfirmation.tsx @@ -111,7 +111,7 @@ const OrderConfirmation = () => { successOrderMessage: 'Request Confirmed!', gratefulMessage: 'The dataset will be shared via the chosen mode', orderIdMessage: '', - trackOrderMessage: user?.email ? `` : '', + trackOrderMessage: user?.email ? `email ID: ${user?.email}` : '', buttons: [ { text: 'Go Back Home', diff --git a/apps/earth-support-initiative/pages/product.tsx b/apps/earth-support-initiative/pages/product.tsx index 6c6f8f45..469b0cd0 100644 --- a/apps/earth-support-initiative/pages/product.tsx +++ b/apps/earth-support-initiative/pages/product.tsx @@ -16,8 +16,7 @@ import { convertProductTagsIntoFormat, getSelectedProductDetails } from '../util const terms = [ { - label: - 'Accept Terms and Conditions', + label: 'Accept', value: 'terms' } ] diff --git a/apps/earth-support-initiative/utils/search-utils.ts b/apps/earth-support-initiative/utils/search-utils.ts index 415bcc09..8ddeb268 100644 --- a/apps/earth-support-initiative/utils/search-utils.ts +++ b/apps/earth-support-initiative/utils/search-utils.ts @@ -41,6 +41,9 @@ export const parseSearchlist = (data: SearchResponseModel[]) => { item: { ...item, short_desc: provider.short_desc, + ...(provider.long_desc && { + productInfo: provider.long_desc + }), images: item.images, rating: provider.rating }, diff --git a/apps/envirogrowth/pages/orderConfirmation.tsx b/apps/envirogrowth/pages/orderConfirmation.tsx index 8b77cf9e..516d3c6f 100644 --- a/apps/envirogrowth/pages/orderConfirmation.tsx +++ b/apps/envirogrowth/pages/orderConfirmation.tsx @@ -111,7 +111,7 @@ const OrderConfirmation = () => { successOrderMessage: 'Request Confirmed!', gratefulMessage: 'The dataset will be shared via the chosen mode', orderIdMessage: '', - trackOrderMessage: user?.email ? `` : '', + trackOrderMessage: user?.email ? `email ID: ${user?.email}` : '', buttons: [ { text: 'Go Back Home', diff --git a/apps/envirogrowth/pages/product.tsx b/apps/envirogrowth/pages/product.tsx index 292b0b3f..8fc94da8 100644 --- a/apps/envirogrowth/pages/product.tsx +++ b/apps/envirogrowth/pages/product.tsx @@ -16,8 +16,7 @@ import { convertProductTagsIntoFormat, getSelectedProductDetails } from '../util const terms = [ { - label: - 'Accept Terms and Conditions', + label: 'Accept', value: 'terms' } ] diff --git a/apps/envirogrowth/utils/search-utils.ts b/apps/envirogrowth/utils/search-utils.ts index 415bcc09..8ddeb268 100644 --- a/apps/envirogrowth/utils/search-utils.ts +++ b/apps/envirogrowth/utils/search-utils.ts @@ -41,6 +41,9 @@ export const parseSearchlist = (data: SearchResponseModel[]) => { item: { ...item, short_desc: provider.short_desc, + ...(provider.long_desc && { + productInfo: provider.long_desc + }), images: item.images, rating: provider.rating }, diff --git a/apps/harmoni-aids/pages/orderConfirmation.tsx b/apps/harmoni-aids/pages/orderConfirmation.tsx index 8b77cf9e..516d3c6f 100644 --- a/apps/harmoni-aids/pages/orderConfirmation.tsx +++ b/apps/harmoni-aids/pages/orderConfirmation.tsx @@ -111,7 +111,7 @@ const OrderConfirmation = () => { successOrderMessage: 'Request Confirmed!', gratefulMessage: 'The dataset will be shared via the chosen mode', orderIdMessage: '', - trackOrderMessage: user?.email ? `` : '', + trackOrderMessage: user?.email ? `email ID: ${user?.email}` : '', buttons: [ { text: 'Go Back Home', diff --git a/apps/harmoni-aids/pages/product.tsx b/apps/harmoni-aids/pages/product.tsx index 6d532ec0..2f86b429 100644 --- a/apps/harmoni-aids/pages/product.tsx +++ b/apps/harmoni-aids/pages/product.tsx @@ -16,8 +16,7 @@ import { convertProductTagsIntoFormat, getSelectedProductDetails } from '../util const terms = [ { - label: - 'Accept Terms and Conditions', + label: 'Accept', value: 'terms' } ] diff --git a/apps/harmoni-aids/utils/search-utils.ts b/apps/harmoni-aids/utils/search-utils.ts index 415bcc09..8ddeb268 100644 --- a/apps/harmoni-aids/utils/search-utils.ts +++ b/apps/harmoni-aids/utils/search-utils.ts @@ -41,6 +41,9 @@ export const parseSearchlist = (data: SearchResponseModel[]) => { item: { ...item, short_desc: provider.short_desc, + ...(provider.long_desc && { + productInfo: provider.long_desc + }), images: item.images, rating: provider.rating }, diff --git a/apps/sky-analytics/pages/orderConfirmation.tsx b/apps/sky-analytics/pages/orderConfirmation.tsx index 8b77cf9e..516d3c6f 100644 --- a/apps/sky-analytics/pages/orderConfirmation.tsx +++ b/apps/sky-analytics/pages/orderConfirmation.tsx @@ -111,7 +111,7 @@ const OrderConfirmation = () => { successOrderMessage: 'Request Confirmed!', gratefulMessage: 'The dataset will be shared via the chosen mode', orderIdMessage: '', - trackOrderMessage: user?.email ? `` : '', + trackOrderMessage: user?.email ? `email ID: ${user?.email}` : '', buttons: [ { text: 'Go Back Home', diff --git a/apps/sky-analytics/pages/product.tsx b/apps/sky-analytics/pages/product.tsx index 89833e70..208a543b 100644 --- a/apps/sky-analytics/pages/product.tsx +++ b/apps/sky-analytics/pages/product.tsx @@ -15,8 +15,7 @@ import { convertProductTagsIntoFormat, getSelectedProductDetails } from '../util const terms = [ { - label: - 'Accept Terms and Conditions', + label: 'Accept', value: 'terms' } ] diff --git a/apps/sky-analytics/utils/search-utils.ts b/apps/sky-analytics/utils/search-utils.ts index 415bcc09..8ddeb268 100644 --- a/apps/sky-analytics/utils/search-utils.ts +++ b/apps/sky-analytics/utils/search-utils.ts @@ -41,6 +41,9 @@ export const parseSearchlist = (data: SearchResponseModel[]) => { item: { ...item, short_desc: provider.short_desc, + ...(provider.long_desc && { + productInfo: provider.long_desc + }), images: item.images, rating: provider.rating }, diff --git a/apps/state-forest-department/pages/orderConfirmation.tsx b/apps/state-forest-department/pages/orderConfirmation.tsx index 8b77cf9e..516d3c6f 100644 --- a/apps/state-forest-department/pages/orderConfirmation.tsx +++ b/apps/state-forest-department/pages/orderConfirmation.tsx @@ -111,7 +111,7 @@ const OrderConfirmation = () => { successOrderMessage: 'Request Confirmed!', gratefulMessage: 'The dataset will be shared via the chosen mode', orderIdMessage: '', - trackOrderMessage: user?.email ? `` : '', + trackOrderMessage: user?.email ? `email ID: ${user?.email}` : '', buttons: [ { text: 'Go Back Home', diff --git a/apps/state-forest-department/pages/product.tsx b/apps/state-forest-department/pages/product.tsx index cb4e8cb7..b54d536a 100644 --- a/apps/state-forest-department/pages/product.tsx +++ b/apps/state-forest-department/pages/product.tsx @@ -16,8 +16,7 @@ import { convertProductTagsIntoFormat, getSelectedProductDetails } from '../util const terms = [ { - label: - 'Accept Terms and Conditions', + label: 'Accept', value: 'terms' } ] diff --git a/apps/state-forest-department/utils/search-utils.ts b/apps/state-forest-department/utils/search-utils.ts index 415bcc09..8ddeb268 100644 --- a/apps/state-forest-department/utils/search-utils.ts +++ b/apps/state-forest-department/utils/search-utils.ts @@ -41,6 +41,9 @@ export const parseSearchlist = (data: SearchResponseModel[]) => { item: { ...item, short_desc: provider.short_desc, + ...(provider.long_desc && { + productInfo: provider.long_desc + }), images: item.images, rating: provider.rating },