From 6d402297d4d1196b82cb66b33068746209fa0329 Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 25 Feb 2026 20:25:22 -0500 Subject: [PATCH 1/2] Wrong link for crosssell products. --- .../com_j2store/views/product/tmpl/form_relations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_j2store/views/product/tmpl/form_relations.php b/administrator/components/com_j2store/views/product/tmpl/form_relations.php index d723c416..b42adcb7 100755 --- a/administrator/components/com_j2store/views/product/tmpl/form_relations.php +++ b/administrator/components/com_j2store/views/product/tmpl/form_relations.php @@ -98,7 +98,7 @@ isClient('site')):?> sku) && !empty($related_product->sku) ? $this->escape($related_product->product_name).'('.$this->escape($related_product->sku).')' : $this->escape($related_product->product_name);?> - + sku) && !empty($related_product->sku) ? $this->escape($related_product->product_name).'('.$this->escape($related_product->sku).')' : $this->escape($related_product->product_name);?> From ed85e495c0e9b6eb4b93bdb0b9ca1c3f6b9aa491 Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 25 Feb 2026 20:27:16 -0500 Subject: [PATCH 2/2] Double quotes in language key J2STORE_CART_ITEM_STOCK_NOT_AVAILABLE --- language/backend/en-GB/en-GB.com_j2store.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/backend/en-GB/en-GB.com_j2store.ini b/language/backend/en-GB/en-GB.com_j2store.ini index 046ba593..056a05c8 100755 --- a/language/backend/en-GB/en-GB.com_j2store.ini +++ b/language/backend/en-GB/en-GB.com_j2store.ini @@ -1075,7 +1075,7 @@ J2STORE_CART_CONTINUE_SHOPPING="Continue Shopping" J2STORE_CART_DELETE_ERROR="An error occurred while deleting a cart item" J2STORE_CART_QUANTITY_ADJUSTED="Cart item quantity has been adjusted due to availability restrictions" J2STORE_CART_ITEM_STOCK_NOT_ENOUGH_STOCK="Sorry, we do not have enough %s in stock to fulfill your order (Only %s in stock). Please edit your cart and try again. We apologize for any inconvenience caused." -J2STORE_CART_ITEM_STOCK_NOT_AVAILABLE="Sorry, "%s" is not in stock. Please edit your cart and try again. We apologize for any inconvenience caused." +J2STORE_CART_ITEM_STOCK_NOT_AVAILABLE="Sorry, %s is not in stock. Please edit your cart and try again. We apologize for any inconvenience caused." J2STORE_CART_ITEM_MAXIMUM_QUANTITY_REACHED="Sorry, maximum order quantity for %s is %s. But you have %s in the cart. Please edit your cart and try again. We apologize for any inconvenience caused." J2STORE_CART_ITEM_MINIMUM_QUANTITY_REQUIRED="Sorry, minimum order quantity for %s is %s. You only have %s in the cart. Please edit your cart and try again. We apologize for any inconvenience caused." J2STORE_CART_ITEM_UNAVAILABLE_REMOVED="An item which is no longer available was removed from your cart"