Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Adding the international shipping notice #358

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/Cart/OpenCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ class OpenCartComp extends React.Component {
</CostDetails>
<CostDetails>
Shipping: <PriceBox>FREE</PriceBox>
International shipments can take six weeks or more to be delivered. 😱 Tracking updates may not always show up in real time on your tracking link. If you still have not received your order at the end of six weeks, please let us know by sending an email to [email protected], and we will see how we can help

</CostDetails>
<CostTotal>
Total Price: <PriceBox>${checkout.totalPrice}</PriceBox>
Expand Down