diff --git a/includes/templates/responsive_classic/templates/tpl_checkout_confirmation_default.php b/includes/templates/responsive_classic/templates/tpl_checkout_confirmation_default.php index 69b2d9a504..d348ea37e3 100644 --- a/includes/templates/responsive_classic/templates/tpl_checkout_confirmation_default.php +++ b/includes/templates/responsive_classic/templates/tpl_checkout_confirmation_default.php @@ -124,7 +124,7 @@ products[$i]['qty']; ?> x products[$i]['name']; ?> - + products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) { diff --git a/includes/templates/template_default/templates/tpl_checkout_confirmation_default.php b/includes/templates/template_default/templates/tpl_checkout_confirmation_default.php index 8f15ddd275..77fdbb1367 100644 --- a/includes/templates/template_default/templates/tpl_checkout_confirmation_default.php +++ b/includes/templates/template_default/templates/tpl_checkout_confirmation_default.php @@ -124,7 +124,8 @@ products[$i]['qty']; ?> x products[$i]['name']; ?> - + + products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) {