+
+
+
+
+
diff --git a/helpers/use-alteration-products-loader.ts b/helpers/use-alteration-products-loader.ts
index 9ac0eb345..a5e3cc2a6 100644
--- a/helpers/use-alteration-products-loader.ts
+++ b/helpers/use-alteration-products-loader.ts
@@ -32,20 +32,6 @@ export function useAlterationProductsLoader (
return items;
});
- const orderItemIdToShippingCountryId = computed>(() => {
- const mapping: Record = {};
-
- for (const order of orders.value) {
- const shippingCountryId = order.shipping_address?.country_id;
-
- for (const item of order.items) {
- mapping[item.item_id] = shippingCountryId;
- }
- }
-
- return mapping;
- });
-
const alterationProductSkus = computed(() => {
const skus = new Set();
@@ -85,13 +71,10 @@ export function useAlterationProductsLoader (
continue;
}
- const shippingCountryId = orderItemIdToShippingCountryId.value[orderItem.item_id];
-
const updatedProduct = updateProductProductionTimeCustomizationData(
product,
root.$store,
{
- shippingCountryId,
makeProductionTimeRequired: false
}
);
diff --git a/helpers/use-order-item-alteration-product-loader.ts b/helpers/use-order-item-alteration-product-loader.ts
index 667a41634..55b0ec9de 100644
--- a/helpers/use-order-item-alteration-product-loader.ts
+++ b/helpers/use-order-item-alteration-product-loader.ts
@@ -33,10 +33,6 @@ export function useOrderItemAlterationProductLoader (
return orderItem.value.extension_attributes?.alteration_product?.sku;
});
- const shippingCountryId = computed(() => {
- return order.value?.shipping_address?.country_id;
- });
-
const productBySkuDictionary = computed>(() => {
return root.$store.getters['product/getProductBySkuDictionary'] || {};
});
@@ -58,7 +54,6 @@ export function useOrderItemAlterationProductLoader (
product,
root.$store,
{
- shippingCountryId: shippingCountryId.value,
makeProductionTimeRequired: false
}
);
diff --git a/resource/i18n/en-US.csv b/resource/i18n/en-US.csv
index bd424fb88..8074251cc 100644
--- a/resource/i18n/en-US.csv
+++ b/resource/i18n/en-US.csv
@@ -43,6 +43,7 @@
"All quantity discounts applied automatically at checkout:","All quantity discounts applied automatically at checkout:"
"Allow notification about the order","Allow notification about the order"
"Allow order notifications","Allow order notifications"
+"Always Available","Always Available"
"Amount","Amount"
"An error occured while loading the component.","An error occured while loading the component."
"Another coupon is already applied.","Another coupon is already applied."
@@ -264,6 +265,7 @@
"Failed to load draft order item data.","Failed to load draft order item data."
"Failed to submit Tax ID","Failed to submit Tax ID"
"Faster checkout","Faster checkout"
+"Fastest available","Fastest available"
"Feel free to edit any of your details below so your account is always up to date","Feel free to edit any of your details below so your account is always up to date"
"Field is not valid","Field is not valid"
"Field is required","Field is required"
@@ -283,6 +285,7 @@
"Forgot the password?","Forgot the password?"
"Forgotten password?","Forgotten password?"
"Form components","Form components"
+"Free","Free"
"Full rewards program benefits","Full rewards program benefits"
"Fur Color","Fur Color"
"General agreement","General agreement"
@@ -450,6 +453,8 @@
"Notify Customer Support","Notify Customer Support"
"Now you can get a custom plush lookalike of your pet from @PetsiesOfficial. Check it out! https://t.co/YxtXW7CYJQ","Now you can get a custom plush lookalike of your pet from @PetsiesOfficial. Check it out! https://t.co/YxtXW7CYJQ"
"OK","OK"
+"Only 1 slot left","Only 1 slot left"
+"Only {slotsLeft} slots left","Only {slotsLeft} slots left"
"Open Cart","Open Cart"
"Open menu","Open menu"
"Open microcart","Open microcart"
@@ -692,6 +697,7 @@
"Shipping method","Shipping method"
"Shipping","Shipping"
"Ships in approx. {weeks} weeks","Ships in approx. {weeks} weeks"
+"Ships {date}","Ships {date}"
"Shopping Cart","Shopping Cart"
"Shopping cart is empty. Please add some products before entering Checkout","Shopping cart is empty. Please add some products before entering Checkout"
"Shopping cart","Shopping cart"
@@ -711,6 +717,7 @@
"Skip to download","Skip to download"
"Social","Social"
"Socks","Socks"
+"Sold out","Sold out"
"Some fields are invalid","Some fields are invalid"
"Some of the ordered products are not available!","Some of the ordered products are not available!"
"Some products you've ordered are out of stock. Your order has been canceled.","Some products you've ordered are out of stock. Your order has been canceled."
@@ -1012,4 +1019,6 @@
"{filesCount} images were not uploaded because the maximum number of images reached","{filesCount} images were not uploaded because the maximum number of images reached"
"{name} Homepage","{name} Homepage"
"{name} gift card template","{name} gift card template"
+"{optionName} - 1 week","{optionName} - 1 week"
+"{optionName} - {weeks} weeks","{optionName} - {weeks} weeks"
"{slotsLeft} rush slots left","{slotsLeft} rush slots left"