Skip to content

Commit 78b255e

Browse files
minor fixes
1 parent ef9131a commit 78b255e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/Libraries/SmartStore.Services/Messages/MessageTokenProvider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ protected virtual string ProductListToHtmlTable(Order order, int languageId)
169169
//deliverytime
170170
if (_shoppingCartSettings.ShowDeliveryTimes && product.DeliveryTime != null && product.IsShipEnabled)
171171
{
172+
product.MergeWithCombination(orderItem.AttributesXml, _productAttributeParser);
173+
172174
sb.AppendLine("<br />");
173175

174176
sb.AppendLine("<div class=\"delivery-time\">");

src/Presentation/SmartStore.Web/Themes/Alpha/Content/site.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2559,15 +2559,15 @@ table.cart .cart-item-row .qty-input {
25592559

25602560
.checkout-confirm-page .order-summary-content form {
25612561
border: 1px solid #bbb;
2562-
/*background: #efefef;*/
2562+
background: #efefef;
25632563
border-bottom: none;
25642564
margin: 0 !important;
25652565
padding-bottom: 20px;
25662566
.border-radius(@baseBlockRadius @baseBlockRadius 0 0);
25672567
}
25682568
.checkout-confirm-page .checkout-data > .confirm-order {
25692569
border: 1px solid #bbb;
2570-
/*background: #efefef;*/
2570+
background: #efefef;
25712571
border-top: none;
25722572
padding: 20px;
25732573
margin-bottom: 30px;

0 commit comments

Comments
 (0)