Skip to content

Commit 74e0d1b

Browse files
author
Oleh Posyniak
committed
Merge branch 'develop' of https://github.corp.magento.com/magento2/magento2ce into MAGETWO-44469
2 parents da88047 + 02e0378 commit 74e0d1b

File tree

222 files changed

+1696
-864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+1696
-864
lines changed

app/code/Magento/Braintree/view/frontend/templates/creditcard/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ $serializedFormData = $this->helper('Magento\Framework\Json\Helper\Data')->jsonE
328328
</label>
329329

330330
<div class="control">
331-
<?php echo $block->escapeHtml($block->countrySelect('credit_card[billing_address][country_code_alpha2]', 'billing_address_country', $default)); ?>
331+
<?php /* @noEscape */ echo $block->countrySelect('credit_card[billing_address][country_code_alpha2]', 'billing_address_country', $default); ?>
332332
</div>
333333
</div>
334334
</fieldset>

app/code/Magento/Catalog/Block/Product/View/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected function _getPriceConfiguration($option)
162162
$data = [
163163
'prices' => [
164164
'oldPrice' => [
165-
'amount' => $this->pricingHelper->currency($option->getPrice(false), false, false),
165+
'amount' => $optionPrice,
166166
'adjustments' => [],
167167
],
168168
'basePrice' => [

app/code/Magento/LayeredNavigation/view/frontend/layout/1column.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/2columns-left.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/2columns-right.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/3columns.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/page_empty.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="content.top" after="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>

0 commit comments

Comments
 (0)