bean.setItemSubTotal(formatter.formatCurrency(orderItemDetail.getItemDetailAmount()));
bean.setItemQtyError("");
bean.setImageId(null);
bean.setItemShortDesc(orderItemDetail.getItemShortDesc());
if (item != null) {
ItemImage itemImage = orderItemDetail.getItem().getItemLanguage().getImage();
if (itemImage != null) {
bean.setImageId(itemImage.getImageId().toString());
}
if (!contentBean.getContentSessionKey().isSiteProfileClassDefault()) {
for (ItemLanguage language : master.getItemLanguages()) {
if (language.getSiteProfileClass().getSiteProfileClassId().equals(contentBean.getContentSessionKey().getSiteProfileClassId())) {
if (language.getItemImageOverride().equals(String.valueOf(Constants.VALUE_YES))) {